Shades of Tree Poppy #E08232
Tints of Tree Poppy #E08232
RGB
CMYK
RGB Variations
Color information
#E08232 (or 0xE08232) is known color: Tree Poppy. HEX triplet: E0, 82 and 32. RGB value is (224,130,50). Sum of RGB (Red+Green+Blue) = 224+130+50=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E08232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08232 is #1F7DCD. Grayscale: #959595. Windows color (decimal): -2063822 or 3310304. OLE color: 3310304.
HSL color Cylindrical-coordinate representation of color #E08232: hue angle of 27.59º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E08232 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 50 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.12 |
| HSL | 27.59º | 0.74% | 0.54% | - |
| HSV(B) | 27.59º | 0.78% | 0.88% | - |
| XYZ | 39.3 | 32.04 | 7.13 | - |
| YUV | 148.99 | 72.14 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 50 | 0 | 0.42 | 0.78 | 0.12 | 27.59 | 0.74 | 0.54 |
| Hex | E0 | 82 | 32 | 0 | 2A | 4E | C | 1C | 4A | 36 |
| Octal | 340 | 202 | 62 | 0 | 52 | 116 | 14 | 34 | 112 | 66 |
| Binary | 11100000 | 10000010 | 110010 | 0 | 101010 | 1001110 | 1100 | 11100 | 1001010 | 110110 |
Color Harmonies of #E08232
Complementary color
Monochromatic Colors of #E08232
Black with #E08232
Text Example
Text Example
White with #E08232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08232; }
p { color: rgb(224,130,50); }
H1.HeaderClassName
{
color: #E08232;
}
.AnyTagClassName
{
color: #E08232;
}
</style>
background-color css
<style>
a { background-color: #E08232; }
a { background-color: rgb(224,130,50); }
div.DivClassName
{
background-color: #E08232;
}
.BgClassName
{
background-color: #E08232;
}
</style>
border-color css
<style>
span { border-color: #E08232; }
span { border-color: rgb(224,130,50); }
td.TdClassName
{
border-color: #E08232;
}
.TagClassName
{
border-color: #E08232;
}
</style>