Shades of Wild Willow #CEC95C
Tints of Wild Willow #CEC95C
RGB
CMYK
RGB Variations
Color information
#CEC95C (or 0xCEC95C) is known color: Wild Willow. HEX triplet: CE, C9 and 5C. RGB value is (206,201,92). Sum of RGB (Red+Green+Blue) = 206+201+92=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC95C is #3136A3. Grayscale: #BEBEBE. Windows color (decimal): -3225252 or 6080974. OLE color: 6080974.
HSL color Cylindrical-coordinate representation of color #CEC95C: hue angle of 57.37º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEC95C is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 92 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.19 |
| HSL | 57.37º | 0.54% | 0.58% | - |
| HSV(B) | 57.37º | 0.55% | 0.81% | - |
| XYZ | 48.27 | 55.67 | 18.33 | - |
| YUV | 190.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 92 | 0 | 0.02 | 0.55 | 0.19 | 57.37 | 0.54 | 0.58 |
| Hex | CE | C9 | 5C | 0 | 2 | 37 | 13 | 39 | 36 | 3A |
| Octal | 316 | 311 | 134 | 0 | 2 | 67 | 23 | 71 | 66 | 72 |
| Binary | 11001110 | 11001001 | 1011100 | 0 | 10 | 110111 | 10011 | 111001 | 110110 | 111010 |
Color Harmonies of #CEC95C
Complementary color
Monochromatic Colors of #CEC95C
Black with #CEC95C
Text Example
Text Example
White with #CEC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC95C; }
p { color: rgb(206,201,92); }
H1.HeaderClassName
{
color: #CEC95C;
}
.AnyTagClassName
{
color: #CEC95C;
}
</style>
background-color css
<style>
a { background-color: #CEC95C; }
a { background-color: rgb(206,201,92); }
div.DivClassName
{
background-color: #CEC95C;
}
.BgClassName
{
background-color: #CEC95C;
}
</style>
border-color css
<style>
span { border-color: #CEC95C; }
span { border-color: rgb(206,201,92); }
td.TdClassName
{
border-color: #CEC95C;
}
.TagClassName
{
border-color: #CEC95C;
}
</style>