Shades of Zest #CE783A
Tints of Zest #CE783A
RGB
CMYK
RGB Variations
Color information
#CE783A (or 0xCE783A) is known color: Zest. HEX triplet: CE, 78 and 3A. RGB value is (206,120,58). Sum of RGB (Red+Green+Blue) = 206+120+58=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE783A is #3187C5. Grayscale: #8A8A8A. Windows color (decimal): -3246022 or 3832014. OLE color: 3832014.
HSL color Cylindrical-coordinate representation of color #CE783A: hue angle of 25.14º 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 #CE783A is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 58 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.19 |
| HSL | 25.14º | 0.6% | 0.52% | - |
| HSV(B) | 25.14º | 0.72% | 0.81% | - |
| XYZ | 32.93 | 26.86 | 7.45 | - |
| YUV | 138.65 | 82.49 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 58 | 0 | 0.42 | 0.72 | 0.19 | 25.14 | 0.6 | 0.52 |
| Hex | CE | 78 | 3A | 0 | 2A | 48 | 13 | 19 | 3C | 34 |
| Octal | 316 | 170 | 72 | 0 | 52 | 110 | 23 | 31 | 74 | 64 |
| Binary | 11001110 | 1111000 | 111010 | 0 | 101010 | 1001000 | 10011 | 11001 | 111100 | 110100 |
Color Harmonies of #CE783A
Complementary color
Monochromatic Colors of #CE783A
Black with #CE783A
Text Example
Text Example
White with #CE783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE783A; }
p { color: rgb(206,120,58); }
H1.HeaderClassName
{
color: #CE783A;
}
.AnyTagClassName
{
color: #CE783A;
}
</style>
background-color css
<style>
a { background-color: #CE783A; }
a { background-color: rgb(206,120,58); }
div.DivClassName
{
background-color: #CE783A;
}
.BgClassName
{
background-color: #CE783A;
}
</style>
border-color css
<style>
span { border-color: #CE783A; }
span { border-color: rgb(206,120,58); }
td.TdClassName
{
border-color: #CE783A;
}
.TagClassName
{
border-color: #CE783A;
}
</style>