Shades of Ochre #CE8618
Tints of Ochre #CE8618
RGB
CMYK
RGB Variations
Color information
#CE8618 (or 0xCE8618) is known color: Ochre. HEX triplet: CE, 86 and 18. RGB value is (206,134,24). Sum of RGB (Red+Green+Blue) = 206+134+24=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8618 is #3179E7. Grayscale: #8F8F8F. Windows color (decimal): -3242472 or 1607374. OLE color: 1607374.
HSL color Cylindrical-coordinate representation of color #CE8618: hue angle of 36.26º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE8618 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 24 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.19 |
| HSL | 36.26º | 0.79% | 0.45% | - |
| HSV(B) | 36.26º | 0.88% | 0.81% | - |
| XYZ | 34.14 | 30.24 | 4.9 | - |
| YUV | 142.99 | 60.85 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 24 | 0 | 0.35 | 0.88 | 0.19 | 36.26 | 0.79 | 0.45 |
| Hex | CE | 86 | 18 | 0 | 23 | 58 | 13 | 24 | 4F | 2D |
| Octal | 316 | 206 | 30 | 0 | 43 | 130 | 23 | 44 | 117 | 55 |
| Binary | 11001110 | 10000110 | 11000 | 0 | 100011 | 1011000 | 10011 | 100100 | 1001111 | 101101 |
Color Harmonies of #CE8618
Complementary color
Monochromatic Colors of #CE8618
Black with #CE8618
Text Example
Text Example
White with #CE8618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8618; }
p { color: rgb(206,134,24); }
H1.HeaderClassName
{
color: #CE8618;
}
.AnyTagClassName
{
color: #CE8618;
}
</style>
background-color css
<style>
a { background-color: #CE8618; }
a { background-color: rgb(206,134,24); }
div.DivClassName
{
background-color: #CE8618;
}
.BgClassName
{
background-color: #CE8618;
}
</style>
border-color css
<style>
span { border-color: #CE8618; }
span { border-color: rgb(206,134,24); }
td.TdClassName
{
border-color: #CE8618;
}
.TagClassName
{
border-color: #CE8618;
}
</style>