Shades of Ochre #CE740F
Tints of Ochre #CE740F
RGB
CMYK
RGB Variations
Color information
#CE740F (or 0xCE740F) is known color: Ochre. HEX triplet: CE, 74 and 0F. RGB value is (206,116,15). Sum of RGB (Red+Green+Blue) = 206+116+15=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE740F is #318BF0. Grayscale: #838383. Windows color (decimal): -3247089 or 1012942. OLE color: 1012942.
HSL color Cylindrical-coordinate representation of color #CE740F: hue angle of 31.73º 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 #CE740F is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 15 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.19 |
| HSL | 31.73º | 0.86% | 0.43% | - |
| HSV(B) | 31.73º | 0.93% | 0.81% | - |
| XYZ | 31.79 | 25.65 | 3.73 | - |
| YUV | 131.4 | 62.32 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 15 | 0 | 0.44 | 0.93 | 0.19 | 31.73 | 0.86 | 0.43 |
| Hex | CE | 74 | F | 0 | 2C | 5D | 13 | 20 | 56 | 2B |
| Octal | 316 | 164 | 17 | 0 | 54 | 135 | 23 | 40 | 126 | 53 |
| Binary | 11001110 | 1110100 | 1111 | 0 | 101100 | 1011101 | 10011 | 100000 | 1010110 | 101011 |
Color Harmonies of #CE740F
Complementary color
Monochromatic Colors of #CE740F
Black with #CE740F
Text Example
Text Example
White with #CE740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE740F; }
p { color: rgb(206,116,15); }
H1.HeaderClassName
{
color: #CE740F;
}
.AnyTagClassName
{
color: #CE740F;
}
</style>
background-color css
<style>
a { background-color: #CE740F; }
a { background-color: rgb(206,116,15); }
div.DivClassName
{
background-color: #CE740F;
}
.BgClassName
{
background-color: #CE740F;
}
</style>
border-color css
<style>
span { border-color: #CE740F; }
span { border-color: rgb(206,116,15); }
td.TdClassName
{
border-color: #CE740F;
}
.TagClassName
{
border-color: #CE740F;
}
</style>