Shades of Ochre #CE730E
Tints of Ochre #CE730E
RGB
CMYK
RGB Variations
Color information
#CE730E (or 0xCE730E) is known color: Ochre. HEX triplet: CE, 73 and 0E. RGB value is (206,115,14). Sum of RGB (Red+Green+Blue) = 206+115+14=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE730E is #318CF1. Grayscale: #838383. Windows color (decimal): -3247346 or 947150. OLE color: 947150.
HSL color Cylindrical-coordinate representation of color #CE730E: hue angle of 31.56º degrees, saturation: 0.87, 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 #CE730E is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 14 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.19 |
| HSL | 31.56º | 0.87% | 0.43% | - |
| HSV(B) | 31.56º | 0.93% | 0.81% | - |
| XYZ | 31.66 | 25.41 | 3.65 | - |
| YUV | 130.7 | 62.15 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 14 | 0 | 0.44 | 0.93 | 0.19 | 31.56 | 0.87 | 0.43 |
| Hex | CE | 73 | E | 0 | 2C | 5D | 13 | 20 | 57 | 2B |
| Octal | 316 | 163 | 16 | 0 | 54 | 135 | 23 | 40 | 127 | 53 |
| Binary | 11001110 | 1110011 | 1110 | 0 | 101100 | 1011101 | 10011 | 100000 | 1010111 | 101011 |
Color Harmonies of #CE730E
Complementary color
Monochromatic Colors of #CE730E
Black with #CE730E
Text Example
Text Example
White with #CE730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE730E; }
p { color: rgb(206,115,14); }
H1.HeaderClassName
{
color: #CE730E;
}
.AnyTagClassName
{
color: #CE730E;
}
</style>
background-color css
<style>
a { background-color: #CE730E; }
a { background-color: rgb(206,115,14); }
div.DivClassName
{
background-color: #CE730E;
}
.BgClassName
{
background-color: #CE730E;
}
</style>
border-color css
<style>
span { border-color: #CE730E; }
span { border-color: rgb(206,115,14); }
td.TdClassName
{
border-color: #CE730E;
}
.TagClassName
{
border-color: #CE730E;
}
</style>