#E1863A

Color #E1863A Tree Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tree Poppy #E1863A

Tints of Tree Poppy #E1863A

Color information

#E1863A (or 0xE1863A) is unknown color: approx Tree Poppy. HEX triplet: E1, 86 and 3A. RGB value is (225,134,58). Sum of RGB (Red+Green+Blue) = 225+134+58=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1863A is #1E79C5. Grayscale: #989898. Windows color (decimal): -1997254 or 3835617. OLE color: 3835617.

HSL color Cylindrical-coordinate representation of color #E1863A: hue angle of 27.31º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1863A is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22513458-
CMYK00.400.740.12
HSL27.31º73.57%55.49%-
HSV(B)27.31º74.22%88.24%-
XYZ40.3433.368.32-
YUV152.5474.65179.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 53.96%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 58 (23.05% from 255) = 13.91%
R=53.96%
G=32.13%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251345800.400.740.1227.3173.5755.49
HexE1863A0284AC1b4a37
Octal34120672050112143311267
Binary1110000110000110111010010100010010101100110111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1863A; }

 p { color: rgb(225,134,58); }

 H1.HeaderClassName
 {
   color: #E1863A;
 }
 .AnyTagClassName
 {
   color: #E1863A;
 }
</style>
background-color css

<style>
 a { background-color: #E1863A; }

 a { background-color: rgb(225,134,58); }

 div.DivClassName
 {
   background-color: #E1863A;
 }
 .BgClassName
 {
   background-color: #E1863A;
 }
</style>
border-color css

<style>
 span { border-color: #E1863A; }

 span { border-color: rgb(225,134,58); }

 td.TdClassName
 {
   border-color: #E1863A;
 }
 .TagClassName
 {
   border-color: #E1863A;
 }
</style>