Shades of Zest #CE753A
Tints of Zest #CE753A
RGB
CMYK
RGB Variations
Color information
#CE753A (or 0xCE753A) is known color: Zest. HEX triplet: CE, 75 and 3A. RGB value is (206,117,58). Sum of RGB (Red+Green+Blue) = 206+117+58=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE753A is #318AC5. Grayscale: #898989. Windows color (decimal): -3246790 or 3831246. OLE color: 3831246.
HSL color Cylindrical-coordinate representation of color #CE753A: hue angle of 23.92º 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 #CE753A is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 58 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.19 |
| HSL | 23.92º | 0.6% | 0.52% | - |
| HSV(B) | 23.92º | 0.72% | 0.81% | - |
| XYZ | 32.58 | 26.15 | 7.33 | - |
| YUV | 136.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 58 | 0 | 0.43 | 0.72 | 0.19 | 23.92 | 0.6 | 0.52 |
| Hex | CE | 75 | 3A | 0 | 2B | 48 | 13 | 18 | 3C | 34 |
| Octal | 316 | 165 | 72 | 0 | 53 | 110 | 23 | 30 | 74 | 64 |
| Binary | 11001110 | 1110101 | 111010 | 0 | 101011 | 1001000 | 10011 | 11000 | 111100 | 110100 |
Color Harmonies of #CE753A
Complementary color
Monochromatic Colors of #CE753A
Black with #CE753A
Text Example
Text Example
White with #CE753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE753A; }
p { color: rgb(206,117,58); }
H1.HeaderClassName
{
color: #CE753A;
}
.AnyTagClassName
{
color: #CE753A;
}
</style>
background-color css
<style>
a { background-color: #CE753A; }
a { background-color: rgb(206,117,58); }
div.DivClassName
{
background-color: #CE753A;
}
.BgClassName
{
background-color: #CE753A;
}
</style>
border-color css
<style>
span { border-color: #CE753A; }
span { border-color: rgb(206,117,58); }
td.TdClassName
{
border-color: #CE753A;
}
.TagClassName
{
border-color: #CE753A;
}
</style>