Shades of Ochre #CE721E
Tints of Ochre #CE721E
RGB
CMYK
RGB Variations
Color information
#CE721E (or 0xCE721E) is known color: Ochre. HEX triplet: CE, 72 and 1E. RGB value is (206,114,30). Sum of RGB (Red+Green+Blue) = 206+114+30=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE721E is #318DE1. Grayscale: #848484. Windows color (decimal): -3247586 or 1995470. OLE color: 1995470.
HSL color Cylindrical-coordinate representation of color #CE721E: hue angle of 28.64º degrees, saturation: 0.75, 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 #CE721E is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 30 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.19 |
| HSL | 28.64º | 0.75% | 0.46% | - |
| HSV(B) | 28.64º | 0.85% | 0.81% | - |
| XYZ | 31.71 | 25.25 | 4.43 | - |
| YUV | 131.93 | 70.48 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 30 | 0 | 0.45 | 0.85 | 0.19 | 28.64 | 0.75 | 0.46 |
| Hex | CE | 72 | 1E | 0 | 2D | 55 | 13 | 1D | 4B | 2E |
| Octal | 316 | 162 | 36 | 0 | 55 | 125 | 23 | 35 | 113 | 56 |
| Binary | 11001110 | 1110010 | 11110 | 0 | 101101 | 1010101 | 10011 | 11101 | 1001011 | 101110 |
Color Harmonies of #CE721E
Complementary color
Monochromatic Colors of #CE721E
Black with #CE721E
Text Example
Text Example
White with #CE721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE721E; }
p { color: rgb(206,114,30); }
H1.HeaderClassName
{
color: #CE721E;
}
.AnyTagClassName
{
color: #CE721E;
}
</style>
background-color css
<style>
a { background-color: #CE721E; }
a { background-color: rgb(206,114,30); }
div.DivClassName
{
background-color: #CE721E;
}
.BgClassName
{
background-color: #CE721E;
}
</style>
border-color css
<style>
span { border-color: #CE721E; }
span { border-color: rgb(206,114,30); }
td.TdClassName
{
border-color: #CE721E;
}
.TagClassName
{
border-color: #CE721E;
}
</style>