Shades of Wild Willow #CEDD5A
Tints of Wild Willow #CEDD5A
RGB
CMYK
RGB Variations
Color information
#CEDD5A (or 0xCEDD5A) is known color: Wild Willow. HEX triplet: CE, DD and 5A. RGB value is (206,221,90). Sum of RGB (Red+Green+Blue) = 206+221+90=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD5A is #3122A5. Grayscale: #CACACA. Windows color (decimal): -3220134 or 5955022. OLE color: 5955022.
HSL color Cylindrical-coordinate representation of color #CEDD5A: hue angle of 66.87º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEDD5A is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 90 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.13 |
| HSL | 66.87º | 0.66% | 0.61% | - |
| HSV(B) | 66.87º | 0.59% | 0.87% | - |
| XYZ | 53.16 | 65.57 | 19.53 | - |
| YUV | 201.58 | 65.03 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 90 | 0.07 | 0 | 0.59 | 0.13 | 66.87 | 0.66 | 0.61 |
| Hex | CE | DD | 5A | 7 | 0 | 3B | D | 43 | 42 | 3D |
| Octal | 316 | 335 | 132 | 7 | 0 | 73 | 15 | 103 | 102 | 75 |
| Binary | 11001110 | 11011101 | 1011010 | 111 | 0 | 111011 | 1101 | 1000011 | 1000010 | 111101 |
Color Harmonies of #CEDD5A
Complementary color
Monochromatic Colors of #CEDD5A
Black with #CEDD5A
Text Example
Text Example
White with #CEDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD5A; }
p { color: rgb(206,221,90); }
H1.HeaderClassName
{
color: #CEDD5A;
}
.AnyTagClassName
{
color: #CEDD5A;
}
</style>
background-color css
<style>
a { background-color: #CEDD5A; }
a { background-color: rgb(206,221,90); }
div.DivClassName
{
background-color: #CEDD5A;
}
.BgClassName
{
background-color: #CEDD5A;
}
</style>
border-color css
<style>
span { border-color: #CEDD5A; }
span { border-color: rgb(206,221,90); }
td.TdClassName
{
border-color: #CEDD5A;
}
.TagClassName
{
border-color: #CEDD5A;
}
</style>