Shades of Tree Poppy #E08340
Tints of Tree Poppy #E08340
RGB
CMYK
RGB Variations
Color information
#E08340 (or 0xE08340) is known color: Tree Poppy. HEX triplet: E0, 83 and 40. RGB value is (224,131,64). Sum of RGB (Red+Green+Blue) = 224+131+64=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E08340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08340 is #1F7CBF. Grayscale: #979797. Windows color (decimal): -2063552 or 4228064. OLE color: 4228064.
HSL color Cylindrical-coordinate representation of color #E08340: hue angle of 25.12º 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 #E08340 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 64 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.12 |
| HSL | 25.13º | 0.72% | 0.56% | - |
| HSV(B) | 25.13º | 0.71% | 0.88% | - |
| XYZ | 39.78 | 32.45 | 9.02 | - |
| YUV | 151.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 64 | 0 | 0.42 | 0.71 | 0.12 | 25.13 | 0.72 | 0.56 |
| Hex | E0 | 83 | 40 | 0 | 2A | 47 | C | 19 | 48 | 38 |
| Octal | 340 | 203 | 100 | 0 | 52 | 107 | 14 | 31 | 110 | 70 |
| Binary | 11100000 | 10000011 | 1000000 | 0 | 101010 | 1000111 | 1100 | 11001 | 1001000 | 111000 |
Color Harmonies of #E08340
Complementary color
Monochromatic Colors of #E08340
Black with #E08340
Text Example
Text Example
White with #E08340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08340; }
p { color: rgb(224,131,64); }
H1.HeaderClassName
{
color: #E08340;
}
.AnyTagClassName
{
color: #E08340;
}
</style>
background-color css
<style>
a { background-color: #E08340; }
a { background-color: rgb(224,131,64); }
div.DivClassName
{
background-color: #E08340;
}
.BgClassName
{
background-color: #E08340;
}
</style>
border-color css
<style>
span { border-color: #E08340; }
span { border-color: rgb(224,131,64); }
td.TdClassName
{
border-color: #E08340;
}
.TagClassName
{
border-color: #E08340;
}
</style>