Shades of Winter Hazel #CEC57E
Tints of Winter Hazel #CEC57E
RGB
CMYK
RGB Variations
Color information
#CEC57E (or 0xCEC57E) is known color: Winter Hazel. HEX triplet: CE, C5 and 7E. RGB value is (206,197,126). Sum of RGB (Red+Green+Blue) = 206+197+126=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC57E is #313A81. Grayscale: #BFBFBF. Windows color (decimal): -3226242 or 8308174. OLE color: 8308174.
HSL color Cylindrical-coordinate representation of color #CEC57E: hue angle of 53.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEC57E is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 126 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.19 |
| HSL | 53.25º | 0.45% | 0.65% | - |
| HSV(B) | 53.25º | 0.39% | 0.81% | - |
| XYZ | 49.19 | 54.56 | 27.68 | - |
| YUV | 191.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 126 | 0 | 0.04 | 0.39 | 0.19 | 53.25 | 0.45 | 0.65 |
| Hex | CE | C5 | 7E | 0 | 4 | 27 | 13 | 35 | 2D | 41 |
| Octal | 316 | 305 | 176 | 0 | 4 | 47 | 23 | 65 | 55 | 101 |
| Binary | 11001110 | 11000101 | 1111110 | 0 | 100 | 100111 | 10011 | 110101 | 101101 | 1000001 |
Color Harmonies of #CEC57E
Complementary color
Monochromatic Colors of #CEC57E
Black with #CEC57E
Text Example
Text Example
White with #CEC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC57E; }
p { color: rgb(206,197,126); }
H1.HeaderClassName
{
color: #CEC57E;
}
.AnyTagClassName
{
color: #CEC57E;
}
</style>
background-color css
<style>
a { background-color: #CEC57E; }
a { background-color: rgb(206,197,126); }
div.DivClassName
{
background-color: #CEC57E;
}
.BgClassName
{
background-color: #CEC57E;
}
</style>
border-color css
<style>
span { border-color: #CEC57E; }
span { border-color: rgb(206,197,126); }
td.TdClassName
{
border-color: #CEC57E;
}
.TagClassName
{
border-color: #CEC57E;
}
</style>