Shades of Wild Willow #CED05A
Tints of Wild Willow #CED05A
RGB
CMYK
RGB Variations
Color information
#CED05A (or 0xCED05A) is known color: Wild Willow. HEX triplet: CE, D0 and 5A. RGB value is (206,208,90). Sum of RGB (Red+Green+Blue) = 206+208+90=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #CED05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED05A is #312FA5. Grayscale: #C2C2C2. Windows color (decimal): -3223462 or 5951694. OLE color: 5951694.
HSL color Cylindrical-coordinate representation of color #CED05A: hue angle of 61.02º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CED05A is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 90 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.18 |
| HSL | 61.02º | 0.56% | 0.58% | - |
| HSV(B) | 61.02º | 0.57% | 0.82% | - |
| XYZ | 49.85 | 58.97 | 18.43 | - |
| YUV | 193.95 | 69.34 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 90 | 0.01 | 0 | 0.57 | 0.18 | 61.02 | 0.56 | 0.58 |
| Hex | CE | D0 | 5A | 1 | 0 | 39 | 12 | 3D | 38 | 3A |
| Octal | 316 | 320 | 132 | 1 | 0 | 71 | 22 | 75 | 70 | 72 |
| Binary | 11001110 | 11010000 | 1011010 | 1 | 0 | 111001 | 10010 | 111101 | 111000 | 111010 |
Color Harmonies of #CED05A
Complementary color
Monochromatic Colors of #CED05A
Black with #CED05A
Text Example
Text Example
White with #CED05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED05A; }
p { color: rgb(206,208,90); }
H1.HeaderClassName
{
color: #CED05A;
}
.AnyTagClassName
{
color: #CED05A;
}
</style>
background-color css
<style>
a { background-color: #CED05A; }
a { background-color: rgb(206,208,90); }
div.DivClassName
{
background-color: #CED05A;
}
.BgClassName
{
background-color: #CED05A;
}
</style>
border-color css
<style>
span { border-color: #CED05A; }
span { border-color: rgb(206,208,90); }
td.TdClassName
{
border-color: #CED05A;
}
.TagClassName
{
border-color: #CED05A;
}
</style>