Shades of Ochre #CE7614
Tints of Ochre #CE7614
RGB
CMYK
RGB Variations
Color information
#CE7614 (or 0xCE7614) is known color: Ochre. HEX triplet: CE, 76 and 14. RGB value is (206,118,20). Sum of RGB (Red+Green+Blue) = 206+118+20=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7614 is #3189EB. Grayscale: #858585. Windows color (decimal): -3246572 or 1341134. OLE color: 1341134.
HSL color Cylindrical-coordinate representation of color #CE7614: hue angle of 31.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE7614 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 20 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.19 |
| HSL | 31.61º | 0.82% | 0.44% | - |
| HSV(B) | 31.61º | 0.9% | 0.81% | - |
| XYZ | 32.06 | 26.13 | 4.02 | - |
| YUV | 133.14 | 64.15 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 20 | 0 | 0.43 | 0.90 | 0.19 | 31.61 | 0.82 | 0.44 |
| Hex | CE | 76 | 14 | 0 | 2B | 5A | 13 | 20 | 52 | 2C |
| Octal | 316 | 166 | 24 | 0 | 53 | 132 | 23 | 40 | 122 | 54 |
| Binary | 11001110 | 1110110 | 10100 | 0 | 101011 | 1011010 | 10011 | 100000 | 1010010 | 101100 |
Color Harmonies of #CE7614
Complementary color
Monochromatic Colors of #CE7614
Black with #CE7614
Text Example
Text Example
White with #CE7614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7614; }
p { color: rgb(206,118,20); }
H1.HeaderClassName
{
color: #CE7614;
}
.AnyTagClassName
{
color: #CE7614;
}
</style>
background-color css
<style>
a { background-color: #CE7614; }
a { background-color: rgb(206,118,20); }
div.DivClassName
{
background-color: #CE7614;
}
.BgClassName
{
background-color: #CE7614;
}
</style>
border-color css
<style>
span { border-color: #CE7614; }
span { border-color: rgb(206,118,20); }
td.TdClassName
{
border-color: #CE7614;
}
.TagClassName
{
border-color: #CE7614;
}
</style>