Shades of Wild Willow #CED259
Tints of Wild Willow #CED259
RGB
CMYK
RGB Variations
Color information
#CED259 (or 0xCED259) is known color: Wild Willow. HEX triplet: CE, D2 and 59. RGB value is (206,210,89). Sum of RGB (Red+Green+Blue) = 206+210+89=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 89 (35.16% from 255 or 17.62% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #CED259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED259 is #312DA6. Grayscale: #C3C3C3. Windows color (decimal): -3222951 or 5886670. OLE color: 5886670.
HSL color Cylindrical-coordinate representation of color #CED259: hue angle of 61.98º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CED259 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 89 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.18 |
| HSL | 61.98º | 0.57% | 0.59% | - |
| HSV(B) | 61.98º | 0.58% | 0.82% | - |
| XYZ | 50.3 | 59.94 | 18.37 | - |
| YUV | 195.01 | 68.17 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 89 | 0.02 | 0 | 0.58 | 0.18 | 61.98 | 0.57 | 0.59 |
| Hex | CE | D2 | 59 | 2 | 0 | 3A | 12 | 3E | 39 | 3B |
| Octal | 316 | 322 | 131 | 2 | 0 | 72 | 22 | 76 | 71 | 73 |
| Binary | 11001110 | 11010010 | 1011001 | 10 | 0 | 111010 | 10010 | 111110 | 111001 | 111011 |
Color Harmonies of #CED259
Complementary color
Monochromatic Colors of #CED259
Black with #CED259
Text Example
Text Example
White with #CED259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED259; }
p { color: rgb(206,210,89); }
H1.HeaderClassName
{
color: #CED259;
}
.AnyTagClassName
{
color: #CED259;
}
</style>
background-color css
<style>
a { background-color: #CED259; }
a { background-color: rgb(206,210,89); }
div.DivClassName
{
background-color: #CED259;
}
.BgClassName
{
background-color: #CED259;
}
</style>
border-color css
<style>
span { border-color: #CED259; }
span { border-color: rgb(206,210,89); }
td.TdClassName
{
border-color: #CED259;
}
.TagClassName
{
border-color: #CED259;
}
</style>