Shades of Wild Willow #CEDB5A
Tints of Wild Willow #CEDB5A
RGB
CMYK
RGB Variations
Color information
#CEDB5A (or 0xCEDB5A) is known color: Wild Willow. HEX triplet: CE, DB and 5A. RGB value is (206,219,90). Sum of RGB (Red+Green+Blue) = 206+219+90=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB5A is #3124A5. Grayscale: #C8C8C8. Windows color (decimal): -3220646 or 5954510. OLE color: 5954510.
HSL color Cylindrical-coordinate representation of color #CEDB5A: hue angle of 66.05º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEDB5A is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 90 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.14 |
| HSL | 66.05º | 0.64% | 0.61% | - |
| HSV(B) | 66.05º | 0.59% | 0.86% | - |
| XYZ | 52.63 | 64.52 | 19.35 | - |
| YUV | 200.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 90 | 0.06 | 0 | 0.59 | 0.14 | 66.05 | 0.64 | 0.61 |
| Hex | CE | DB | 5A | 6 | 0 | 3B | E | 42 | 40 | 3D |
| Octal | 316 | 333 | 132 | 6 | 0 | 73 | 16 | 102 | 100 | 75 |
| Binary | 11001110 | 11011011 | 1011010 | 110 | 0 | 111011 | 1110 | 1000010 | 1000000 | 111101 |
Color Harmonies of #CEDB5A
Complementary color
Monochromatic Colors of #CEDB5A
Black with #CEDB5A
Text Example
Text Example
White with #CEDB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB5A; }
p { color: rgb(206,219,90); }
H1.HeaderClassName
{
color: #CEDB5A;
}
.AnyTagClassName
{
color: #CEDB5A;
}
</style>
background-color css
<style>
a { background-color: #CEDB5A; }
a { background-color: rgb(206,219,90); }
div.DivClassName
{
background-color: #CEDB5A;
}
.BgClassName
{
background-color: #CEDB5A;
}
</style>
border-color css
<style>
span { border-color: #CEDB5A; }
span { border-color: rgb(206,219,90); }
td.TdClassName
{
border-color: #CEDB5A;
}
.TagClassName
{
border-color: #CEDB5A;
}
</style>