Shades of Zest #CE7040
Tints of Zest #CE7040
RGB
CMYK
RGB Variations
Color information
#CE7040 (or 0xCE7040) is known color: Zest. HEX triplet: CE, 70 and 40. RGB value is (206,112,64). Sum of RGB (Red+Green+Blue) = 206+112+64=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7040 is #318FBF. Grayscale: #868686. Windows color (decimal): -3248064 or 4223182. OLE color: 4223182.
HSL color Cylindrical-coordinate representation of color #CE7040: hue angle of 20.28º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE7040 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 64 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.19 |
| HSL | 20.28º | 0.59% | 0.53% | - |
| HSV(B) | 20.28º | 0.69% | 0.81% | - |
| XYZ | 32.17 | 25.08 | 8 | - |
| YUV | 134.63 | 88.14 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 64 | 0 | 0.46 | 0.69 | 0.19 | 20.28 | 0.59 | 0.53 |
| Hex | CE | 70 | 40 | 0 | 2E | 45 | 13 | 14 | 3B | 35 |
| Octal | 316 | 160 | 100 | 0 | 56 | 105 | 23 | 24 | 73 | 65 |
| Binary | 11001110 | 1110000 | 1000000 | 0 | 101110 | 1000101 | 10011 | 10100 | 111011 | 110101 |
Color Harmonies of #CE7040
Complementary color
Monochromatic Colors of #CE7040
Black with #CE7040
Text Example
Text Example
White with #CE7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7040; }
p { color: rgb(206,112,64); }
H1.HeaderClassName
{
color: #CE7040;
}
.AnyTagClassName
{
color: #CE7040;
}
</style>
background-color css
<style>
a { background-color: #CE7040; }
a { background-color: rgb(206,112,64); }
div.DivClassName
{
background-color: #CE7040;
}
.BgClassName
{
background-color: #CE7040;
}
</style>
border-color css
<style>
span { border-color: #CE7040; }
span { border-color: rgb(206,112,64); }
td.TdClassName
{
border-color: #CE7040;
}
.TagClassName
{
border-color: #CE7040;
}
</style>