Shades of Ochre #E07C17
Tints of Ochre #E07C17
RGB
CMYK
RGB Variations
Color information
#E07C17 (or 0xE07C17) is known color: Ochre. HEX triplet: E0, 7C and 17. RGB value is (224,124,23). Sum of RGB (Red+Green+Blue) = 224+124+23=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07C17 is #1F83E8. Grayscale: #8E8E8E. Windows color (decimal): -2065385 or 1539296. OLE color: 1539296.
HSL color Cylindrical-coordinate representation of color #E07C17: hue angle of 30.15º degrees, saturation: 0.81, 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 #E07C17 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 23 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.12 |
| HSL | 30.15º | 0.81% | 0.48% | - |
| HSV(B) | 30.15º | 0.9% | 0.88% | - |
| XYZ | 38.1 | 30.32 | 4.66 | - |
| YUV | 142.39 | 60.63 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 23 | 0 | 0.45 | 0.90 | 0.12 | 30.15 | 0.81 | 0.48 |
| Hex | E0 | 7C | 17 | 0 | 2D | 5A | C | 1E | 51 | 30 |
| Octal | 340 | 174 | 27 | 0 | 55 | 132 | 14 | 36 | 121 | 60 |
| Binary | 11100000 | 1111100 | 10111 | 0 | 101101 | 1011010 | 1100 | 11110 | 1010001 | 110000 |
Color Harmonies of #E07C17
Complementary color
Monochromatic Colors of #E07C17
Black with #E07C17
Text Example
Text Example
White with #E07C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C17; }
p { color: rgb(224,124,23); }
H1.HeaderClassName
{
color: #E07C17;
}
.AnyTagClassName
{
color: #E07C17;
}
</style>
background-color css
<style>
a { background-color: #E07C17; }
a { background-color: rgb(224,124,23); }
div.DivClassName
{
background-color: #E07C17;
}
.BgClassName
{
background-color: #E07C17;
}
</style>
border-color css
<style>
span { border-color: #E07C17; }
span { border-color: rgb(224,124,23); }
td.TdClassName
{
border-color: #E07C17;
}
.TagClassName
{
border-color: #E07C17;
}
</style>