Shades of Wild Willow #CED95E
Tints of Wild Willow #CED95E
RGB
CMYK
RGB Variations
Color information
#CED95E (or 0xCED95E) is known color: Wild Willow. HEX triplet: CE, D9 and 5E. RGB value is (206,217,94). Sum of RGB (Red+Green+Blue) = 206+217+94=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #CED95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED95E is #3126A1. Grayscale: #C8C8C8. Windows color (decimal): -3221154 or 6216142. OLE color: 6216142.
HSL color Cylindrical-coordinate representation of color #CED95E: hue angle of 65.37º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CED95E is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 94 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.15 |
| HSL | 65.37º | 0.62% | 0.61% | - |
| HSV(B) | 65.37º | 0.57% | 0.85% | - |
| XYZ | 52.29 | 63.56 | 20.1 | - |
| YUV | 199.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 94 | 0.05 | 0 | 0.57 | 0.15 | 65.37 | 0.62 | 0.61 |
| Hex | CE | D9 | 5E | 5 | 0 | 39 | F | 41 | 3E | 3D |
| Octal | 316 | 331 | 136 | 5 | 0 | 71 | 17 | 101 | 76 | 75 |
| Binary | 11001110 | 11011001 | 1011110 | 101 | 0 | 111001 | 1111 | 1000001 | 111110 | 111101 |
Color Harmonies of #CED95E
Complementary color
Monochromatic Colors of #CED95E
Black with #CED95E
Text Example
Text Example
White with #CED95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED95E; }
p { color: rgb(206,217,94); }
H1.HeaderClassName
{
color: #CED95E;
}
.AnyTagClassName
{
color: #CED95E;
}
</style>
background-color css
<style>
a { background-color: #CED95E; }
a { background-color: rgb(206,217,94); }
div.DivClassName
{
background-color: #CED95E;
}
.BgClassName
{
background-color: #CED95E;
}
</style>
border-color css
<style>
span { border-color: #CED95E; }
span { border-color: rgb(206,217,94); }
td.TdClassName
{
border-color: #CED95E;
}
.TagClassName
{
border-color: #CED95E;
}
</style>