Shades of Wild Willow #CED05C
Tints of Wild Willow #CED05C
RGB
CMYK
RGB Variations
Color information
#CED05C (or 0xCED05C) is known color: Wild Willow. HEX triplet: CE, D0 and 5C. RGB value is (206,208,92). Sum of RGB (Red+Green+Blue) = 206+208+92=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #CED05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED05C is #312FA3. Grayscale: #C2C2C2. Windows color (decimal): -3223460 or 6082766. OLE color: 6082766.
HSL color Cylindrical-coordinate representation of color #CED05C: hue angle of 61.03º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CED05C is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 92 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.18 |
| HSL | 61.03º | 0.55% | 0.59% | - |
| HSV(B) | 61.03º | 0.56% | 0.82% | - |
| XYZ | 49.94 | 59.01 | 18.88 | - |
| YUV | 194.18 | 70.34 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 92 | 0.01 | 0 | 0.56 | 0.18 | 61.03 | 0.55 | 0.59 |
| Hex | CE | D0 | 5C | 1 | 0 | 38 | 12 | 3D | 37 | 3B |
| Octal | 316 | 320 | 134 | 1 | 0 | 70 | 22 | 75 | 67 | 73 |
| Binary | 11001110 | 11010000 | 1011100 | 1 | 0 | 111000 | 10010 | 111101 | 110111 | 111011 |
Color Harmonies of #CED05C
Complementary color
Monochromatic Colors of #CED05C
Black with #CED05C
Text Example
Text Example
White with #CED05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED05C; }
p { color: rgb(206,208,92); }
H1.HeaderClassName
{
color: #CED05C;
}
.AnyTagClassName
{
color: #CED05C;
}
</style>
background-color css
<style>
a { background-color: #CED05C; }
a { background-color: rgb(206,208,92); }
div.DivClassName
{
background-color: #CED05C;
}
.BgClassName
{
background-color: #CED05C;
}
</style>
border-color css
<style>
span { border-color: #CED05C; }
span { border-color: rgb(206,208,92); }
td.TdClassName
{
border-color: #CED05C;
}
.TagClassName
{
border-color: #CED05C;
}
</style>