Shades of Ochre #CE701F
Tints of Ochre #CE701F
RGB
CMYK
RGB Variations
Color information
#CE701F (or 0xCE701F) is known color: Ochre. HEX triplet: CE, 70 and 1F. RGB value is (206,112,31). Sum of RGB (Red+Green+Blue) = 206+112+31=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE701F is #318FE0. Grayscale: #838383. Windows color (decimal): -3248097 or 2060494. OLE color: 2060494.
HSL color Cylindrical-coordinate representation of color #CE701F: hue angle of 27.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE701F is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 31 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.19 |
| HSL | 27.77º | 0.74% | 0.46% | - |
| HSV(B) | 27.77º | 0.85% | 0.81% | - |
| XYZ | 31.5 | 24.81 | 4.42 | - |
| YUV | 130.87 | 71.64 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 31 | 0 | 0.46 | 0.85 | 0.19 | 27.77 | 0.74 | 0.46 |
| Hex | CE | 70 | 1F | 0 | 2E | 55 | 13 | 1C | 4A | 2E |
| Octal | 316 | 160 | 37 | 0 | 56 | 125 | 23 | 34 | 112 | 56 |
| Binary | 11001110 | 1110000 | 11111 | 0 | 101110 | 1010101 | 10011 | 11100 | 1001010 | 101110 |
Color Harmonies of #CE701F
Complementary color
Monochromatic Colors of #CE701F
Black with #CE701F
Text Example
Text Example
White with #CE701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE701F; }
p { color: rgb(206,112,31); }
H1.HeaderClassName
{
color: #CE701F;
}
.AnyTagClassName
{
color: #CE701F;
}
</style>
background-color css
<style>
a { background-color: #CE701F; }
a { background-color: rgb(206,112,31); }
div.DivClassName
{
background-color: #CE701F;
}
.BgClassName
{
background-color: #CE701F;
}
</style>
border-color css
<style>
span { border-color: #CE701F; }
span { border-color: rgb(206,112,31); }
td.TdClassName
{
border-color: #CE701F;
}
.TagClassName
{
border-color: #CE701F;
}
</style>