Shades of Ochre #CE8010
Tints of Ochre #CE8010
RGB
CMYK
RGB Variations
Color information
#CE8010 (or 0xCE8010) is known color: Ochre. HEX triplet: CE, 80 and 10. RGB value is (206,128,16). Sum of RGB (Red+Green+Blue) = 206+128+16=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8010 is #317FEF. Grayscale: #8B8B8B. Windows color (decimal): -3244016 or 1081550. OLE color: 1081550.
HSL color Cylindrical-coordinate representation of color #CE8010: hue angle of 35.37º degrees, saturation: 0.86, 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 #CE8010 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 16 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.19 |
| HSL | 35.37º | 0.86% | 0.44% | - |
| HSV(B) | 35.37º | 0.92% | 0.81% | - |
| XYZ | 33.27 | 28.6 | 4.26 | - |
| YUV | 138.55 | 58.84 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 16 | 0 | 0.38 | 0.92 | 0.19 | 35.37 | 0.86 | 0.44 |
| Hex | CE | 80 | 10 | 0 | 26 | 5C | 13 | 23 | 56 | 2C |
| Octal | 316 | 200 | 20 | 0 | 46 | 134 | 23 | 43 | 126 | 54 |
| Binary | 11001110 | 10000000 | 10000 | 0 | 100110 | 1011100 | 10011 | 100011 | 1010110 | 101100 |
Color Harmonies of #CE8010
Complementary color
Monochromatic Colors of #CE8010
Black with #CE8010
Text Example
Text Example
White with #CE8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8010; }
p { color: rgb(206,128,16); }
H1.HeaderClassName
{
color: #CE8010;
}
.AnyTagClassName
{
color: #CE8010;
}
</style>
background-color css
<style>
a { background-color: #CE8010; }
a { background-color: rgb(206,128,16); }
div.DivClassName
{
background-color: #CE8010;
}
.BgClassName
{
background-color: #CE8010;
}
</style>
border-color css
<style>
span { border-color: #CE8010; }
span { border-color: rgb(206,128,16); }
td.TdClassName
{
border-color: #CE8010;
}
.TagClassName
{
border-color: #CE8010;
}
</style>