Shades of Wild Willow #CED057
Tints of Wild Willow #CED057
RGB
CMYK
RGB Variations
Color information
#CED057 (or 0xCED057) is known color: Wild Willow. HEX triplet: CE, D0 and 57. RGB value is (206,208,87). Sum of RGB (Red+Green+Blue) = 206+208+87=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #CED057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED057 is #312FA8. Grayscale: #C2C2C2. Windows color (decimal): -3223465 or 5755086. OLE color: 5755086.
HSL color Cylindrical-coordinate representation of color #CED057: hue angle of 60.99º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CED057 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 87 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.18 |
| HSL | 60.99º | 0.56% | 0.58% | - |
| HSV(B) | 60.99º | 0.58% | 0.82% | - |
| XYZ | 49.73 | 58.92 | 17.77 | - |
| YUV | 193.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 87 | 0.01 | 0 | 0.58 | 0.18 | 60.99 | 0.56 | 0.58 |
| Hex | CE | D0 | 57 | 1 | 0 | 3A | 12 | 3D | 38 | 3A |
| Octal | 316 | 320 | 127 | 1 | 0 | 72 | 22 | 75 | 70 | 72 |
| Binary | 11001110 | 11010000 | 1010111 | 1 | 0 | 111010 | 10010 | 111101 | 111000 | 111010 |
Color Harmonies of #CED057
Complementary color
Monochromatic Colors of #CED057
Black with #CED057
Text Example
Text Example
White with #CED057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED057; }
p { color: rgb(206,208,87); }
H1.HeaderClassName
{
color: #CED057;
}
.AnyTagClassName
{
color: #CED057;
}
</style>
background-color css
<style>
a { background-color: #CED057; }
a { background-color: rgb(206,208,87); }
div.DivClassName
{
background-color: #CED057;
}
.BgClassName
{
background-color: #CED057;
}
</style>
border-color css
<style>
span { border-color: #CED057; }
span { border-color: rgb(206,208,87); }
td.TdClassName
{
border-color: #CED057;
}
.TagClassName
{
border-color: #CED057;
}
</style>