Shades of Tree Poppy #E08240
Tints of Tree Poppy #E08240
RGB
CMYK
RGB Variations
Color information
#E08240 (or 0xE08240) is known color: Tree Poppy. HEX triplet: E0, 82 and 40. RGB value is (224,130,64). Sum of RGB (Red+Green+Blue) = 224+130+64=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E08240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08240 is #1F7DBF. Grayscale: #969696. Windows color (decimal): -2063808 or 4227808. OLE color: 4227808.
HSL color Cylindrical-coordinate representation of color #E08240: hue angle of 24.75º 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 #E08240 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 64 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.12 |
| HSL | 24.75º | 0.72% | 0.56% | - |
| HSV(B) | 24.75º | 0.71% | 0.88% | - |
| XYZ | 39.65 | 32.18 | 8.97 | - |
| YUV | 150.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 64 | 0 | 0.42 | 0.71 | 0.12 | 24.75 | 0.72 | 0.56 |
| Hex | E0 | 82 | 40 | 0 | 2A | 47 | C | 19 | 48 | 38 |
| Octal | 340 | 202 | 100 | 0 | 52 | 107 | 14 | 31 | 110 | 70 |
| Binary | 11100000 | 10000010 | 1000000 | 0 | 101010 | 1000111 | 1100 | 11001 | 1001000 | 111000 |
Color Harmonies of #E08240
Complementary color
Monochromatic Colors of #E08240
Black with #E08240
Text Example
Text Example
White with #E08240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08240; }
p { color: rgb(224,130,64); }
H1.HeaderClassName
{
color: #E08240;
}
.AnyTagClassName
{
color: #E08240;
}
</style>
background-color css
<style>
a { background-color: #E08240; }
a { background-color: rgb(224,130,64); }
div.DivClassName
{
background-color: #E08240;
}
.BgClassName
{
background-color: #E08240;
}
</style>
border-color css
<style>
span { border-color: #E08240; }
span { border-color: rgb(224,130,64); }
td.TdClassName
{
border-color: #E08240;
}
.TagClassName
{
border-color: #E08240;
}
</style>