#E08040

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

Shades of Tree Poppy #E08040

Tints of Tree Poppy #E08040

Color information

#E08040 (or 0xE08040) is unknown color: approx Tree Poppy. HEX triplet: E0, 80 and 40. RGB value is (224,128,64). Sum of RGB (Red+Green+Blue) = 224+128+64=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E08040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08040 is #1F7FBF. Grayscale: #959595. Windows color (decimal): -2064320 or 4227296. OLE color: 4227296.

HSL color Cylindrical-coordinate representation of color #E08040: hue angle of 24º 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 #E08040 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB22412864-
CMYK00.430.710.12
HSL24º72.07%56.47%-
HSV(B)24º71.43%87.84%-
XYZ39.3931.668.88-
YUV149.4179.8181.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.85%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 64 (25.39% from 255) = 15.38%
R=53.85%
G=30.77%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241286400.430.710.122472.0756.47
HexE0804002B47C184838
Octal340200100053107143011070
Binary11100000100000001000000010101110001111100110001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08040; }

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

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

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

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

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

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

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

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