Shades of Wild Willow #CED05E
Tints of Wild Willow #CED05E
RGB
CMYK
RGB Variations
Color information
#CED05E (or 0xCED05E) is known color: Wild Willow. HEX triplet: CE, D0 and 5E. RGB value is (206,208,94). Sum of RGB (Red+Green+Blue) = 206+208+94=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #CED05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED05E is #312FA1. Grayscale: #C2C2C2. Windows color (decimal): -3223458 or 6213838. OLE color: 6213838.
HSL color Cylindrical-coordinate representation of color #CED05E: hue angle of 61.05º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CED05E is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 94 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.18 |
| HSL | 61.05º | 0.55% | 0.59% | - |
| HSV(B) | 61.05º | 0.55% | 0.82% | - |
| XYZ | 50.03 | 59.04 | 19.35 | - |
| YUV | 194.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 94 | 0.01 | 0 | 0.55 | 0.18 | 61.05 | 0.55 | 0.59 |
| Hex | CE | D0 | 5E | 1 | 0 | 37 | 12 | 3D | 37 | 3B |
| Octal | 316 | 320 | 136 | 1 | 0 | 67 | 22 | 75 | 67 | 73 |
| Binary | 11001110 | 11010000 | 1011110 | 1 | 0 | 110111 | 10010 | 111101 | 110111 | 111011 |
Color Harmonies of #CED05E
Complementary color
Monochromatic Colors of #CED05E
Black with #CED05E
Text Example
Text Example
White with #CED05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED05E; }
p { color: rgb(206,208,94); }
H1.HeaderClassName
{
color: #CED05E;
}
.AnyTagClassName
{
color: #CED05E;
}
</style>
background-color css
<style>
a { background-color: #CED05E; }
a { background-color: rgb(206,208,94); }
div.DivClassName
{
background-color: #CED05E;
}
.BgClassName
{
background-color: #CED05E;
}
</style>
border-color css
<style>
span { border-color: #CED05E; }
span { border-color: rgb(206,208,94); }
td.TdClassName
{
border-color: #CED05E;
}
.TagClassName
{
border-color: #CED05E;
}
</style>