Shades of Wild Willow #CED058
Tints of Wild Willow #CED058
RGB
CMYK
RGB Variations
Color information
#CED058 (or 0xCED058) is known color: Wild Willow. HEX triplet: CE, D0 and 58. RGB value is (206,208,88). Sum of RGB (Red+Green+Blue) = 206+208+88=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #CED058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED058 is #312FA7. Grayscale: #C2C2C2. Windows color (decimal): -3223464 or 5820622. OLE color: 5820622.
HSL color Cylindrical-coordinate representation of color #CED058: hue angle of 61º 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 #CED058 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 88 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.18 |
| HSL | 61º | 0.56% | 0.58% | - |
| HSV(B) | 61º | 0.58% | 0.82% | - |
| XYZ | 49.77 | 58.94 | 17.99 | - |
| YUV | 193.72 | 68.34 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 88 | 0.01 | 0 | 0.58 | 0.18 | 61 | 0.56 | 0.58 |
| Hex | CE | D0 | 58 | 1 | 0 | 3A | 12 | 3D | 38 | 3A |
| Octal | 316 | 320 | 130 | 1 | 0 | 72 | 22 | 75 | 70 | 72 |
| Binary | 11001110 | 11010000 | 1011000 | 1 | 0 | 111010 | 10010 | 111101 | 111000 | 111010 |
Color Harmonies of #CED058
Complementary color
Monochromatic Colors of #CED058
Black with #CED058
Text Example
Text Example
White with #CED058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED058; }
p { color: rgb(206,208,88); }
H1.HeaderClassName
{
color: #CED058;
}
.AnyTagClassName
{
color: #CED058;
}
</style>
background-color css
<style>
a { background-color: #CED058; }
a { background-color: rgb(206,208,88); }
div.DivClassName
{
background-color: #CED058;
}
.BgClassName
{
background-color: #CED058;
}
</style>
border-color css
<style>
span { border-color: #CED058; }
span { border-color: rgb(206,208,88); }
td.TdClassName
{
border-color: #CED058;
}
.TagClassName
{
border-color: #CED058;
}
</style>