Shades of Wild Willow #CED45A
Tints of Wild Willow #CED45A
RGB
CMYK
RGB Variations
Color information
#CED45A (or 0xCED45A) is known color: Wild Willow. HEX triplet: CE, D4 and 5A. RGB value is (206,212,90). Sum of RGB (Red+Green+Blue) = 206+212+90=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #CED45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED45A is #312BA5. Grayscale: #C4C4C4. Windows color (decimal): -3222438 or 5952718. OLE color: 5952718.
HSL color Cylindrical-coordinate representation of color #CED45A: hue angle of 62.95º 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 #CED45A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 90 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.17 |
| HSL | 62.95º | 0.59% | 0.59% | - |
| HSV(B) | 62.95º | 0.58% | 0.83% | - |
| XYZ | 50.84 | 60.95 | 18.76 | - |
| YUV | 196.3 | 68.01 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 90 | 0.03 | 0 | 0.58 | 0.17 | 62.95 | 0.59 | 0.59 |
| Hex | CE | D4 | 5A | 3 | 0 | 3A | 11 | 3F | 3B | 3B |
| Octal | 316 | 324 | 132 | 3 | 0 | 72 | 21 | 77 | 73 | 73 |
| Binary | 11001110 | 11010100 | 1011010 | 11 | 0 | 111010 | 10001 | 111111 | 111011 | 111011 |
Color Harmonies of #CED45A
Complementary color
Monochromatic Colors of #CED45A
Black with #CED45A
Text Example
Text Example
White with #CED45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED45A; }
p { color: rgb(206,212,90); }
H1.HeaderClassName
{
color: #CED45A;
}
.AnyTagClassName
{
color: #CED45A;
}
</style>
background-color css
<style>
a { background-color: #CED45A; }
a { background-color: rgb(206,212,90); }
div.DivClassName
{
background-color: #CED45A;
}
.BgClassName
{
background-color: #CED45A;
}
</style>
border-color css
<style>
span { border-color: #CED45A; }
span { border-color: rgb(206,212,90); }
td.TdClassName
{
border-color: #CED45A;
}
.TagClassName
{
border-color: #CED45A;
}
</style>