Shades of Ochre #CE711F
Tints of Ochre #CE711F
RGB
CMYK
RGB Variations
Color information
#CE711F (or 0xCE711F) is known color: Ochre. HEX triplet: CE, 71 and 1F. RGB value is (206,113,31). Sum of RGB (Red+Green+Blue) = 206+113+31=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE711F is #318EE0. Grayscale: #838383. Windows color (decimal): -3247841 or 2060750. OLE color: 2060750.
HSL color Cylindrical-coordinate representation of color #CE711F: hue angle of 28.11º 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 #CE711F is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 31 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.19 |
| HSL | 28.11º | 0.74% | 0.46% | - |
| HSV(B) | 28.11º | 0.85% | 0.81% | - |
| XYZ | 31.61 | 25.03 | 4.46 | - |
| YUV | 131.46 | 71.31 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 31 | 0 | 0.45 | 0.85 | 0.19 | 28.11 | 0.74 | 0.46 |
| Hex | CE | 71 | 1F | 0 | 2D | 55 | 13 | 1C | 4A | 2E |
| Octal | 316 | 161 | 37 | 0 | 55 | 125 | 23 | 34 | 112 | 56 |
| Binary | 11001110 | 1110001 | 11111 | 0 | 101101 | 1010101 | 10011 | 11100 | 1001010 | 101110 |
Color Harmonies of #CE711F
Complementary color
Monochromatic Colors of #CE711F
Black with #CE711F
Text Example
Text Example
White with #CE711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE711F; }
p { color: rgb(206,113,31); }
H1.HeaderClassName
{
color: #CE711F;
}
.AnyTagClassName
{
color: #CE711F;
}
</style>
background-color css
<style>
a { background-color: #CE711F; }
a { background-color: rgb(206,113,31); }
div.DivClassName
{
background-color: #CE711F;
}
.BgClassName
{
background-color: #CE711F;
}
</style>
border-color css
<style>
span { border-color: #CE711F; }
span { border-color: rgb(206,113,31); }
td.TdClassName
{
border-color: #CE711F;
}
.TagClassName
{
border-color: #CE711F;
}
</style>