Shades of Ochre #CE7E23
Tints of Ochre #CE7E23
RGB
CMYK
RGB Variations
Color information
#CE7E23 (or 0xCE7E23) is known color: Ochre. HEX triplet: CE, 7E and 23. RGB value is (206,126,35). Sum of RGB (Red+Green+Blue) = 206+126+35=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E23 is #3181DC. Grayscale: #8B8B8B. Windows color (decimal): -3244509 or 2326222. OLE color: 2326222.
HSL color Cylindrical-coordinate representation of color #CE7E23: hue angle of 31.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE7E23 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 35 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.19 |
| HSL | 31.93º | 0.71% | 0.47% | - |
| HSV(B) | 31.93º | 0.83% | 0.81% | - |
| XYZ | 33.22 | 28.16 | 5.28 | - |
| YUV | 139.55 | 69 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 35 | 0 | 0.39 | 0.83 | 0.19 | 31.93 | 0.71 | 0.47 |
| Hex | CE | 7E | 23 | 0 | 27 | 53 | 13 | 20 | 47 | 2F |
| Octal | 316 | 176 | 43 | 0 | 47 | 123 | 23 | 40 | 107 | 57 |
| Binary | 11001110 | 1111110 | 100011 | 0 | 100111 | 1010011 | 10011 | 100000 | 1000111 | 101111 |
Color Harmonies of #CE7E23
Complementary color
Monochromatic Colors of #CE7E23
Black with #CE7E23
Text Example
Text Example
White with #CE7E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E23; }
p { color: rgb(206,126,35); }
H1.HeaderClassName
{
color: #CE7E23;
}
.AnyTagClassName
{
color: #CE7E23;
}
</style>
background-color css
<style>
a { background-color: #CE7E23; }
a { background-color: rgb(206,126,35); }
div.DivClassName
{
background-color: #CE7E23;
}
.BgClassName
{
background-color: #CE7E23;
}
</style>
border-color css
<style>
span { border-color: #CE7E23; }
span { border-color: rgb(206,126,35); }
td.TdClassName
{
border-color: #CE7E23;
}
.TagClassName
{
border-color: #CE7E23;
}
</style>