Shades of Wild Willow #CED458
Tints of Wild Willow #CED458
RGB
CMYK
RGB Variations
Color information
#CED458 (or 0xCED458) is known color: Wild Willow. HEX triplet: CE, D4 and 58. RGB value is (206,212,88). Sum of RGB (Red+Green+Blue) = 206+212+88=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #CED458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED458 is #312BA7. Grayscale: #C4C4C4. Windows color (decimal): -3222440 or 5821646. OLE color: 5821646.
HSL color Cylindrical-coordinate representation of color #CED458: hue angle of 62.9º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CED458 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 88 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.17 |
| HSL | 62.9º | 0.59% | 0.59% | - |
| HSV(B) | 62.9º | 0.58% | 0.83% | - |
| XYZ | 50.76 | 60.91 | 18.31 | - |
| YUV | 196.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 88 | 0.03 | 0 | 0.58 | 0.17 | 62.9 | 0.59 | 0.59 |
| Hex | CE | D4 | 58 | 3 | 0 | 3A | 11 | 3F | 3B | 3B |
| Octal | 316 | 324 | 130 | 3 | 0 | 72 | 21 | 77 | 73 | 73 |
| Binary | 11001110 | 11010100 | 1011000 | 11 | 0 | 111010 | 10001 | 111111 | 111011 | 111011 |
Color Harmonies of #CED458
Complementary color
Monochromatic Colors of #CED458
Black with #CED458
Text Example
Text Example
White with #CED458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED458; }
p { color: rgb(206,212,88); }
H1.HeaderClassName
{
color: #CED458;
}
.AnyTagClassName
{
color: #CED458;
}
</style>
background-color css
<style>
a { background-color: #CED458; }
a { background-color: rgb(206,212,88); }
div.DivClassName
{
background-color: #CED458;
}
.BgClassName
{
background-color: #CED458;
}
</style>
border-color css
<style>
span { border-color: #CED458; }
span { border-color: rgb(206,212,88); }
td.TdClassName
{
border-color: #CED458;
}
.TagClassName
{
border-color: #CED458;
}
</style>