Shades of Ochre #CE851E
Tints of Ochre #CE851E
RGB
CMYK
RGB Variations
Color information
#CE851E (or 0xCE851E) is known color: Ochre. HEX triplet: CE, 85 and 1E. RGB value is (206,133,30). Sum of RGB (Red+Green+Blue) = 206+133+30=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE851E is #317AE1. Grayscale: #8F8F8F. Windows color (decimal): -3242722 or 2000334. OLE color: 2000334.
HSL color Cylindrical-coordinate representation of color #CE851E: hue angle of 35.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE851E is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 30 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.19 |
| HSL | 35.11º | 0.75% | 0.46% | - |
| HSV(B) | 35.11º | 0.85% | 0.81% | - |
| XYZ | 34.08 | 29.99 | 5.22 | - |
| YUV | 143.09 | 64.18 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 30 | 0 | 0.35 | 0.85 | 0.19 | 35.11 | 0.75 | 0.46 |
| Hex | CE | 85 | 1E | 0 | 23 | 55 | 13 | 23 | 4B | 2E |
| Octal | 316 | 205 | 36 | 0 | 43 | 125 | 23 | 43 | 113 | 56 |
| Binary | 11001110 | 10000101 | 11110 | 0 | 100011 | 1010101 | 10011 | 100011 | 1001011 | 101110 |
Color Harmonies of #CE851E
Complementary color
Monochromatic Colors of #CE851E
Black with #CE851E
Text Example
Text Example
White with #CE851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE851E; }
p { color: rgb(206,133,30); }
H1.HeaderClassName
{
color: #CE851E;
}
.AnyTagClassName
{
color: #CE851E;
}
</style>
background-color css
<style>
a { background-color: #CE851E; }
a { background-color: rgb(206,133,30); }
div.DivClassName
{
background-color: #CE851E;
}
.BgClassName
{
background-color: #CE851E;
}
</style>
border-color css
<style>
span { border-color: #CE851E; }
span { border-color: rgb(206,133,30); }
td.TdClassName
{
border-color: #CE851E;
}
.TagClassName
{
border-color: #CE851E;
}
</style>