Shades of Wild Willow #CED95A
Tints of Wild Willow #CED95A
RGB
CMYK
RGB Variations
Color information
#CED95A (or 0xCED95A) is known color: Wild Willow. HEX triplet: CE, D9 and 5A. RGB value is (206,217,90). Sum of RGB (Red+Green+Blue) = 206+217+90=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #CED95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED95A is #3126A5. Grayscale: #C7C7C7. Windows color (decimal): -3221158 or 5953998. OLE color: 5953998.
HSL color Cylindrical-coordinate representation of color #CED95A: hue angle of 65.2º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CED95A is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 90 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.15 |
| HSL | 65.2º | 0.63% | 0.6% | - |
| HSV(B) | 65.2º | 0.59% | 0.85% | - |
| XYZ | 52.11 | 63.49 | 19.18 | - |
| YUV | 199.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 90 | 0.05 | 0 | 0.59 | 0.15 | 65.2 | 0.63 | 0.6 |
| Hex | CE | D9 | 5A | 5 | 0 | 3B | F | 41 | 3F | 3C |
| Octal | 316 | 331 | 132 | 5 | 0 | 73 | 17 | 101 | 77 | 74 |
| Binary | 11001110 | 11011001 | 1011010 | 101 | 0 | 111011 | 1111 | 1000001 | 111111 | 111100 |
Color Harmonies of #CED95A
Complementary color
Monochromatic Colors of #CED95A
Black with #CED95A
Text Example
Text Example
White with #CED95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED95A; }
p { color: rgb(206,217,90); }
H1.HeaderClassName
{
color: #CED95A;
}
.AnyTagClassName
{
color: #CED95A;
}
</style>
background-color css
<style>
a { background-color: #CED95A; }
a { background-color: rgb(206,217,90); }
div.DivClassName
{
background-color: #CED95A;
}
.BgClassName
{
background-color: #CED95A;
}
</style>
border-color css
<style>
span { border-color: #CED95A; }
span { border-color: rgb(206,217,90); }
td.TdClassName
{
border-color: #CED95A;
}
.TagClassName
{
border-color: #CED95A;
}
</style>