Shades of Ochre #CE7509
Tints of Ochre #CE7509
RGB
CMYK
RGB Variations
Color information
#CE7509 (or 0xCE7509) is known color: Ochre. HEX triplet: CE, 75 and 09. RGB value is (206,117,9). Sum of RGB (Red+Green+Blue) = 206+117+9=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7509 is #318AF6. Grayscale: #838383. Windows color (decimal): -3246839 or 619982. OLE color: 619982.
HSL color Cylindrical-coordinate representation of color #CE7509: hue angle of 32.89º 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 #CE7509 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 9 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.19 |
| HSL | 32.89º | 0.92% | 0.42% | - |
| HSV(B) | 32.89º | 0.96% | 0.81% | - |
| XYZ | 31.86 | 25.86 | 3.57 | - |
| YUV | 131.3 | 58.99 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 9 | 0 | 0.43 | 0.96 | 0.19 | 32.89 | 0.92 | 0.42 |
| Hex | CE | 75 | 9 | 0 | 2B | 60 | 13 | 21 | 5C | 2A |
| Octal | 316 | 165 | 11 | 0 | 53 | 140 | 23 | 41 | 134 | 52 |
| Binary | 11001110 | 1110101 | 1001 | 0 | 101011 | 1100000 | 10011 | 100001 | 1011100 | 101010 |
Color Harmonies of #CE7509
Complementary color
Monochromatic Colors of #CE7509
Black with #CE7509
Text Example
Text Example
White with #CE7509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7509; }
p { color: rgb(206,117,9); }
H1.HeaderClassName
{
color: #CE7509;
}
.AnyTagClassName
{
color: #CE7509;
}
</style>
background-color css
<style>
a { background-color: #CE7509; }
a { background-color: rgb(206,117,9); }
div.DivClassName
{
background-color: #CE7509;
}
.BgClassName
{
background-color: #CE7509;
}
</style>
border-color css
<style>
span { border-color: #CE7509; }
span { border-color: rgb(206,117,9); }
td.TdClassName
{
border-color: #CE7509;
}
.TagClassName
{
border-color: #CE7509;
}
</style>