Shades of Tree Poppy #E08234
Tints of Tree Poppy #E08234
RGB
CMYK
RGB Variations
Color information
#E08234 (or 0xE08234) is known color: Tree Poppy. HEX triplet: E0, 82 and 34. RGB value is (224,130,52). Sum of RGB (Red+Green+Blue) = 224+130+52=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E08234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08234 is #1F7DCB. Grayscale: #959595. Windows color (decimal): -2063820 or 3441376. OLE color: 3441376.
HSL color Cylindrical-coordinate representation of color #E08234: hue angle of 27.21º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E08234 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 52 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.12 |
| HSL | 27.21º | 0.74% | 0.54% | - |
| HSV(B) | 27.21º | 0.77% | 0.88% | - |
| XYZ | 39.34 | 32.06 | 7.36 | - |
| YUV | 149.21 | 73.14 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 52 | 0 | 0.42 | 0.77 | 0.12 | 27.21 | 0.74 | 0.54 |
| Hex | E0 | 82 | 34 | 0 | 2A | 4D | C | 1B | 4A | 36 |
| Octal | 340 | 202 | 64 | 0 | 52 | 115 | 14 | 33 | 112 | 66 |
| Binary | 11100000 | 10000010 | 110100 | 0 | 101010 | 1001101 | 1100 | 11011 | 1001010 | 110110 |
Color Harmonies of #E08234
Complementary color
Monochromatic Colors of #E08234
Black with #E08234
Text Example
Text Example
White with #E08234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08234; }
p { color: rgb(224,130,52); }
H1.HeaderClassName
{
color: #E08234;
}
.AnyTagClassName
{
color: #E08234;
}
</style>
background-color css
<style>
a { background-color: #E08234; }
a { background-color: rgb(224,130,52); }
div.DivClassName
{
background-color: #E08234;
}
.BgClassName
{
background-color: #E08234;
}
</style>
border-color css
<style>
span { border-color: #E08234; }
span { border-color: rgb(224,130,52); }
td.TdClassName
{
border-color: #E08234;
}
.TagClassName
{
border-color: #E08234;
}
</style>