#E08140

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

Shades of Tree Poppy #E08140

Tints of Tree Poppy #E08140

Color information

#E08140 (or 0xE08140) is unknown color: approx Tree Poppy. HEX triplet: E0, 81 and 40. RGB value is (224,129,64). Sum of RGB (Red+Green+Blue) = 224+129+64=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E08140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08140 is #1F7EBF. Grayscale: #969696. Windows color (decimal): -2064064 or 4227552. OLE color: 4227552.

HSL color Cylindrical-coordinate representation of color #E08140: hue angle of 24.38º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E08140 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB22412964-
CMYK00.420.710.12
HSL24.38º72.07%56.47%-
HSV(B)24.38º71.43%87.84%-
XYZ39.5231.928.93-
YUV15079.47180.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.72%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 64 (25.39% from 255) = 15.35%
R=53.72%
G=30.94%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241296400.420.710.1224.3872.0756.47
HexE0814002A47C184838
Octal340201100052107143011070
Binary11100000100000011000000010101010001111100110001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08140; }

 p { color: rgb(224,129,64); }

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

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

 a { background-color: rgb(224,129,64); }

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

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

 span { border-color: rgb(224,129,64); }

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