Shades of Ochre #CE780A
Tints of Ochre #CE780A
RGB
CMYK
RGB Variations
Color information
#CE780A (or 0xCE780A) is known color: Ochre. HEX triplet: CE, 78 and 0A. RGB value is (206,120,10). Sum of RGB (Red+Green+Blue) = 206+120+10=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE780A is #3187F5. Grayscale: #858585. Windows color (decimal): -3246070 or 686286. OLE color: 686286.
HSL color Cylindrical-coordinate representation of color #CE780A: hue angle of 33.67º 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 #CE780A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.19 |
| HSL | 33.67º | 0.91% | 0.42% | - |
| HSV(B) | 33.67º | 0.95% | 0.81% | - |
| XYZ | 32.22 | 26.58 | 3.72 | - |
| YUV | 133.17 | 58.49 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 10 | 0 | 0.42 | 0.95 | 0.19 | 33.67 | 0.91 | 0.42 |
| Hex | CE | 78 | A | 0 | 2A | 5F | 13 | 22 | 5B | 2A |
| Octal | 316 | 170 | 12 | 0 | 52 | 137 | 23 | 42 | 133 | 52 |
| Binary | 11001110 | 1111000 | 1010 | 0 | 101010 | 1011111 | 10011 | 100010 | 1011011 | 101010 |
Color Harmonies of #CE780A
Complementary color
Monochromatic Colors of #CE780A
Black with #CE780A
Text Example
Text Example
White with #CE780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE780A; }
p { color: rgb(206,120,10); }
H1.HeaderClassName
{
color: #CE780A;
}
.AnyTagClassName
{
color: #CE780A;
}
</style>
background-color css
<style>
a { background-color: #CE780A; }
a { background-color: rgb(206,120,10); }
div.DivClassName
{
background-color: #CE780A;
}
.BgClassName
{
background-color: #CE780A;
}
</style>
border-color css
<style>
span { border-color: #CE780A; }
span { border-color: rgb(206,120,10); }
td.TdClassName
{
border-color: #CE780A;
}
.TagClassName
{
border-color: #CE780A;
}
</style>