Shades of Ochre #CE7314
Tints of Ochre #CE7314
RGB
CMYK
RGB Variations
Color information
#CE7314 (or 0xCE7314) is known color: Ochre. HEX triplet: CE, 73 and 14. RGB value is (206,115,20). Sum of RGB (Red+Green+Blue) = 206+115+20=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7314 is #318CEB. Grayscale: #838383. Windows color (decimal): -3247340 or 1340366. OLE color: 1340366.
HSL color Cylindrical-coordinate representation of color #CE7314: hue angle of 30.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE7314 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 20 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.19 |
| HSL | 30.65º | 0.82% | 0.44% | - |
| HSV(B) | 30.65º | 0.9% | 0.81% | - |
| XYZ | 31.71 | 25.43 | 3.9 | - |
| YUV | 131.38 | 65.15 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 20 | 0 | 0.44 | 0.90 | 0.19 | 30.65 | 0.82 | 0.44 |
| Hex | CE | 73 | 14 | 0 | 2C | 5A | 13 | 1F | 52 | 2C |
| Octal | 316 | 163 | 24 | 0 | 54 | 132 | 23 | 37 | 122 | 54 |
| Binary | 11001110 | 1110011 | 10100 | 0 | 101100 | 1011010 | 10011 | 11111 | 1010010 | 101100 |
Color Harmonies of #CE7314
Complementary color
Monochromatic Colors of #CE7314
Black with #CE7314
Text Example
Text Example
White with #CE7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7314; }
p { color: rgb(206,115,20); }
H1.HeaderClassName
{
color: #CE7314;
}
.AnyTagClassName
{
color: #CE7314;
}
</style>
background-color css
<style>
a { background-color: #CE7314; }
a { background-color: rgb(206,115,20); }
div.DivClassName
{
background-color: #CE7314;
}
.BgClassName
{
background-color: #CE7314;
}
</style>
border-color css
<style>
span { border-color: #CE7314; }
span { border-color: rgb(206,115,20); }
td.TdClassName
{
border-color: #CE7314;
}
.TagClassName
{
border-color: #CE7314;
}
</style>