Shades of Tree Poppy #E08334
Tints of Tree Poppy #E08334
RGB
CMYK
RGB Variations
Color information
#E08334 (or 0xE08334) is known color: Tree Poppy. HEX triplet: E0, 83 and 34. RGB value is (224,131,52). Sum of RGB (Red+Green+Blue) = 224+131+52=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E08334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08334 is #1F7CCB. Grayscale: #969696. Windows color (decimal): -2063564 or 3441632. OLE color: 3441632.
HSL color Cylindrical-coordinate representation of color #E08334: hue angle of 27.56º 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 #E08334 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 52 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.12 |
| HSL | 27.56º | 0.74% | 0.54% | - |
| HSV(B) | 27.56º | 0.77% | 0.88% | - |
| XYZ | 39.48 | 32.33 | 7.41 | - |
| YUV | 149.8 | 72.81 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 52 | 0 | 0.42 | 0.77 | 0.12 | 27.56 | 0.74 | 0.54 |
| Hex | E0 | 83 | 34 | 0 | 2A | 4D | C | 1C | 4A | 36 |
| Octal | 340 | 203 | 64 | 0 | 52 | 115 | 14 | 34 | 112 | 66 |
| Binary | 11100000 | 10000011 | 110100 | 0 | 101010 | 1001101 | 1100 | 11100 | 1001010 | 110110 |
Color Harmonies of #E08334
Complementary color
Monochromatic Colors of #E08334
Black with #E08334
Text Example
Text Example
White with #E08334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08334; }
p { color: rgb(224,131,52); }
H1.HeaderClassName
{
color: #E08334;
}
.AnyTagClassName
{
color: #E08334;
}
</style>
background-color css
<style>
a { background-color: #E08334; }
a { background-color: rgb(224,131,52); }
div.DivClassName
{
background-color: #E08334;
}
.BgClassName
{
background-color: #E08334;
}
</style>
border-color css
<style>
span { border-color: #E08334; }
span { border-color: rgb(224,131,52); }
td.TdClassName
{
border-color: #E08334;
}
.TagClassName
{
border-color: #E08334;
}
</style>