Shades of Ochre #CE7914
Tints of Ochre #CE7914
RGB
CMYK
RGB Variations
Color information
#CE7914 (or 0xCE7914) is known color: Ochre. HEX triplet: CE, 79 and 14. RGB value is (206,121,20). Sum of RGB (Red+Green+Blue) = 206+121+20=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7914 is #3186EB. Grayscale: #878787. Windows color (decimal): -3245804 or 1341902. OLE color: 1341902.
HSL color Cylindrical-coordinate representation of color #CE7914: hue angle of 32.58º 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 #CE7914 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 20 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.19 |
| HSL | 32.58º | 0.82% | 0.44% | - |
| HSV(B) | 32.58º | 0.9% | 0.81% | - |
| XYZ | 32.42 | 26.85 | 4.14 | - |
| YUV | 134.9 | 63.16 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 20 | 0 | 0.41 | 0.90 | 0.19 | 32.58 | 0.82 | 0.44 |
| Hex | CE | 79 | 14 | 0 | 29 | 5A | 13 | 21 | 52 | 2C |
| Octal | 316 | 171 | 24 | 0 | 51 | 132 | 23 | 41 | 122 | 54 |
| Binary | 11001110 | 1111001 | 10100 | 0 | 101001 | 1011010 | 10011 | 100001 | 1010010 | 101100 |
Color Harmonies of #CE7914
Complementary color
Monochromatic Colors of #CE7914
Black with #CE7914
Text Example
Text Example
White with #CE7914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7914; }
p { color: rgb(206,121,20); }
H1.HeaderClassName
{
color: #CE7914;
}
.AnyTagClassName
{
color: #CE7914;
}
</style>
background-color css
<style>
a { background-color: #CE7914; }
a { background-color: rgb(206,121,20); }
div.DivClassName
{
background-color: #CE7914;
}
.BgClassName
{
background-color: #CE7914;
}
</style>
border-color css
<style>
span { border-color: #CE7914; }
span { border-color: rgb(206,121,20); }
td.TdClassName
{
border-color: #CE7914;
}
.TagClassName
{
border-color: #CE7914;
}
</style>