Shades of Wild Willow #CED252
Tints of Wild Willow #CED252
RGB
CMYK
RGB Variations
Color information
#CED252 (or 0xCED252) is known color: Wild Willow. HEX triplet: CE, D2 and 52. RGB value is (206,210,82). Sum of RGB (Red+Green+Blue) = 206+210+82=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #CED252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED252 is #312DAD. Grayscale: #C2C2C2. Windows color (decimal): -3222958 or 5427918. OLE color: 5427918.
HSL color Cylindrical-coordinate representation of color #CED252: hue angle of 61.88º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CED252 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 82 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.18 |
| HSL | 61.88º | 0.59% | 0.57% | - |
| HSV(B) | 61.88º | 0.61% | 0.82% | - |
| XYZ | 50.02 | 59.82 | 16.89 | - |
| YUV | 194.21 | 64.67 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 82 | 0.02 | 0 | 0.61 | 0.18 | 61.88 | 0.59 | 0.57 |
| Hex | CE | D2 | 52 | 2 | 0 | 3D | 12 | 3E | 3B | 39 |
| Octal | 316 | 322 | 122 | 2 | 0 | 75 | 22 | 76 | 73 | 71 |
| Binary | 11001110 | 11010010 | 1010010 | 10 | 0 | 111101 | 10010 | 111110 | 111011 | 111001 |
Color Harmonies of #CED252
Complementary color
Monochromatic Colors of #CED252
Black with #CED252
Text Example
Text Example
White with #CED252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED252; }
p { color: rgb(206,210,82); }
H1.HeaderClassName
{
color: #CED252;
}
.AnyTagClassName
{
color: #CED252;
}
</style>
background-color css
<style>
a { background-color: #CED252; }
a { background-color: rgb(206,210,82); }
div.DivClassName
{
background-color: #CED252;
}
.BgClassName
{
background-color: #CED252;
}
</style>
border-color css
<style>
span { border-color: #CED252; }
span { border-color: rgb(206,210,82); }
td.TdClassName
{
border-color: #CED252;
}
.TagClassName
{
border-color: #CED252;
}
</style>