Shades of Wild Willow #CEDA55
Tints of Wild Willow #CEDA55
RGB
CMYK
RGB Variations
Color information
#CEDA55 (or 0xCEDA55) is known color: Wild Willow. HEX triplet: CE, DA and 55. RGB value is (206,218,85). Sum of RGB (Red+Green+Blue) = 206+218+85=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA55 is #3125AA. Grayscale: #C7C7C7. Windows color (decimal): -3220907 or 5626574. OLE color: 5626574.
HSL color Cylindrical-coordinate representation of color #CEDA55: hue angle of 65.41º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEDA55 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 85 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.15 |
| HSL | 65.41º | 0.64% | 0.59% | - |
| HSV(B) | 65.41º | 0.61% | 0.85% | - |
| XYZ | 52.16 | 63.92 | 18.18 | - |
| YUV | 199.25 | 63.52 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 85 | 0.06 | 0 | 0.61 | 0.15 | 65.41 | 0.64 | 0.59 |
| Hex | CE | DA | 55 | 6 | 0 | 3D | F | 41 | 40 | 3B |
| Octal | 316 | 332 | 125 | 6 | 0 | 75 | 17 | 101 | 100 | 73 |
| Binary | 11001110 | 11011010 | 1010101 | 110 | 0 | 111101 | 1111 | 1000001 | 1000000 | 111011 |
Color Harmonies of #CEDA55
Complementary color
Monochromatic Colors of #CEDA55
Black with #CEDA55
Text Example
Text Example
White with #CEDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA55; }
p { color: rgb(206,218,85); }
H1.HeaderClassName
{
color: #CEDA55;
}
.AnyTagClassName
{
color: #CEDA55;
}
</style>
background-color css
<style>
a { background-color: #CEDA55; }
a { background-color: rgb(206,218,85); }
div.DivClassName
{
background-color: #CEDA55;
}
.BgClassName
{
background-color: #CEDA55;
}
</style>
border-color css
<style>
span { border-color: #CEDA55; }
span { border-color: rgb(206,218,85); }
td.TdClassName
{
border-color: #CEDA55;
}
.TagClassName
{
border-color: #CEDA55;
}
</style>