Shades of Ochre #CE740B
Tints of Ochre #CE740B
RGB
CMYK
RGB Variations
Color information
#CE740B (or 0xCE740B) is known color: Ochre. HEX triplet: CE, 74 and 0B. RGB value is (206,116,11). Sum of RGB (Red+Green+Blue) = 206+116+11=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE740B is #318BF4. Grayscale: #838383. Windows color (decimal): -3247093 or 750798. OLE color: 750798.
HSL color Cylindrical-coordinate representation of color #CE740B: hue angle of 32.31º 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 #CE740B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.19 |
| HSL | 32.31º | 0.9% | 0.43% | - |
| HSV(B) | 32.31º | 0.95% | 0.81% | - |
| XYZ | 31.76 | 25.64 | 3.59 | - |
| YUV | 130.94 | 60.32 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 11 | 0 | 0.44 | 0.95 | 0.19 | 32.31 | 0.9 | 0.43 |
| Hex | CE | 74 | B | 0 | 2C | 5F | 13 | 20 | 5A | 2B |
| Octal | 316 | 164 | 13 | 0 | 54 | 137 | 23 | 40 | 132 | 53 |
| Binary | 11001110 | 1110100 | 1011 | 0 | 101100 | 1011111 | 10011 | 100000 | 1011010 | 101011 |
Color Harmonies of #CE740B
Complementary color
Monochromatic Colors of #CE740B
Black with #CE740B
Text Example
Text Example
White with #CE740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE740B; }
p { color: rgb(206,116,11); }
H1.HeaderClassName
{
color: #CE740B;
}
.AnyTagClassName
{
color: #CE740B;
}
</style>
background-color css
<style>
a { background-color: #CE740B; }
a { background-color: rgb(206,116,11); }
div.DivClassName
{
background-color: #CE740B;
}
.BgClassName
{
background-color: #CE740B;
}
</style>
border-color css
<style>
span { border-color: #CE740B; }
span { border-color: rgb(206,116,11); }
td.TdClassName
{
border-color: #CE740B;
}
.TagClassName
{
border-color: #CE740B;
}
</style>