Shades of Zest #CE713B
Tints of Zest #CE713B
RGB
CMYK
RGB Variations
Color information
#CE713B (or 0xCE713B) is known color: Zest. HEX triplet: CE, 71 and 3B. RGB value is (206,113,59). Sum of RGB (Red+Green+Blue) = 206+113+59=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE713B is #318EC4. Grayscale: #868686. Windows color (decimal): -3247813 or 3895758. OLE color: 3895758.
HSL color Cylindrical-coordinate representation of color #CE713B: hue angle of 22.04º 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 #CE713B is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 59 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.19 |
| HSL | 22.04º | 0.6% | 0.52% | - |
| HSV(B) | 22.04º | 0.71% | 0.81% | - |
| XYZ | 32.15 | 25.25 | 7.32 | - |
| YUV | 134.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 59 | 0 | 0.45 | 0.71 | 0.19 | 22.04 | 0.6 | 0.52 |
| Hex | CE | 71 | 3B | 0 | 2D | 47 | 13 | 16 | 3C | 34 |
| Octal | 316 | 161 | 73 | 0 | 55 | 107 | 23 | 26 | 74 | 64 |
| Binary | 11001110 | 1110001 | 111011 | 0 | 101101 | 1000111 | 10011 | 10110 | 111100 | 110100 |
Color Harmonies of #CE713B
Complementary color
Monochromatic Colors of #CE713B
Black with #CE713B
Text Example
Text Example
White with #CE713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE713B; }
p { color: rgb(206,113,59); }
H1.HeaderClassName
{
color: #CE713B;
}
.AnyTagClassName
{
color: #CE713B;
}
</style>
background-color css
<style>
a { background-color: #CE713B; }
a { background-color: rgb(206,113,59); }
div.DivClassName
{
background-color: #CE713B;
}
.BgClassName
{
background-color: #CE713B;
}
</style>
border-color css
<style>
span { border-color: #CE713B; }
span { border-color: rgb(206,113,59); }
td.TdClassName
{
border-color: #CE713B;
}
.TagClassName
{
border-color: #CE713B;
}
</style>