Shades of Ochre #E07E18
Tints of Ochre #E07E18
RGB
CMYK
RGB Variations
Color information
#E07E18 (or 0xE07E18) is known color: Ochre. HEX triplet: E0, 7E and 18. RGB value is (224,126,24). Sum of RGB (Red+Green+Blue) = 224+126+24=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07E18 is #1F81E7. Grayscale: #909090. Windows color (decimal): -2064872 or 1605344. OLE color: 1605344.
HSL color Cylindrical-coordinate representation of color #E07E18: hue angle of 30.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E07E18 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 24 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.12 |
| HSL | 30.6º | 0.81% | 0.49% | - |
| HSV(B) | 30.6º | 0.89% | 0.88% | - |
| XYZ | 38.37 | 30.83 | 4.79 | - |
| YUV | 143.67 | 60.47 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 24 | 0 | 0.44 | 0.89 | 0.12 | 30.6 | 0.81 | 0.49 |
| Hex | E0 | 7E | 18 | 0 | 2C | 59 | C | 1F | 51 | 31 |
| Octal | 340 | 176 | 30 | 0 | 54 | 131 | 14 | 37 | 121 | 61 |
| Binary | 11100000 | 1111110 | 11000 | 0 | 101100 | 1011001 | 1100 | 11111 | 1010001 | 110001 |
Color Harmonies of #E07E18
Complementary color
Monochromatic Colors of #E07E18
Black with #E07E18
Text Example
Text Example
White with #E07E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E18; }
p { color: rgb(224,126,24); }
H1.HeaderClassName
{
color: #E07E18;
}
.AnyTagClassName
{
color: #E07E18;
}
</style>
background-color css
<style>
a { background-color: #E07E18; }
a { background-color: rgb(224,126,24); }
div.DivClassName
{
background-color: #E07E18;
}
.BgClassName
{
background-color: #E07E18;
}
</style>
border-color css
<style>
span { border-color: #E07E18; }
span { border-color: rgb(224,126,24); }
td.TdClassName
{
border-color: #E07E18;
}
.TagClassName
{
border-color: #E07E18;
}
</style>