Shades of Ochre #CE7B0A
Tints of Ochre #CE7B0A
RGB
CMYK
RGB Variations
Color information
#CE7B0A (or 0xCE7B0A) is known color: Ochre. HEX triplet: CE, 7B and 0A. RGB value is (206,123,10). Sum of RGB (Red+Green+Blue) = 206+123+10=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B0A is #3184F5. Grayscale: #878787. Windows color (decimal): -3245302 or 687054. OLE color: 687054.
HSL color Cylindrical-coordinate representation of color #CE7B0A: hue angle of 34.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE7B0A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 10 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.19 |
| HSL | 34.59º | 0.91% | 0.42% | - |
| HSV(B) | 34.59º | 0.95% | 0.81% | - |
| XYZ | 32.59 | 27.31 | 3.84 | - |
| YUV | 134.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 10 | 0 | 0.40 | 0.95 | 0.19 | 34.59 | 0.91 | 0.42 |
| Hex | CE | 7B | A | 0 | 28 | 5F | 13 | 23 | 5B | 2A |
| Octal | 316 | 173 | 12 | 0 | 50 | 137 | 23 | 43 | 133 | 52 |
| Binary | 11001110 | 1111011 | 1010 | 0 | 101000 | 1011111 | 10011 | 100011 | 1011011 | 101010 |
Color Harmonies of #CE7B0A
Complementary color
Monochromatic Colors of #CE7B0A
Black with #CE7B0A
Text Example
Text Example
White with #CE7B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B0A; }
p { color: rgb(206,123,10); }
H1.HeaderClassName
{
color: #CE7B0A;
}
.AnyTagClassName
{
color: #CE7B0A;
}
</style>
background-color css
<style>
a { background-color: #CE7B0A; }
a { background-color: rgb(206,123,10); }
div.DivClassName
{
background-color: #CE7B0A;
}
.BgClassName
{
background-color: #CE7B0A;
}
</style>
border-color css
<style>
span { border-color: #CE7B0A; }
span { border-color: rgb(206,123,10); }
td.TdClassName
{
border-color: #CE7B0A;
}
.TagClassName
{
border-color: #CE7B0A;
}
</style>