Shades of Zest #CE703C
Tints of Zest #CE703C
RGB
CMYK
RGB Variations
Color information
#CE703C (or 0xCE703C) is known color: Zest. HEX triplet: CE, 70 and 3C. RGB value is (206,112,60). Sum of RGB (Red+Green+Blue) = 206+112+60=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE703C is #318FC3. Grayscale: #868686. Windows color (decimal): -3248068 or 3961038. OLE color: 3961038.
HSL color Cylindrical-coordinate representation of color #CE703C: hue angle of 21.37º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE703C is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 60 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.19 |
| HSL | 21.37º | 0.6% | 0.52% | - |
| HSV(B) | 21.37º | 0.71% | 0.81% | - |
| XYZ | 32.06 | 25.04 | 7.42 | - |
| YUV | 134.18 | 86.14 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 60 | 0 | 0.46 | 0.71 | 0.19 | 21.37 | 0.6 | 0.52 |
| Hex | CE | 70 | 3C | 0 | 2E | 47 | 13 | 15 | 3C | 34 |
| Octal | 316 | 160 | 74 | 0 | 56 | 107 | 23 | 25 | 74 | 64 |
| Binary | 11001110 | 1110000 | 111100 | 0 | 101110 | 1000111 | 10011 | 10101 | 111100 | 110100 |
Color Harmonies of #CE703C
Complementary color
Monochromatic Colors of #CE703C
Black with #CE703C
Text Example
Text Example
White with #CE703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE703C; }
p { color: rgb(206,112,60); }
H1.HeaderClassName
{
color: #CE703C;
}
.AnyTagClassName
{
color: #CE703C;
}
</style>
background-color css
<style>
a { background-color: #CE703C; }
a { background-color: rgb(206,112,60); }
div.DivClassName
{
background-color: #CE703C;
}
.BgClassName
{
background-color: #CE703C;
}
</style>
border-color css
<style>
span { border-color: #CE703C; }
span { border-color: rgb(206,112,60); }
td.TdClassName
{
border-color: #CE703C;
}
.TagClassName
{
border-color: #CE703C;
}
</style>