Shades of Ochre #CE781E
Tints of Ochre #CE781E
RGB
CMYK
RGB Variations
Color information
#CE781E (or 0xCE781E) is known color: Ochre. HEX triplet: CE, 78 and 1E. RGB value is (206,120,30). Sum of RGB (Red+Green+Blue) = 206+120+30=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE781E is #3187E1. Grayscale: #878787. Windows color (decimal): -3246050 or 1997006. OLE color: 1997006.
HSL color Cylindrical-coordinate representation of color #CE781E: hue angle of 30.68º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE781E is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 30 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.19 |
| HSL | 30.68º | 0.75% | 0.46% | - |
| HSV(B) | 30.68º | 0.85% | 0.81% | - |
| XYZ | 32.4 | 26.65 | 4.66 | - |
| YUV | 135.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 30 | 0 | 0.42 | 0.85 | 0.19 | 30.68 | 0.75 | 0.46 |
| Hex | CE | 78 | 1E | 0 | 2A | 55 | 13 | 1F | 4B | 2E |
| Octal | 316 | 170 | 36 | 0 | 52 | 125 | 23 | 37 | 113 | 56 |
| Binary | 11001110 | 1111000 | 11110 | 0 | 101010 | 1010101 | 10011 | 11111 | 1001011 | 101110 |
Color Harmonies of #CE781E
Complementary color
Monochromatic Colors of #CE781E
Black with #CE781E
Text Example
Text Example
White with #CE781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE781E; }
p { color: rgb(206,120,30); }
H1.HeaderClassName
{
color: #CE781E;
}
.AnyTagClassName
{
color: #CE781E;
}
</style>
background-color css
<style>
a { background-color: #CE781E; }
a { background-color: rgb(206,120,30); }
div.DivClassName
{
background-color: #CE781E;
}
.BgClassName
{
background-color: #CE781E;
}
</style>
border-color css
<style>
span { border-color: #CE781E; }
span { border-color: rgb(206,120,30); }
td.TdClassName
{
border-color: #CE781E;
}
.TagClassName
{
border-color: #CE781E;
}
</style>