Shades of Ochre #E07F19
Tints of Ochre #E07F19
RGB
CMYK
RGB Variations
Color information
#E07F19 (or 0xE07F19) is known color: Ochre. HEX triplet: E0, 7F and 19. RGB value is (224,127,25). Sum of RGB (Red+Green+Blue) = 224+127+25=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07F19 is #1F80E6. Grayscale: #909090. Windows color (decimal): -2064615 or 1671136. OLE color: 1671136.
HSL color Cylindrical-coordinate representation of color #E07F19: hue angle of 30.75º degrees, saturation: 0.8, 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 #E07F19 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 25 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.12 |
| HSL | 30.75º | 0.8% | 0.49% | - |
| HSV(B) | 30.75º | 0.89% | 0.88% | - |
| XYZ | 38.51 | 31.1 | 4.89 | - |
| YUV | 144.38 | 60.64 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 25 | 0 | 0.43 | 0.89 | 0.12 | 30.75 | 0.8 | 0.49 |
| Hex | E0 | 7F | 19 | 0 | 2B | 59 | C | 1F | 50 | 31 |
| Octal | 340 | 177 | 31 | 0 | 53 | 131 | 14 | 37 | 120 | 61 |
| Binary | 11100000 | 1111111 | 11001 | 0 | 101011 | 1011001 | 1100 | 11111 | 1010000 | 110001 |
Color Harmonies of #E07F19
Complementary color
Monochromatic Colors of #E07F19
Black with #E07F19
Text Example
Text Example
White with #E07F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F19; }
p { color: rgb(224,127,25); }
H1.HeaderClassName
{
color: #E07F19;
}
.AnyTagClassName
{
color: #E07F19;
}
</style>
background-color css
<style>
a { background-color: #E07F19; }
a { background-color: rgb(224,127,25); }
div.DivClassName
{
background-color: #E07F19;
}
.BgClassName
{
background-color: #E07F19;
}
</style>
border-color css
<style>
span { border-color: #E07F19; }
span { border-color: rgb(224,127,25); }
td.TdClassName
{
border-color: #E07F19;
}
.TagClassName
{
border-color: #E07F19;
}
</style>