Shades of Wild Willow #CED25B
Tints of Wild Willow #CED25B
RGB
CMYK
RGB Variations
Color information
#CED25B (or 0xCED25B) is known color: Wild Willow. HEX triplet: CE, D2 and 5B. RGB value is (206,210,91). Sum of RGB (Red+Green+Blue) = 206+210+91=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #CED25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED25B is #312DA4. Grayscale: #C3C3C3. Windows color (decimal): -3222949 or 6017742. OLE color: 6017742.
HSL color Cylindrical-coordinate representation of color #CED25B: hue angle of 62.02º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CED25B is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 91 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.18 |
| HSL | 62.02º | 0.57% | 0.59% | - |
| HSV(B) | 62.02º | 0.57% | 0.82% | - |
| XYZ | 50.39 | 59.97 | 18.82 | - |
| YUV | 195.24 | 69.17 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 91 | 0.02 | 0 | 0.57 | 0.18 | 62.02 | 0.57 | 0.59 |
| Hex | CE | D2 | 5B | 2 | 0 | 39 | 12 | 3E | 39 | 3B |
| Octal | 316 | 322 | 133 | 2 | 0 | 71 | 22 | 76 | 71 | 73 |
| Binary | 11001110 | 11010010 | 1011011 | 10 | 0 | 111001 | 10010 | 111110 | 111001 | 111011 |
Color Harmonies of #CED25B
Complementary color
Monochromatic Colors of #CED25B
Black with #CED25B
Text Example
Text Example
White with #CED25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED25B; }
p { color: rgb(206,210,91); }
H1.HeaderClassName
{
color: #CED25B;
}
.AnyTagClassName
{
color: #CED25B;
}
</style>
background-color css
<style>
a { background-color: #CED25B; }
a { background-color: rgb(206,210,91); }
div.DivClassName
{
background-color: #CED25B;
}
.BgClassName
{
background-color: #CED25B;
}
</style>
border-color css
<style>
span { border-color: #CED25B; }
span { border-color: rgb(206,210,91); }
td.TdClassName
{
border-color: #CED25B;
}
.TagClassName
{
border-color: #CED25B;
}
</style>