Shades of Tree Poppy #E07A32
Tints of Tree Poppy #E07A32
RGB
CMYK
RGB Variations
Color information
#E07A32 (or 0xE07A32) is known color: Tree Poppy. HEX triplet: E0, 7A and 32. RGB value is (224,122,50). Sum of RGB (Red+Green+Blue) = 224+122+50=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07A32 is #1F85CD. Grayscale: #909090. Windows color (decimal): -2065870 or 3308256. OLE color: 3308256.
HSL color Cylindrical-coordinate representation of color #E07A32: hue angle of 24.83º 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 #E07A32 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 50 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.12 |
| HSL | 24.83º | 0.74% | 0.54% | - |
| HSV(B) | 24.83º | 0.78% | 0.88% | - |
| XYZ | 38.28 | 30 | 6.79 | - |
| YUV | 144.29 | 74.79 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 50 | 0 | 0.46 | 0.78 | 0.12 | 24.83 | 0.74 | 0.54 |
| Hex | E0 | 7A | 32 | 0 | 2E | 4E | C | 19 | 4A | 36 |
| Octal | 340 | 172 | 62 | 0 | 56 | 116 | 14 | 31 | 112 | 66 |
| Binary | 11100000 | 1111010 | 110010 | 0 | 101110 | 1001110 | 1100 | 11001 | 1001010 | 110110 |
Color Harmonies of #E07A32
Complementary color
Monochromatic Colors of #E07A32
Black with #E07A32
Text Example
Text Example
White with #E07A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A32; }
p { color: rgb(224,122,50); }
H1.HeaderClassName
{
color: #E07A32;
}
.AnyTagClassName
{
color: #E07A32;
}
</style>
background-color css
<style>
a { background-color: #E07A32; }
a { background-color: rgb(224,122,50); }
div.DivClassName
{
background-color: #E07A32;
}
.BgClassName
{
background-color: #E07A32;
}
</style>
border-color css
<style>
span { border-color: #E07A32; }
span { border-color: rgb(224,122,50); }
td.TdClassName
{
border-color: #E07A32;
}
.TagClassName
{
border-color: #E07A32;
}
</style>