Shades of Wild Willow #CED053
Tints of Wild Willow #CED053
RGB
CMYK
RGB Variations
Color information
#CED053 (or 0xCED053) is known color: Wild Willow. HEX triplet: CE, D0 and 53. RGB value is (206,208,83). Sum of RGB (Red+Green+Blue) = 206+208+83=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #CED053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED053 is #312FAC. Grayscale: #C1C1C1. Windows color (decimal): -3223469 or 5492942. OLE color: 5492942.
HSL color Cylindrical-coordinate representation of color #CED053: hue angle of 60.96º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CED053 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 83 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.18 |
| HSL | 60.96º | 0.57% | 0.57% | - |
| HSV(B) | 60.96º | 0.6% | 0.82% | - |
| XYZ | 49.57 | 58.86 | 16.93 | - |
| YUV | 193.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 83 | 0.01 | 0 | 0.60 | 0.18 | 60.96 | 0.57 | 0.57 |
| Hex | CE | D0 | 53 | 1 | 0 | 3C | 12 | 3D | 39 | 39 |
| Octal | 316 | 320 | 123 | 1 | 0 | 74 | 22 | 75 | 71 | 71 |
| Binary | 11001110 | 11010000 | 1010011 | 1 | 0 | 111100 | 10010 | 111101 | 111001 | 111001 |
Color Harmonies of #CED053
Complementary color
Monochromatic Colors of #CED053
Black with #CED053
Text Example
Text Example
White with #CED053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED053; }
p { color: rgb(206,208,83); }
H1.HeaderClassName
{
color: #CED053;
}
.AnyTagClassName
{
color: #CED053;
}
</style>
background-color css
<style>
a { background-color: #CED053; }
a { background-color: rgb(206,208,83); }
div.DivClassName
{
background-color: #CED053;
}
.BgClassName
{
background-color: #CED053;
}
</style>
border-color css
<style>
span { border-color: #CED053; }
span { border-color: rgb(206,208,83); }
td.TdClassName
{
border-color: #CED053;
}
.TagClassName
{
border-color: #CED053;
}
</style>