Shades of Zest #CE7140
Tints of Zest #CE7140
RGB
CMYK
RGB Variations
Color information
#CE7140 (or 0xCE7140) is known color: Zest. HEX triplet: CE, 71 and 40. RGB value is (206,113,64). Sum of RGB (Red+Green+Blue) = 206+113+64=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7140 is #318EBF. Grayscale: #878787. Windows color (decimal): -3247808 or 4223438. OLE color: 4223438.
HSL color Cylindrical-coordinate representation of color #CE7140: hue angle of 20.7º 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 #CE7140 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 64 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.19 |
| HSL | 20.7º | 0.59% | 0.53% | - |
| HSV(B) | 20.7º | 0.69% | 0.81% | - |
| XYZ | 32.28 | 25.3 | 8.03 | - |
| YUV | 135.22 | 87.81 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 64 | 0 | 0.45 | 0.69 | 0.19 | 20.7 | 0.59 | 0.53 |
| Hex | CE | 71 | 40 | 0 | 2D | 45 | 13 | 15 | 3B | 35 |
| Octal | 316 | 161 | 100 | 0 | 55 | 105 | 23 | 25 | 73 | 65 |
| Binary | 11001110 | 1110001 | 1000000 | 0 | 101101 | 1000101 | 10011 | 10101 | 111011 | 110101 |
Color Harmonies of #CE7140
Complementary color
Monochromatic Colors of #CE7140
Black with #CE7140
Text Example
Text Example
White with #CE7140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7140; }
p { color: rgb(206,113,64); }
H1.HeaderClassName
{
color: #CE7140;
}
.AnyTagClassName
{
color: #CE7140;
}
</style>
background-color css
<style>
a { background-color: #CE7140; }
a { background-color: rgb(206,113,64); }
div.DivClassName
{
background-color: #CE7140;
}
.BgClassName
{
background-color: #CE7140;
}
</style>
border-color css
<style>
span { border-color: #CE7140; }
span { border-color: rgb(206,113,64); }
td.TdClassName
{
border-color: #CE7140;
}
.TagClassName
{
border-color: #CE7140;
}
</style>