Shades of Zest #CE703A
Tints of Zest #CE703A
RGB
CMYK
RGB Variations
Color information
#CE703A (or 0xCE703A) is known color: Zest. HEX triplet: CE, 70 and 3A. RGB value is (206,112,58). Sum of RGB (Red+Green+Blue) = 206+112+58=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE703A is #318FC5. Grayscale: #868686. Windows color (decimal): -3248070 or 3829966. OLE color: 3829966.
HSL color Cylindrical-coordinate representation of color #CE703A: hue angle of 21.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE703A is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 58 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.19 |
| HSL | 21.89º | 0.6% | 0.52% | - |
| HSV(B) | 21.89º | 0.72% | 0.81% | - |
| XYZ | 32.01 | 25.02 | 7.14 | - |
| YUV | 133.95 | 85.14 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 58 | 0 | 0.46 | 0.72 | 0.19 | 21.89 | 0.6 | 0.52 |
| Hex | CE | 70 | 3A | 0 | 2E | 48 | 13 | 16 | 3C | 34 |
| Octal | 316 | 160 | 72 | 0 | 56 | 110 | 23 | 26 | 74 | 64 |
| Binary | 11001110 | 1110000 | 111010 | 0 | 101110 | 1001000 | 10011 | 10110 | 111100 | 110100 |
Color Harmonies of #CE703A
Complementary color
Monochromatic Colors of #CE703A
Black with #CE703A
Text Example
Text Example
White with #CE703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE703A; }
p { color: rgb(206,112,58); }
H1.HeaderClassName
{
color: #CE703A;
}
.AnyTagClassName
{
color: #CE703A;
}
</style>
background-color css
<style>
a { background-color: #CE703A; }
a { background-color: rgb(206,112,58); }
div.DivClassName
{
background-color: #CE703A;
}
.BgClassName
{
background-color: #CE703A;
}
</style>
border-color css
<style>
span { border-color: #CE703A; }
span { border-color: rgb(206,112,58); }
td.TdClassName
{
border-color: #CE703A;
}
.TagClassName
{
border-color: #CE703A;
}
</style>