Shades of Ochre #CE8511
Tints of Ochre #CE8511
RGB
CMYK
RGB Variations
Color information
#CE8511 (or 0xCE8511) is known color: Ochre. HEX triplet: CE, 85 and 11. RGB value is (206,133,17). Sum of RGB (Red+Green+Blue) = 206+133+17=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8511 is #317AEE. Grayscale: #8E8E8E. Windows color (decimal): -3242735 or 1148366. OLE color: 1148366.
HSL color Cylindrical-coordinate representation of color #CE8511: hue angle of 36.83º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE8511 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 17 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.19 |
| HSL | 36.83º | 0.85% | 0.44% | - |
| HSV(B) | 36.83º | 0.92% | 0.81% | - |
| XYZ | 33.94 | 29.94 | 4.52 | - |
| YUV | 141.6 | 57.68 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 17 | 0 | 0.35 | 0.92 | 0.19 | 36.83 | 0.85 | 0.44 |
| Hex | CE | 85 | 11 | 0 | 23 | 5C | 13 | 25 | 55 | 2C |
| Octal | 316 | 205 | 21 | 0 | 43 | 134 | 23 | 45 | 125 | 54 |
| Binary | 11001110 | 10000101 | 10001 | 0 | 100011 | 1011100 | 10011 | 100101 | 1010101 | 101100 |
Color Harmonies of #CE8511
Complementary color
Monochromatic Colors of #CE8511
Black with #CE8511
Text Example
Text Example
White with #CE8511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8511; }
p { color: rgb(206,133,17); }
H1.HeaderClassName
{
color: #CE8511;
}
.AnyTagClassName
{
color: #CE8511;
}
</style>
background-color css
<style>
a { background-color: #CE8511; }
a { background-color: rgb(206,133,17); }
div.DivClassName
{
background-color: #CE8511;
}
.BgClassName
{
background-color: #CE8511;
}
</style>
border-color css
<style>
span { border-color: #CE8511; }
span { border-color: rgb(206,133,17); }
td.TdClassName
{
border-color: #CE8511;
}
.TagClassName
{
border-color: #CE8511;
}
</style>