Shades of Ochre #CE780B
Tints of Ochre #CE780B
RGB
CMYK
RGB Variations
Color information
#CE780B (or 0xCE780B) is known color: Ochre. HEX triplet: CE, 78 and 0B. RGB value is (206,120,11). Sum of RGB (Red+Green+Blue) = 206+120+11=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE780B is #3187F4. Grayscale: #858585. Windows color (decimal): -3246069 or 751822. OLE color: 751822.
HSL color Cylindrical-coordinate representation of color #CE780B: hue angle of 33.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE780B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 11 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.19 |
| HSL | 33.54º | 0.9% | 0.43% | - |
| HSV(B) | 33.54º | 0.95% | 0.81% | - |
| XYZ | 32.23 | 26.58 | 3.75 | - |
| YUV | 133.29 | 58.99 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 11 | 0 | 0.42 | 0.95 | 0.19 | 33.54 | 0.9 | 0.43 |
| Hex | CE | 78 | B | 0 | 2A | 5F | 13 | 22 | 5A | 2B |
| Octal | 316 | 170 | 13 | 0 | 52 | 137 | 23 | 42 | 132 | 53 |
| Binary | 11001110 | 1111000 | 1011 | 0 | 101010 | 1011111 | 10011 | 100010 | 1011010 | 101011 |
Color Harmonies of #CE780B
Complementary color
Monochromatic Colors of #CE780B
Black with #CE780B
Text Example
Text Example
White with #CE780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE780B; }
p { color: rgb(206,120,11); }
H1.HeaderClassName
{
color: #CE780B;
}
.AnyTagClassName
{
color: #CE780B;
}
</style>
background-color css
<style>
a { background-color: #CE780B; }
a { background-color: rgb(206,120,11); }
div.DivClassName
{
background-color: #CE780B;
}
.BgClassName
{
background-color: #CE780B;
}
</style>
border-color css
<style>
span { border-color: #CE780B; }
span { border-color: rgb(206,120,11); }
td.TdClassName
{
border-color: #CE780B;
}
.TagClassName
{
border-color: #CE780B;
}
</style>