Shades of Tree Poppy #E07E32
Tints of Tree Poppy #E07E32
RGB
CMYK
RGB Variations
Color information
#E07E32 (or 0xE07E32) is known color: Tree Poppy. HEX triplet: E0, 7E and 32. RGB value is (224,126,50). Sum of RGB (Red+Green+Blue) = 224+126+50=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07E32 is #1F81CD. Grayscale: #939393. Windows color (decimal): -2064846 or 3309280. OLE color: 3309280.
HSL color Cylindrical-coordinate representation of color #E07E32: hue angle of 26.21º 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 #E07E32 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 50 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.12 |
| HSL | 26.21º | 0.74% | 0.54% | - |
| HSV(B) | 26.21º | 0.78% | 0.88% | - |
| XYZ | 38.78 | 31 | 6.96 | - |
| YUV | 146.64 | 73.47 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 50 | 0 | 0.44 | 0.78 | 0.12 | 26.21 | 0.74 | 0.54 |
| Hex | E0 | 7E | 32 | 0 | 2C | 4E | C | 1A | 4A | 36 |
| Octal | 340 | 176 | 62 | 0 | 54 | 116 | 14 | 32 | 112 | 66 |
| Binary | 11100000 | 1111110 | 110010 | 0 | 101100 | 1001110 | 1100 | 11010 | 1001010 | 110110 |
Color Harmonies of #E07E32
Complementary color
Monochromatic Colors of #E07E32
Black with #E07E32
Text Example
Text Example
White with #E07E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E32; }
p { color: rgb(224,126,50); }
H1.HeaderClassName
{
color: #E07E32;
}
.AnyTagClassName
{
color: #E07E32;
}
</style>
background-color css
<style>
a { background-color: #E07E32; }
a { background-color: rgb(224,126,50); }
div.DivClassName
{
background-color: #E07E32;
}
.BgClassName
{
background-color: #E07E32;
}
</style>
border-color css
<style>
span { border-color: #E07E32; }
span { border-color: rgb(224,126,50); }
td.TdClassName
{
border-color: #E07E32;
}
.TagClassName
{
border-color: #E07E32;
}
</style>