Shades of Wild Willow #CEDC58
Tints of Wild Willow #CEDC58
RGB
CMYK
RGB Variations
Color information
#CEDC58 (or 0xCEDC58) is known color: Wild Willow. HEX triplet: CE, DC and 58. RGB value is (206,220,88). Sum of RGB (Red+Green+Blue) = 206+220+88=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC58 is #3123A7. Grayscale: #C9C9C9. Windows color (decimal): -3220392 or 5823694. OLE color: 5823694.
HSL color Cylindrical-coordinate representation of color #CEDC58: hue angle of 66.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEDC58 is Cyan = 0.06, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 88 | - |
| CMYK | 0.06 | 0 | 0.6 | 0.14 |
| HSL | 66.36º | 0.65% | 0.6% | - |
| HSV(B) | 66.36º | 0.6% | 0.86% | - |
| XYZ | 52.81 | 65.01 | 19 | - |
| YUV | 200.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 88 | 0.06 | 0 | 0.6 | 0.14 | 66.36 | 0.65 | 0.6 |
| Hex | CE | DC | 58 | 6 | 0 | 3C | E | 42 | 41 | 3C |
| Octal | 316 | 334 | 130 | 6 | 0 | 74 | 16 | 102 | 101 | 74 |
| Binary | 11001110 | 11011100 | 1011000 | 110 | 0 | 111100 | 1110 | 1000010 | 1000001 | 111100 |
Color Harmonies of #CEDC58
Complementary color
Monochromatic Colors of #CEDC58
Black with #CEDC58
Text Example
Text Example
White with #CEDC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC58; }
p { color: rgb(206,220,88); }
H1.HeaderClassName
{
color: #CEDC58;
}
.AnyTagClassName
{
color: #CEDC58;
}
</style>
background-color css
<style>
a { background-color: #CEDC58; }
a { background-color: rgb(206,220,88); }
div.DivClassName
{
background-color: #CEDC58;
}
.BgClassName
{
background-color: #CEDC58;
}
</style>
border-color css
<style>
span { border-color: #CEDC58; }
span { border-color: rgb(206,220,88); }
td.TdClassName
{
border-color: #CEDC58;
}
.TagClassName
{
border-color: #CEDC58;
}
</style>