Shades of Zest #CE7138
Tints of Zest #CE7138
RGB
CMYK
RGB Variations
Color information
#CE7138 (or 0xCE7138) is known color: Zest. HEX triplet: CE, 71 and 38. RGB value is (206,113,56). Sum of RGB (Red+Green+Blue) = 206+113+56=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7138 is #318EC7. Grayscale: #868686. Windows color (decimal): -3247816 or 3699150. OLE color: 3699150.
HSL color Cylindrical-coordinate representation of color #CE7138: hue angle of 22.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE7138 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 56 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.19 |
| HSL | 22.8º | 0.6% | 0.51% | - |
| HSV(B) | 22.8º | 0.73% | 0.81% | - |
| XYZ | 32.07 | 25.22 | 6.92 | - |
| YUV | 134.31 | 83.81 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 56 | 0 | 0.45 | 0.73 | 0.19 | 22.8 | 0.6 | 0.51 |
| Hex | CE | 71 | 38 | 0 | 2D | 49 | 13 | 17 | 3C | 33 |
| Octal | 316 | 161 | 70 | 0 | 55 | 111 | 23 | 27 | 74 | 63 |
| Binary | 11001110 | 1110001 | 111000 | 0 | 101101 | 1001001 | 10011 | 10111 | 111100 | 110011 |
Color Harmonies of #CE7138
Complementary color
Monochromatic Colors of #CE7138
Black with #CE7138
Text Example
Text Example
White with #CE7138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7138; }
p { color: rgb(206,113,56); }
H1.HeaderClassName
{
color: #CE7138;
}
.AnyTagClassName
{
color: #CE7138;
}
</style>
background-color css
<style>
a { background-color: #CE7138; }
a { background-color: rgb(206,113,56); }
div.DivClassName
{
background-color: #CE7138;
}
.BgClassName
{
background-color: #CE7138;
}
</style>
border-color css
<style>
span { border-color: #CE7138; }
span { border-color: rgb(206,113,56); }
td.TdClassName
{
border-color: #CE7138;
}
.TagClassName
{
border-color: #CE7138;
}
</style>