Shades of Ochre #CE7E14
Tints of Ochre #CE7E14
RGB
CMYK
RGB Variations
Color information
#CE7E14 (or 0xCE7E14) is known color: Ochre. HEX triplet: CE, 7E and 14. RGB value is (206,126,20). Sum of RGB (Red+Green+Blue) = 206+126+20=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7E14 is #3181EB. Grayscale: #8A8A8A. Windows color (decimal): -3244524 or 1343182. OLE color: 1343182.
HSL color Cylindrical-coordinate representation of color #CE7E14: hue angle of 34.19º 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 #CE7E14 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 20 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.19 |
| HSL | 34.19º | 0.82% | 0.44% | - |
| HSV(B) | 34.19º | 0.9% | 0.81% | - |
| XYZ | 33.04 | 28.09 | 4.34 | - |
| YUV | 137.84 | 61.5 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 20 | 0 | 0.39 | 0.90 | 0.19 | 34.19 | 0.82 | 0.44 |
| Hex | CE | 7E | 14 | 0 | 27 | 5A | 13 | 22 | 52 | 2C |
| Octal | 316 | 176 | 24 | 0 | 47 | 132 | 23 | 42 | 122 | 54 |
| Binary | 11001110 | 1111110 | 10100 | 0 | 100111 | 1011010 | 10011 | 100010 | 1010010 | 101100 |
Color Harmonies of #CE7E14
Complementary color
Monochromatic Colors of #CE7E14
Black with #CE7E14
Text Example
Text Example
White with #CE7E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E14; }
p { color: rgb(206,126,20); }
H1.HeaderClassName
{
color: #CE7E14;
}
.AnyTagClassName
{
color: #CE7E14;
}
</style>
background-color css
<style>
a { background-color: #CE7E14; }
a { background-color: rgb(206,126,20); }
div.DivClassName
{
background-color: #CE7E14;
}
.BgClassName
{
background-color: #CE7E14;
}
</style>
border-color css
<style>
span { border-color: #CE7E14; }
span { border-color: rgb(206,126,20); }
td.TdClassName
{
border-color: #CE7E14;
}
.TagClassName
{
border-color: #CE7E14;
}
</style>