Shades of Ochre #CE730F
Tints of Ochre #CE730F
RGB
CMYK
RGB Variations
Color information
#CE730F (or 0xCE730F) is known color: Ochre. HEX triplet: CE, 73 and 0F. RGB value is (206,115,15). Sum of RGB (Red+Green+Blue) = 206+115+15=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE730F is #318CF0. Grayscale: #838383. Windows color (decimal): -3247345 or 1012686. OLE color: 1012686.
HSL color Cylindrical-coordinate representation of color #CE730F: hue angle of 31.41º 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 #CE730F is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 15 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.19 |
| HSL | 31.41º | 0.86% | 0.43% | - |
| HSV(B) | 31.41º | 0.93% | 0.81% | - |
| XYZ | 31.67 | 25.42 | 3.69 | - |
| YUV | 130.81 | 62.65 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 15 | 0 | 0.44 | 0.93 | 0.19 | 31.41 | 0.86 | 0.43 |
| Hex | CE | 73 | F | 0 | 2C | 5D | 13 | 1F | 56 | 2B |
| Octal | 316 | 163 | 17 | 0 | 54 | 135 | 23 | 37 | 126 | 53 |
| Binary | 11001110 | 1110011 | 1111 | 0 | 101100 | 1011101 | 10011 | 11111 | 1010110 | 101011 |
Color Harmonies of #CE730F
Complementary color
Monochromatic Colors of #CE730F
Black with #CE730F
Text Example
Text Example
White with #CE730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE730F; }
p { color: rgb(206,115,15); }
H1.HeaderClassName
{
color: #CE730F;
}
.AnyTagClassName
{
color: #CE730F;
}
</style>
background-color css
<style>
a { background-color: #CE730F; }
a { background-color: rgb(206,115,15); }
div.DivClassName
{
background-color: #CE730F;
}
.BgClassName
{
background-color: #CE730F;
}
</style>
border-color css
<style>
span { border-color: #CE730F; }
span { border-color: rgb(206,115,15); }
td.TdClassName
{
border-color: #CE730F;
}
.TagClassName
{
border-color: #CE730F;
}
</style>