Shades of Ochre #CE750F
Tints of Ochre #CE750F
RGB
CMYK
RGB Variations
Color information
#CE750F (or 0xCE750F) is known color: Ochre. HEX triplet: CE, 75 and 0F. RGB value is (206,117,15). Sum of RGB (Red+Green+Blue) = 206+117+15=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE750F is #318AF0. Grayscale: #848484. Windows color (decimal): -3246833 or 1013198. OLE color: 1013198.
HSL color Cylindrical-coordinate representation of color #CE750F: hue angle of 32.04º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE750F is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 15 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.19 |
| HSL | 32.04º | 0.86% | 0.43% | - |
| HSV(B) | 32.04º | 0.93% | 0.81% | - |
| XYZ | 31.9 | 25.88 | 3.77 | - |
| YUV | 131.98 | 61.99 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 15 | 0 | 0.43 | 0.93 | 0.19 | 32.04 | 0.86 | 0.43 |
| Hex | CE | 75 | F | 0 | 2B | 5D | 13 | 20 | 56 | 2B |
| Octal | 316 | 165 | 17 | 0 | 53 | 135 | 23 | 40 | 126 | 53 |
| Binary | 11001110 | 1110101 | 1111 | 0 | 101011 | 1011101 | 10011 | 100000 | 1010110 | 101011 |
Color Harmonies of #CE750F
Complementary color
Monochromatic Colors of #CE750F
Black with #CE750F
Text Example
Text Example
White with #CE750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE750F; }
p { color: rgb(206,117,15); }
H1.HeaderClassName
{
color: #CE750F;
}
.AnyTagClassName
{
color: #CE750F;
}
</style>
background-color css
<style>
a { background-color: #CE750F; }
a { background-color: rgb(206,117,15); }
div.DivClassName
{
background-color: #CE750F;
}
.BgClassName
{
background-color: #CE750F;
}
</style>
border-color css
<style>
span { border-color: #CE750F; }
span { border-color: rgb(206,117,15); }
td.TdClassName
{
border-color: #CE750F;
}
.TagClassName
{
border-color: #CE750F;
}
</style>