Shades of Ochre #CE8713
Tints of Ochre #CE8713
RGB
CMYK
RGB Variations
Color information
#CE8713 (or 0xCE8713) is known color: Ochre. HEX triplet: CE, 87 and 13. RGB value is (206,135,19). Sum of RGB (Red+Green+Blue) = 206+135+19=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8713 is #3178EC. Grayscale: #8F8F8F. Windows color (decimal): -3242221 or 1279950. OLE color: 1279950.
HSL color Cylindrical-coordinate representation of color #CE8713: hue angle of 37.22º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE8713 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 19 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.19 |
| HSL | 37.22º | 0.83% | 0.44% | - |
| HSV(B) | 37.22º | 0.91% | 0.81% | - |
| XYZ | 34.24 | 30.5 | 4.7 | - |
| YUV | 143.01 | 58.02 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 19 | 0 | 0.34 | 0.91 | 0.19 | 37.22 | 0.83 | 0.44 |
| Hex | CE | 87 | 13 | 0 | 22 | 5B | 13 | 25 | 53 | 2C |
| Octal | 316 | 207 | 23 | 0 | 42 | 133 | 23 | 45 | 123 | 54 |
| Binary | 11001110 | 10000111 | 10011 | 0 | 100010 | 1011011 | 10011 | 100101 | 1010011 | 101100 |
Color Harmonies of #CE8713
Complementary color
Monochromatic Colors of #CE8713
Black with #CE8713
Text Example
Text Example
White with #CE8713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8713; }
p { color: rgb(206,135,19); }
H1.HeaderClassName
{
color: #CE8713;
}
.AnyTagClassName
{
color: #CE8713;
}
</style>
background-color css
<style>
a { background-color: #CE8713; }
a { background-color: rgb(206,135,19); }
div.DivClassName
{
background-color: #CE8713;
}
.BgClassName
{
background-color: #CE8713;
}
</style>
border-color css
<style>
span { border-color: #CE8713; }
span { border-color: rgb(206,135,19); }
td.TdClassName
{
border-color: #CE8713;
}
.TagClassName
{
border-color: #CE8713;
}
</style>