Shades of Ochre #CE881B
Tints of Ochre #CE881B
RGB
CMYK
RGB Variations
Color information
#CE881B (or 0xCE881B) is known color: Ochre. HEX triplet: CE, 88 and 1B. RGB value is (206,136,27). Sum of RGB (Red+Green+Blue) = 206+136+27=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE881B is #3177E4. Grayscale: #919191. Windows color (decimal): -3241957 or 1804494. OLE color: 1804494.
HSL color Cylindrical-coordinate representation of color #CE881B: hue angle of 36.54º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE881B is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 27 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.19 |
| HSL | 36.54º | 0.77% | 0.46% | - |
| HSV(B) | 36.54º | 0.87% | 0.81% | - |
| XYZ | 34.46 | 30.81 | 5.17 | - |
| YUV | 144.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 27 | 0 | 0.34 | 0.87 | 0.19 | 36.54 | 0.77 | 0.46 |
| Hex | CE | 88 | 1B | 0 | 22 | 57 | 13 | 25 | 4D | 2E |
| Octal | 316 | 210 | 33 | 0 | 42 | 127 | 23 | 45 | 115 | 56 |
| Binary | 11001110 | 10001000 | 11011 | 0 | 100010 | 1010111 | 10011 | 100101 | 1001101 | 101110 |
Color Harmonies of #CE881B
Complementary color
Monochromatic Colors of #CE881B
Black with #CE881B
Text Example
Text Example
White with #CE881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE881B; }
p { color: rgb(206,136,27); }
H1.HeaderClassName
{
color: #CE881B;
}
.AnyTagClassName
{
color: #CE881B;
}
</style>
background-color css
<style>
a { background-color: #CE881B; }
a { background-color: rgb(206,136,27); }
div.DivClassName
{
background-color: #CE881B;
}
.BgClassName
{
background-color: #CE881B;
}
</style>
border-color css
<style>
span { border-color: #CE881B; }
span { border-color: rgb(206,136,27); }
td.TdClassName
{
border-color: #CE881B;
}
.TagClassName
{
border-color: #CE881B;
}
</style>