Shades of Tree Poppy #E07D34
Tints of Tree Poppy #E07D34
RGB
CMYK
RGB Variations
Color information
#E07D34 (or 0xE07D34) is known color: Tree Poppy. HEX triplet: E0, 7D and 34. RGB value is (224,125,52). Sum of RGB (Red+Green+Blue) = 224+125+52=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07D34 is #1F82CB. Grayscale: #929292. Windows color (decimal): -2065100 or 3440096. OLE color: 3440096.
HSL color Cylindrical-coordinate representation of color #E07D34: hue angle of 25.47º 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 #E07D34 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 52 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.12 |
| HSL | 25.47º | 0.74% | 0.54% | - |
| HSV(B) | 25.47º | 0.77% | 0.88% | - |
| XYZ | 38.69 | 30.76 | 7.15 | - |
| YUV | 146.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 52 | 0 | 0.44 | 0.77 | 0.12 | 25.47 | 0.74 | 0.54 |
| Hex | E0 | 7D | 34 | 0 | 2C | 4D | C | 19 | 4A | 36 |
| Octal | 340 | 175 | 64 | 0 | 54 | 115 | 14 | 31 | 112 | 66 |
| Binary | 11100000 | 1111101 | 110100 | 0 | 101100 | 1001101 | 1100 | 11001 | 1001010 | 110110 |
Color Harmonies of #E07D34
Complementary color
Monochromatic Colors of #E07D34
Black with #E07D34
Text Example
Text Example
White with #E07D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07D34; }
p { color: rgb(224,125,52); }
H1.HeaderClassName
{
color: #E07D34;
}
.AnyTagClassName
{
color: #E07D34;
}
</style>
background-color css
<style>
a { background-color: #E07D34; }
a { background-color: rgb(224,125,52); }
div.DivClassName
{
background-color: #E07D34;
}
.BgClassName
{
background-color: #E07D34;
}
</style>
border-color css
<style>
span { border-color: #E07D34; }
span { border-color: rgb(224,125,52); }
td.TdClassName
{
border-color: #E07D34;
}
.TagClassName
{
border-color: #E07D34;
}
</style>