Shades of Wild Willow #CED757
Tints of Wild Willow #CED757
RGB
CMYK
RGB Variations
Color information
#CED757 (or 0xCED757) is known color: Wild Willow. HEX triplet: CE, D7 and 57. RGB value is (206,215,87). Sum of RGB (Red+Green+Blue) = 206+215+87=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #CED757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED757 is #3128A8. Grayscale: #C6C6C6. Windows color (decimal): -3221673 or 5756878. OLE color: 5756878.
HSL color Cylindrical-coordinate representation of color #CED757: hue angle of 64.22º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CED757 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 87 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.16 |
| HSL | 64.22º | 0.62% | 0.59% | - |
| HSV(B) | 64.22º | 0.6% | 0.84% | - |
| XYZ | 51.47 | 62.41 | 18.35 | - |
| YUV | 197.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 87 | 0.04 | 0 | 0.60 | 0.16 | 64.22 | 0.62 | 0.59 |
| Hex | CE | D7 | 57 | 4 | 0 | 3C | 10 | 40 | 3E | 3B |
| Octal | 316 | 327 | 127 | 4 | 0 | 74 | 20 | 100 | 76 | 73 |
| Binary | 11001110 | 11010111 | 1010111 | 100 | 0 | 111100 | 10000 | 1000000 | 111110 | 111011 |
Color Harmonies of #CED757
Complementary color
Monochromatic Colors of #CED757
Black with #CED757
Text Example
Text Example
White with #CED757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED757; }
p { color: rgb(206,215,87); }
H1.HeaderClassName
{
color: #CED757;
}
.AnyTagClassName
{
color: #CED757;
}
</style>
background-color css
<style>
a { background-color: #CED757; }
a { background-color: rgb(206,215,87); }
div.DivClassName
{
background-color: #CED757;
}
.BgClassName
{
background-color: #CED757;
}
</style>
border-color css
<style>
span { border-color: #CED757; }
span { border-color: rgb(206,215,87); }
td.TdClassName
{
border-color: #CED757;
}
.TagClassName
{
border-color: #CED757;
}
</style>