Shades of Wild Willow #CEDB59
Tints of Wild Willow #CEDB59
RGB
CMYK
RGB Variations
Color information
#CEDB59 (or 0xCEDB59) is known color: Wild Willow. HEX triplet: CE, DB and 59. RGB value is (206,219,89). Sum of RGB (Red+Green+Blue) = 206+219+89=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB59 is #3124A6. Grayscale: #C8C8C8. Windows color (decimal): -3220647 or 5888974. OLE color: 5888974.
HSL color Cylindrical-coordinate representation of color #CEDB59: hue angle of 66º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEDB59 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 89 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.14 |
| HSL | 66º | 0.64% | 0.6% | - |
| HSV(B) | 66º | 0.59% | 0.86% | - |
| XYZ | 52.59 | 64.51 | 19.13 | - |
| YUV | 200.29 | 65.19 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 89 | 0.06 | 0 | 0.59 | 0.14 | 66 | 0.64 | 0.6 |
| Hex | CE | DB | 59 | 6 | 0 | 3B | E | 42 | 40 | 3C |
| Octal | 316 | 333 | 131 | 6 | 0 | 73 | 16 | 102 | 100 | 74 |
| Binary | 11001110 | 11011011 | 1011001 | 110 | 0 | 111011 | 1110 | 1000010 | 1000000 | 111100 |
Color Harmonies of #CEDB59
Complementary color
Monochromatic Colors of #CEDB59
Black with #CEDB59
Text Example
Text Example
White with #CEDB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB59; }
p { color: rgb(206,219,89); }
H1.HeaderClassName
{
color: #CEDB59;
}
.AnyTagClassName
{
color: #CEDB59;
}
</style>
background-color css
<style>
a { background-color: #CEDB59; }
a { background-color: rgb(206,219,89); }
div.DivClassName
{
background-color: #CEDB59;
}
.BgClassName
{
background-color: #CEDB59;
}
</style>
border-color css
<style>
span { border-color: #CEDB59; }
span { border-color: rgb(206,219,89); }
td.TdClassName
{
border-color: #CEDB59;
}
.TagClassName
{
border-color: #CEDB59;
}
</style>