Shades of Wild Willow #CED358
Tints of Wild Willow #CED358
RGB
CMYK
RGB Variations
Color information
#CED358 (or 0xCED358) is known color: Wild Willow. HEX triplet: CE, D3 and 58. RGB value is (206,211,88). Sum of RGB (Red+Green+Blue) = 206+211+88=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #CED358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED358 is #312CA7. Grayscale: #C3C3C3. Windows color (decimal): -3222696 or 5821390. OLE color: 5821390.
HSL color Cylindrical-coordinate representation of color #CED358: hue angle of 62.44º degrees, saturation: 0.58, 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 #CED358 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 88 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.17 |
| HSL | 62.44º | 0.58% | 0.59% | - |
| HSV(B) | 62.44º | 0.58% | 0.83% | - |
| XYZ | 50.51 | 60.41 | 18.23 | - |
| YUV | 195.48 | 67.34 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 88 | 0.02 | 0 | 0.58 | 0.17 | 62.44 | 0.58 | 0.59 |
| Hex | CE | D3 | 58 | 2 | 0 | 3A | 11 | 3E | 3A | 3B |
| Octal | 316 | 323 | 130 | 2 | 0 | 72 | 21 | 76 | 72 | 73 |
| Binary | 11001110 | 11010011 | 1011000 | 10 | 0 | 111010 | 10001 | 111110 | 111010 | 111011 |
Color Harmonies of #CED358
Complementary color
Monochromatic Colors of #CED358
Black with #CED358
Text Example
Text Example
White with #CED358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED358; }
p { color: rgb(206,211,88); }
H1.HeaderClassName
{
color: #CED358;
}
.AnyTagClassName
{
color: #CED358;
}
</style>
background-color css
<style>
a { background-color: #CED358; }
a { background-color: rgb(206,211,88); }
div.DivClassName
{
background-color: #CED358;
}
.BgClassName
{
background-color: #CED358;
}
</style>
border-color css
<style>
span { border-color: #CED358; }
span { border-color: rgb(206,211,88); }
td.TdClassName
{
border-color: #CED358;
}
.TagClassName
{
border-color: #CED358;
}
</style>