Shades of Tree Poppy #E08135
Tints of Tree Poppy #E08135
RGB
CMYK
RGB Variations
Color information
#E08135 (or 0xE08135) is known color: Tree Poppy. HEX triplet: E0, 81 and 35. RGB value is (224,129,53). Sum of RGB (Red+Green+Blue) = 224+129+53=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E08135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08135 is #1F7ECA. Grayscale: #959595. Windows color (decimal): -2064075 or 3506656. OLE color: 3506656.
HSL color Cylindrical-coordinate representation of color #E08135: hue angle of 26.67º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E08135 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 53 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.12 |
| HSL | 26.67º | 0.73% | 0.54% | - |
| HSV(B) | 26.67º | 0.76% | 0.88% | - |
| XYZ | 39.23 | 31.8 | 7.44 | - |
| YUV | 148.74 | 73.97 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 53 | 0 | 0.42 | 0.76 | 0.12 | 26.67 | 0.73 | 0.54 |
| Hex | E0 | 81 | 35 | 0 | 2A | 4C | C | 1B | 49 | 36 |
| Octal | 340 | 201 | 65 | 0 | 52 | 114 | 14 | 33 | 111 | 66 |
| Binary | 11100000 | 10000001 | 110101 | 0 | 101010 | 1001100 | 1100 | 11011 | 1001001 | 110110 |
Color Harmonies of #E08135
Complementary color
Monochromatic Colors of #E08135
Black with #E08135
Text Example
Text Example
White with #E08135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08135; }
p { color: rgb(224,129,53); }
H1.HeaderClassName
{
color: #E08135;
}
.AnyTagClassName
{
color: #E08135;
}
</style>
background-color css
<style>
a { background-color: #E08135; }
a { background-color: rgb(224,129,53); }
div.DivClassName
{
background-color: #E08135;
}
.BgClassName
{
background-color: #E08135;
}
</style>
border-color css
<style>
span { border-color: #E08135; }
span { border-color: rgb(224,129,53); }
td.TdClassName
{
border-color: #E08135;
}
.TagClassName
{
border-color: #E08135;
}
</style>