Shades of Wild Willow #CED25A
Tints of Wild Willow #CED25A
RGB
CMYK
RGB Variations
Color information
#CED25A (or 0xCED25A) is known color: Wild Willow. HEX triplet: CE, D2 and 5A. RGB value is (206,210,90). Sum of RGB (Red+Green+Blue) = 206+210+90=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #CED25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED25A is #312DA5. Grayscale: #C3C3C3. Windows color (decimal): -3222950 or 5952206. OLE color: 5952206.
HSL color Cylindrical-coordinate representation of color #CED25A: hue angle of 62º 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 #CED25A is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 90 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.18 |
| HSL | 62º | 0.57% | 0.59% | - |
| HSV(B) | 62º | 0.57% | 0.82% | - |
| XYZ | 50.35 | 59.95 | 18.59 | - |
| YUV | 195.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 90 | 0.02 | 0 | 0.57 | 0.18 | 62 | 0.57 | 0.59 |
| Hex | CE | D2 | 5A | 2 | 0 | 39 | 12 | 3E | 39 | 3B |
| Octal | 316 | 322 | 132 | 2 | 0 | 71 | 22 | 76 | 71 | 73 |
| Binary | 11001110 | 11010010 | 1011010 | 10 | 0 | 111001 | 10010 | 111110 | 111001 | 111011 |
Color Harmonies of #CED25A
Complementary color
Monochromatic Colors of #CED25A
Black with #CED25A
Text Example
Text Example
White with #CED25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED25A; }
p { color: rgb(206,210,90); }
H1.HeaderClassName
{
color: #CED25A;
}
.AnyTagClassName
{
color: #CED25A;
}
</style>
background-color css
<style>
a { background-color: #CED25A; }
a { background-color: rgb(206,210,90); }
div.DivClassName
{
background-color: #CED25A;
}
.BgClassName
{
background-color: #CED25A;
}
</style>
border-color css
<style>
span { border-color: #CED25A; }
span { border-color: rgb(206,210,90); }
td.TdClassName
{
border-color: #CED25A;
}
.TagClassName
{
border-color: #CED25A;
}
</style>