Shades of Wild Willow #CEDA58
Tints of Wild Willow #CEDA58
RGB
CMYK
RGB Variations
Color information
#CEDA58 (or 0xCEDA58) is known color: Wild Willow. HEX triplet: CE, DA and 58. RGB value is (206,218,88). Sum of RGB (Red+Green+Blue) = 206+218+88=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA58 is #3125A7. Grayscale: #C8C8C8. Windows color (decimal): -3220904 or 5823182. OLE color: 5823182.
HSL color Cylindrical-coordinate representation of color #CEDA58: hue angle of 65.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEDA58 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 88 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.15 |
| HSL | 65.54º | 0.64% | 0.6% | - |
| HSV(B) | 65.54º | 0.6% | 0.85% | - |
| XYZ | 52.29 | 63.97 | 18.82 | - |
| YUV | 199.59 | 65.02 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 88 | 0.06 | 0 | 0.60 | 0.15 | 65.54 | 0.64 | 0.6 |
| Hex | CE | DA | 58 | 6 | 0 | 3C | F | 42 | 40 | 3C |
| Octal | 316 | 332 | 130 | 6 | 0 | 74 | 17 | 102 | 100 | 74 |
| Binary | 11001110 | 11011010 | 1011000 | 110 | 0 | 111100 | 1111 | 1000010 | 1000000 | 111100 |
Color Harmonies of #CEDA58
Complementary color
Monochromatic Colors of #CEDA58
Black with #CEDA58
Text Example
Text Example
White with #CEDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA58; }
p { color: rgb(206,218,88); }
H1.HeaderClassName
{
color: #CEDA58;
}
.AnyTagClassName
{
color: #CEDA58;
}
</style>
background-color css
<style>
a { background-color: #CEDA58; }
a { background-color: rgb(206,218,88); }
div.DivClassName
{
background-color: #CEDA58;
}
.BgClassName
{
background-color: #CEDA58;
}
</style>
border-color css
<style>
span { border-color: #CEDA58; }
span { border-color: rgb(206,218,88); }
td.TdClassName
{
border-color: #CEDA58;
}
.TagClassName
{
border-color: #CEDA58;
}
</style>