Shades of Zest #CE6E3A
Tints of Zest #CE6E3A
RGB
CMYK
RGB Variations
Color information
#CE6E3A (or 0xCE6E3A) is known color: Zest. HEX triplet: CE, 6E and 3A. RGB value is (206,110,58). Sum of RGB (Red+Green+Blue) = 206+110+58=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E3A is #3191C5. Grayscale: #858585. Windows color (decimal): -3248582 or 3829454. OLE color: 3829454.
HSL color Cylindrical-coordinate representation of color #CE6E3A: hue angle of 21.08º 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 #CE6E3A is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 58 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.19 |
| HSL | 21.08º | 0.6% | 0.52% | - |
| HSV(B) | 21.08º | 0.72% | 0.81% | - |
| XYZ | 31.79 | 24.58 | 7.07 | - |
| YUV | 132.78 | 85.8 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 58 | 0 | 0.47 | 0.72 | 0.19 | 21.08 | 0.6 | 0.52 |
| Hex | CE | 6E | 3A | 0 | 2F | 48 | 13 | 15 | 3C | 34 |
| Octal | 316 | 156 | 72 | 0 | 57 | 110 | 23 | 25 | 74 | 64 |
| Binary | 11001110 | 1101110 | 111010 | 0 | 101111 | 1001000 | 10011 | 10101 | 111100 | 110100 |
Color Harmonies of #CE6E3A
Complementary color
Monochromatic Colors of #CE6E3A
Black with #CE6E3A
Text Example
Text Example
White with #CE6E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E3A; }
p { color: rgb(206,110,58); }
H1.HeaderClassName
{
color: #CE6E3A;
}
.AnyTagClassName
{
color: #CE6E3A;
}
</style>
background-color css
<style>
a { background-color: #CE6E3A; }
a { background-color: rgb(206,110,58); }
div.DivClassName
{
background-color: #CE6E3A;
}
.BgClassName
{
background-color: #CE6E3A;
}
</style>
border-color css
<style>
span { border-color: #CE6E3A; }
span { border-color: rgb(206,110,58); }
td.TdClassName
{
border-color: #CE6E3A;
}
.TagClassName
{
border-color: #CE6E3A;
}
</style>