Shades of Ochre #CE7D1E
Tints of Ochre #CE7D1E
RGB
CMYK
RGB Variations
Color information
#CE7D1E (or 0xCE7D1E) is known color: Ochre. HEX triplet: CE, 7D and 1E. RGB value is (206,125,30). Sum of RGB (Red+Green+Blue) = 206+125+30=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D1E is #3182E1. Grayscale: #8A8A8A. Windows color (decimal): -3244770 or 1998286. OLE color: 1998286.
HSL color Cylindrical-coordinate representation of color #CE7D1E: hue angle of 32.39º 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 #CE7D1E is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 30 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.19 |
| HSL | 32.39º | 0.75% | 0.46% | - |
| HSV(B) | 32.39º | 0.85% | 0.81% | - |
| XYZ | 33.02 | 27.88 | 4.87 | - |
| YUV | 138.39 | 66.84 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 30 | 0 | 0.39 | 0.85 | 0.19 | 32.39 | 0.75 | 0.46 |
| Hex | CE | 7D | 1E | 0 | 27 | 55 | 13 | 20 | 4B | 2E |
| Octal | 316 | 175 | 36 | 0 | 47 | 125 | 23 | 40 | 113 | 56 |
| Binary | 11001110 | 1111101 | 11110 | 0 | 100111 | 1010101 | 10011 | 100000 | 1001011 | 101110 |
Color Harmonies of #CE7D1E
Complementary color
Monochromatic Colors of #CE7D1E
Black with #CE7D1E
Text Example
Text Example
White with #CE7D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D1E; }
p { color: rgb(206,125,30); }
H1.HeaderClassName
{
color: #CE7D1E;
}
.AnyTagClassName
{
color: #CE7D1E;
}
</style>
background-color css
<style>
a { background-color: #CE7D1E; }
a { background-color: rgb(206,125,30); }
div.DivClassName
{
background-color: #CE7D1E;
}
.BgClassName
{
background-color: #CE7D1E;
}
</style>
border-color css
<style>
span { border-color: #CE7D1E; }
span { border-color: rgb(206,125,30); }
td.TdClassName
{
border-color: #CE7D1E;
}
.TagClassName
{
border-color: #CE7D1E;
}
</style>