Shades of Ochre #CE711B
Tints of Ochre #CE711B
RGB
CMYK
RGB Variations
Color information
#CE711B (or 0xCE711B) is known color: Ochre. HEX triplet: CE, 71 and 1B. RGB value is (206,113,27). Sum of RGB (Red+Green+Blue) = 206+113+27=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE711B is #318EE4. Grayscale: #838383. Windows color (decimal): -3247845 or 1798606. OLE color: 1798606.
HSL color Cylindrical-coordinate representation of color #CE711B: hue angle of 28.83º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE711B is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 27 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.19 |
| HSL | 28.83º | 0.77% | 0.46% | - |
| HSV(B) | 28.83º | 0.87% | 0.81% | - |
| XYZ | 31.56 | 25.01 | 4.2 | - |
| YUV | 131 | 69.31 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 27 | 0 | 0.45 | 0.87 | 0.19 | 28.83 | 0.77 | 0.46 |
| Hex | CE | 71 | 1B | 0 | 2D | 57 | 13 | 1D | 4D | 2E |
| Octal | 316 | 161 | 33 | 0 | 55 | 127 | 23 | 35 | 115 | 56 |
| Binary | 11001110 | 1110001 | 11011 | 0 | 101101 | 1010111 | 10011 | 11101 | 1001101 | 101110 |
Color Harmonies of #CE711B
Complementary color
Monochromatic Colors of #CE711B
Black with #CE711B
Text Example
Text Example
White with #CE711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE711B; }
p { color: rgb(206,113,27); }
H1.HeaderClassName
{
color: #CE711B;
}
.AnyTagClassName
{
color: #CE711B;
}
</style>
background-color css
<style>
a { background-color: #CE711B; }
a { background-color: rgb(206,113,27); }
div.DivClassName
{
background-color: #CE711B;
}
.BgClassName
{
background-color: #CE711B;
}
</style>
border-color css
<style>
span { border-color: #CE711B; }
span { border-color: rgb(206,113,27); }
td.TdClassName
{
border-color: #CE711B;
}
.TagClassName
{
border-color: #CE711B;
}
</style>