Shades of Ochre #E07F16
Tints of Ochre #E07F16
RGB
CMYK
RGB Variations
Color information
#E07F16 (or 0xE07F16) is known color: Ochre. HEX triplet: E0, 7F and 16. RGB value is (224,127,22). Sum of RGB (Red+Green+Blue) = 224+127+22=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07F16 is #1F80E9. Grayscale: #909090. Windows color (decimal): -2064618 or 1474528. OLE color: 1474528.
HSL color Cylindrical-coordinate representation of color #E07F16: hue angle of 31.19º 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 #E07F16 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 22 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.12 |
| HSL | 31.19º | 0.82% | 0.48% | - |
| HSV(B) | 31.19º | 0.9% | 0.88% | - |
| XYZ | 38.47 | 31.08 | 4.73 | - |
| YUV | 144.03 | 59.14 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 22 | 0 | 0.43 | 0.90 | 0.12 | 31.19 | 0.82 | 0.48 |
| Hex | E0 | 7F | 16 | 0 | 2B | 5A | C | 1F | 52 | 30 |
| Octal | 340 | 177 | 26 | 0 | 53 | 132 | 14 | 37 | 122 | 60 |
| Binary | 11100000 | 1111111 | 10110 | 0 | 101011 | 1011010 | 1100 | 11111 | 1010010 | 110000 |
Color Harmonies of #E07F16
Complementary color
Monochromatic Colors of #E07F16
Black with #E07F16
Text Example
Text Example
White with #E07F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F16; }
p { color: rgb(224,127,22); }
H1.HeaderClassName
{
color: #E07F16;
}
.AnyTagClassName
{
color: #E07F16;
}
</style>
background-color css
<style>
a { background-color: #E07F16; }
a { background-color: rgb(224,127,22); }
div.DivClassName
{
background-color: #E07F16;
}
.BgClassName
{
background-color: #E07F16;
}
</style>
border-color css
<style>
span { border-color: #E07F16; }
span { border-color: rgb(224,127,22); }
td.TdClassName
{
border-color: #E07F16;
}
.TagClassName
{
border-color: #E07F16;
}
</style>