Shades of Ochre #CE740E
Tints of Ochre #CE740E
RGB
CMYK
RGB Variations
Color information
#CE740E (or 0xCE740E) is known color: Ochre. HEX triplet: CE, 74 and 0E. RGB value is (206,116,14). Sum of RGB (Red+Green+Blue) = 206+116+14=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE740E is #318BF1. Grayscale: #838383. Windows color (decimal): -3247090 or 947406. OLE color: 947406.
HSL color Cylindrical-coordinate representation of color #CE740E: hue angle of 31.88º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE740E is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 14 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.19 |
| HSL | 31.88º | 0.87% | 0.43% | - |
| HSV(B) | 31.88º | 0.93% | 0.81% | - |
| XYZ | 31.78 | 25.64 | 3.69 | - |
| YUV | 131.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 14 | 0 | 0.44 | 0.93 | 0.19 | 31.88 | 0.87 | 0.43 |
| Hex | CE | 74 | E | 0 | 2C | 5D | 13 | 20 | 57 | 2B |
| Octal | 316 | 164 | 16 | 0 | 54 | 135 | 23 | 40 | 127 | 53 |
| Binary | 11001110 | 1110100 | 1110 | 0 | 101100 | 1011101 | 10011 | 100000 | 1010111 | 101011 |
Color Harmonies of #CE740E
Complementary color
Monochromatic Colors of #CE740E
Black with #CE740E
Text Example
Text Example
White with #CE740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE740E; }
p { color: rgb(206,116,14); }
H1.HeaderClassName
{
color: #CE740E;
}
.AnyTagClassName
{
color: #CE740E;
}
</style>
background-color css
<style>
a { background-color: #CE740E; }
a { background-color: rgb(206,116,14); }
div.DivClassName
{
background-color: #CE740E;
}
.BgClassName
{
background-color: #CE740E;
}
</style>
border-color css
<style>
span { border-color: #CE740E; }
span { border-color: rgb(206,116,14); }
td.TdClassName
{
border-color: #CE740E;
}
.TagClassName
{
border-color: #CE740E;
}
</style>