Shades of Wild Willow #CEDC5B
Tints of Wild Willow #CEDC5B
RGB
CMYK
RGB Variations
Color information
#CEDC5B (or 0xCEDC5B) is known color: Wild Willow. HEX triplet: CE, DC and 5B. RGB value is (206,220,91). Sum of RGB (Red+Green+Blue) = 206+220+91=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC5B is #3123A4. Grayscale: #C9C9C9. Windows color (decimal): -3220389 or 6020302. OLE color: 6020302.
HSL color Cylindrical-coordinate representation of color #CEDC5B: hue angle of 66.51º degrees, saturation: 0.65, 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 #CEDC5B is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 91 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.14 |
| HSL | 66.51º | 0.65% | 0.61% | - |
| HSV(B) | 66.51º | 0.59% | 0.86% | - |
| XYZ | 52.94 | 65.06 | 19.67 | - |
| YUV | 201.11 | 65.86 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 91 | 0.06 | 0 | 0.59 | 0.14 | 66.51 | 0.65 | 0.61 |
| Hex | CE | DC | 5B | 6 | 0 | 3B | E | 43 | 41 | 3D |
| Octal | 316 | 334 | 133 | 6 | 0 | 73 | 16 | 103 | 101 | 75 |
| Binary | 11001110 | 11011100 | 1011011 | 110 | 0 | 111011 | 1110 | 1000011 | 1000001 | 111101 |
Color Harmonies of #CEDC5B
Complementary color
Monochromatic Colors of #CEDC5B
Black with #CEDC5B
Text Example
Text Example
White with #CEDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC5B; }
p { color: rgb(206,220,91); }
H1.HeaderClassName
{
color: #CEDC5B;
}
.AnyTagClassName
{
color: #CEDC5B;
}
</style>
background-color css
<style>
a { background-color: #CEDC5B; }
a { background-color: rgb(206,220,91); }
div.DivClassName
{
background-color: #CEDC5B;
}
.BgClassName
{
background-color: #CEDC5B;
}
</style>
border-color css
<style>
span { border-color: #CEDC5B; }
span { border-color: rgb(206,220,91); }
td.TdClassName
{
border-color: #CEDC5B;
}
.TagClassName
{
border-color: #CEDC5B;
}
</style>