Shades of Tree Poppy #E08040
Tints of Tree Poppy #E08040
RGB
CMYK
RGB Variations
Color information
#E08040 (or 0xE08040) is known color: 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
| RGB | 224 | 128 | 64 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.12 |
| HSL | 24º | 0.72% | 0.56% | - |
| HSV(B) | 24º | 0.71% | 0.88% | - |
| XYZ | 39.39 | 31.66 | 8.88 | - |
| YUV | 149.41 | 79.8 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 64 | 0 | 0.43 | 0.71 | 0.12 | 24 | 0.72 | 0.56 |
| Hex | E0 | 80 | 40 | 0 | 2B | 47 | C | 18 | 48 | 38 |
| Octal | 340 | 200 | 100 | 0 | 53 | 107 | 14 | 30 | 110 | 70 |
| Binary | 11100000 | 10000000 | 1000000 | 0 | 101011 | 1000111 | 1100 | 11000 | 1001000 | 111000 |
Color Harmonies of #E08040
Complementary color
Monochromatic Colors of #E08040
Black with #E08040
Text Example
Text Example
White with #E08040
Text Example
Text Example
HTML Codes & Css Web 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>