Shades of Ochre #CE7409
Tints of Ochre #CE7409
RGB
CMYK
RGB Variations
Color information
#CE7409 (or 0xCE7409) is known color: Ochre. HEX triplet: CE, 74 and 09. RGB value is (206,116,9). Sum of RGB (Red+Green+Blue) = 206+116+9=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7409 is #318BF6. Grayscale: #838383. Windows color (decimal): -3247095 or 619726. OLE color: 619726.
HSL color Cylindrical-coordinate representation of color #CE7409: hue angle of 32.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE7409 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 9 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.19 |
| HSL | 32.59º | 0.92% | 0.42% | - |
| HSV(B) | 32.59º | 0.96% | 0.81% | - |
| XYZ | 31.75 | 25.63 | 3.53 | - |
| YUV | 130.71 | 59.32 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 9 | 0 | 0.44 | 0.96 | 0.19 | 32.59 | 0.92 | 0.42 |
| Hex | CE | 74 | 9 | 0 | 2C | 60 | 13 | 21 | 5C | 2A |
| Octal | 316 | 164 | 11 | 0 | 54 | 140 | 23 | 41 | 134 | 52 |
| Binary | 11001110 | 1110100 | 1001 | 0 | 101100 | 1100000 | 10011 | 100001 | 1011100 | 101010 |
Color Harmonies of #CE7409
Complementary color
Monochromatic Colors of #CE7409
Black with #CE7409
Text Example
Text Example
White with #CE7409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7409; }
p { color: rgb(206,116,9); }
H1.HeaderClassName
{
color: #CE7409;
}
.AnyTagClassName
{
color: #CE7409;
}
</style>
background-color css
<style>
a { background-color: #CE7409; }
a { background-color: rgb(206,116,9); }
div.DivClassName
{
background-color: #CE7409;
}
.BgClassName
{
background-color: #CE7409;
}
</style>
border-color css
<style>
span { border-color: #CE7409; }
span { border-color: rgb(206,116,9); }
td.TdClassName
{
border-color: #CE7409;
}
.TagClassName
{
border-color: #CE7409;
}
</style>