Shades of Wild Willow #CED957
Tints of Wild Willow #CED957
RGB
CMYK
RGB Variations
Color information
#CED957 (or 0xCED957) is known color: Wild Willow. HEX triplet: CE, D9 and 57. RGB value is (206,217,87). Sum of RGB (Red+Green+Blue) = 206+217+87=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #CED957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED957 is #3126A8. Grayscale: #C7C7C7. Windows color (decimal): -3221161 or 5757390. OLE color: 5757390.
HSL color Cylindrical-coordinate representation of color #CED957: hue angle of 65.08º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CED957 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 87 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.15 |
| HSL | 65.08º | 0.63% | 0.6% | - |
| HSV(B) | 65.08º | 0.6% | 0.85% | - |
| XYZ | 51.99 | 63.44 | 18.52 | - |
| YUV | 198.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 87 | 0.05 | 0 | 0.60 | 0.15 | 65.08 | 0.63 | 0.6 |
| Hex | CE | D9 | 57 | 5 | 0 | 3C | F | 41 | 3F | 3C |
| Octal | 316 | 331 | 127 | 5 | 0 | 74 | 17 | 101 | 77 | 74 |
| Binary | 11001110 | 11011001 | 1010111 | 101 | 0 | 111100 | 1111 | 1000001 | 111111 | 111100 |
Color Harmonies of #CED957
Complementary color
Monochromatic Colors of #CED957
Black with #CED957
Text Example
Text Example
White with #CED957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED957; }
p { color: rgb(206,217,87); }
H1.HeaderClassName
{
color: #CED957;
}
.AnyTagClassName
{
color: #CED957;
}
</style>
background-color css
<style>
a { background-color: #CED957; }
a { background-color: rgb(206,217,87); }
div.DivClassName
{
background-color: #CED957;
}
.BgClassName
{
background-color: #CED957;
}
</style>
border-color css
<style>
span { border-color: #CED957; }
span { border-color: rgb(206,217,87); }
td.TdClassName
{
border-color: #CED957;
}
.TagClassName
{
border-color: #CED957;
}
</style>