Shades of Ochre #CE740C
Tints of Ochre #CE740C
RGB
CMYK
RGB Variations
Color information
#CE740C (or 0xCE740C) is known color: Ochre. HEX triplet: CE, 74 and 0C. RGB value is (206,116,12). Sum of RGB (Red+Green+Blue) = 206+116+12=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE740C is #318BF3. Grayscale: #838383. Windows color (decimal): -3247092 or 816334. OLE color: 816334.
HSL color Cylindrical-coordinate representation of color #CE740C: hue angle of 32.16º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE740C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 12 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.19 |
| HSL | 32.16º | 0.89% | 0.43% | - |
| HSV(B) | 32.16º | 0.94% | 0.81% | - |
| XYZ | 31.77 | 25.64 | 3.62 | - |
| YUV | 131.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 12 | 0 | 0.44 | 0.94 | 0.19 | 32.16 | 0.89 | 0.43 |
| Hex | CE | 74 | C | 0 | 2C | 5E | 13 | 20 | 59 | 2B |
| Octal | 316 | 164 | 14 | 0 | 54 | 136 | 23 | 40 | 131 | 53 |
| Binary | 11001110 | 1110100 | 1100 | 0 | 101100 | 1011110 | 10011 | 100000 | 1011001 | 101011 |
Color Harmonies of #CE740C
Complementary color
Monochromatic Colors of #CE740C
Black with #CE740C
Text Example
Text Example
White with #CE740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE740C; }
p { color: rgb(206,116,12); }
H1.HeaderClassName
{
color: #CE740C;
}
.AnyTagClassName
{
color: #CE740C;
}
</style>
background-color css
<style>
a { background-color: #CE740C; }
a { background-color: rgb(206,116,12); }
div.DivClassName
{
background-color: #CE740C;
}
.BgClassName
{
background-color: #CE740C;
}
</style>
border-color css
<style>
span { border-color: #CE740C; }
span { border-color: rgb(206,116,12); }
td.TdClassName
{
border-color: #CE740C;
}
.TagClassName
{
border-color: #CE740C;
}
</style>