Shades of Ochre #E07D16
Tints of Ochre #E07D16
RGB
CMYK
RGB Variations
Color information
#E07D16 (or 0xE07D16) is known color: Ochre. HEX triplet: E0, 7D and 16. RGB value is (224,125,22). Sum of RGB (Red+Green+Blue) = 224+125+22=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07D16 is #1F82E9. Grayscale: #8F8F8F. Windows color (decimal): -2065130 or 1474016. OLE color: 1474016.
HSL color Cylindrical-coordinate representation of color #E07D16: hue angle of 30.59º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E07D16 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 22 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.12 |
| HSL | 30.59º | 0.82% | 0.48% | - |
| HSV(B) | 30.59º | 0.9% | 0.88% | - |
| XYZ | 38.22 | 30.57 | 4.65 | - |
| YUV | 142.86 | 59.8 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 22 | 0 | 0.44 | 0.90 | 0.12 | 30.59 | 0.82 | 0.48 |
| Hex | E0 | 7D | 16 | 0 | 2C | 5A | C | 1F | 52 | 30 |
| Octal | 340 | 175 | 26 | 0 | 54 | 132 | 14 | 37 | 122 | 60 |
| Binary | 11100000 | 1111101 | 10110 | 0 | 101100 | 1011010 | 1100 | 11111 | 1010010 | 110000 |
Color Harmonies of #E07D16
Complementary color
Monochromatic Colors of #E07D16
Black with #E07D16
Text Example
Text Example
White with #E07D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07D16; }
p { color: rgb(224,125,22); }
H1.HeaderClassName
{
color: #E07D16;
}
.AnyTagClassName
{
color: #E07D16;
}
</style>
background-color css
<style>
a { background-color: #E07D16; }
a { background-color: rgb(224,125,22); }
div.DivClassName
{
background-color: #E07D16;
}
.BgClassName
{
background-color: #E07D16;
}
</style>
border-color css
<style>
span { border-color: #E07D16; }
span { border-color: rgb(224,125,22); }
td.TdClassName
{
border-color: #E07D16;
}
.TagClassName
{
border-color: #E07D16;
}
</style>