Shades of Zest #CE733C
Tints of Zest #CE733C
RGB
CMYK
RGB Variations
Color information
#CE733C (or 0xCE733C) is known color: Zest. HEX triplet: CE, 73 and 3C. RGB value is (206,115,60). Sum of RGB (Red+Green+Blue) = 206+115+60=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE733C is #318CC3. Grayscale: #888888. Windows color (decimal): -3247300 or 3961806. OLE color: 3961806.
HSL color Cylindrical-coordinate representation of color #CE733C: hue angle of 22.6º 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 #CE733C is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 60 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.19 |
| HSL | 22.6º | 0.6% | 0.52% | - |
| HSV(B) | 22.6º | 0.71% | 0.81% | - |
| XYZ | 32.4 | 25.71 | 7.53 | - |
| YUV | 135.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 60 | 0 | 0.44 | 0.71 | 0.19 | 22.6 | 0.6 | 0.52 |
| Hex | CE | 73 | 3C | 0 | 2C | 47 | 13 | 17 | 3C | 34 |
| Octal | 316 | 163 | 74 | 0 | 54 | 107 | 23 | 27 | 74 | 64 |
| Binary | 11001110 | 1110011 | 111100 | 0 | 101100 | 1000111 | 10011 | 10111 | 111100 | 110100 |
Color Harmonies of #CE733C
Complementary color
Monochromatic Colors of #CE733C
Black with #CE733C
Text Example
Text Example
White with #CE733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE733C; }
p { color: rgb(206,115,60); }
H1.HeaderClassName
{
color: #CE733C;
}
.AnyTagClassName
{
color: #CE733C;
}
</style>
background-color css
<style>
a { background-color: #CE733C; }
a { background-color: rgb(206,115,60); }
div.DivClassName
{
background-color: #CE733C;
}
.BgClassName
{
background-color: #CE733C;
}
</style>
border-color css
<style>
span { border-color: #CE733C; }
span { border-color: rgb(206,115,60); }
td.TdClassName
{
border-color: #CE733C;
}
.TagClassName
{
border-color: #CE733C;
}
</style>