Shades of Wild Willow #CEDA5C
Tints of Wild Willow #CEDA5C
RGB
CMYK
RGB Variations
Color information
#CEDA5C (or 0xCEDA5C) is known color: Wild Willow. HEX triplet: CE, DA and 5C. RGB value is (206,218,92). Sum of RGB (Red+Green+Blue) = 206+218+92=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA5C is #3125A3. Grayscale: #C8C8C8. Windows color (decimal): -3220900 or 6085326. OLE color: 6085326.
HSL color Cylindrical-coordinate representation of color #CEDA5C: hue angle of 65.71º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEDA5C is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 92 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.15 |
| HSL | 65.71º | 0.63% | 0.61% | - |
| HSV(B) | 65.71º | 0.58% | 0.85% | - |
| XYZ | 52.46 | 64.04 | 19.72 | - |
| YUV | 200.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 92 | 0.06 | 0 | 0.58 | 0.15 | 65.71 | 0.63 | 0.61 |
| Hex | CE | DA | 5C | 6 | 0 | 3A | F | 42 | 3F | 3D |
| Octal | 316 | 332 | 134 | 6 | 0 | 72 | 17 | 102 | 77 | 75 |
| Binary | 11001110 | 11011010 | 1011100 | 110 | 0 | 111010 | 1111 | 1000010 | 111111 | 111101 |
Color Harmonies of #CEDA5C
Complementary color
Monochromatic Colors of #CEDA5C
Black with #CEDA5C
Text Example
Text Example
White with #CEDA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA5C; }
p { color: rgb(206,218,92); }
H1.HeaderClassName
{
color: #CEDA5C;
}
.AnyTagClassName
{
color: #CEDA5C;
}
</style>
background-color css
<style>
a { background-color: #CEDA5C; }
a { background-color: rgb(206,218,92); }
div.DivClassName
{
background-color: #CEDA5C;
}
.BgClassName
{
background-color: #CEDA5C;
}
</style>
border-color css
<style>
span { border-color: #CEDA5C; }
span { border-color: rgb(206,218,92); }
td.TdClassName
{
border-color: #CEDA5C;
}
.TagClassName
{
border-color: #CEDA5C;
}
</style>