Shades of Ochre #CE871C
Tints of Ochre #CE871C
RGB
CMYK
RGB Variations
Color information
#CE871C (or 0xCE871C) is known color: Ochre. HEX triplet: CE, 87 and 1C. RGB value is (206,135,28). Sum of RGB (Red+Green+Blue) = 206+135+28=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE871C is #3178E3. Grayscale: #909090. Windows color (decimal): -3242212 or 1869774. OLE color: 1869774.
HSL color Cylindrical-coordinate representation of color #CE871C: hue angle of 36.07º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE871C is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 28 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.19 |
| HSL | 36.07º | 0.76% | 0.46% | - |
| HSV(B) | 36.07º | 0.86% | 0.81% | - |
| XYZ | 34.33 | 30.53 | 5.18 | - |
| YUV | 144.03 | 62.52 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 28 | 0 | 0.34 | 0.86 | 0.19 | 36.07 | 0.76 | 0.46 |
| Hex | CE | 87 | 1C | 0 | 22 | 56 | 13 | 24 | 4C | 2E |
| Octal | 316 | 207 | 34 | 0 | 42 | 126 | 23 | 44 | 114 | 56 |
| Binary | 11001110 | 10000111 | 11100 | 0 | 100010 | 1010110 | 10011 | 100100 | 1001100 | 101110 |
Color Harmonies of #CE871C
Complementary color
Monochromatic Colors of #CE871C
Black with #CE871C
Text Example
Text Example
White with #CE871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE871C; }
p { color: rgb(206,135,28); }
H1.HeaderClassName
{
color: #CE871C;
}
.AnyTagClassName
{
color: #CE871C;
}
</style>
background-color css
<style>
a { background-color: #CE871C; }
a { background-color: rgb(206,135,28); }
div.DivClassName
{
background-color: #CE871C;
}
.BgClassName
{
background-color: #CE871C;
}
</style>
border-color css
<style>
span { border-color: #CE871C; }
span { border-color: rgb(206,135,28); }
td.TdClassName
{
border-color: #CE871C;
}
.TagClassName
{
border-color: #CE871C;
}
</style>