Shades of Wild Willow #CED35E
Tints of Wild Willow #CED35E
RGB
CMYK
RGB Variations
Color information
#CED35E (or 0xCED35E) is known color: Wild Willow. HEX triplet: CE, D3 and 5E. RGB value is (206,211,94). Sum of RGB (Red+Green+Blue) = 206+211+94=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #CED35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED35E is #312CA1. Grayscale: #C4C4C4. Windows color (decimal): -3222690 or 6214606. OLE color: 6214606.
HSL color Cylindrical-coordinate representation of color #CED35E: hue angle of 62.56º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CED35E is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 94 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.17 |
| HSL | 62.56º | 0.57% | 0.6% | - |
| HSV(B) | 62.56º | 0.55% | 0.83% | - |
| XYZ | 50.77 | 60.52 | 19.6 | - |
| YUV | 196.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 94 | 0.02 | 0 | 0.55 | 0.17 | 62.56 | 0.57 | 0.6 |
| Hex | CE | D3 | 5E | 2 | 0 | 37 | 11 | 3F | 39 | 3C |
| Octal | 316 | 323 | 136 | 2 | 0 | 67 | 21 | 77 | 71 | 74 |
| Binary | 11001110 | 11010011 | 1011110 | 10 | 0 | 110111 | 10001 | 111111 | 111001 | 111100 |
Color Harmonies of #CED35E
Complementary color
Monochromatic Colors of #CED35E
Black with #CED35E
Text Example
Text Example
White with #CED35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED35E; }
p { color: rgb(206,211,94); }
H1.HeaderClassName
{
color: #CED35E;
}
.AnyTagClassName
{
color: #CED35E;
}
</style>
background-color css
<style>
a { background-color: #CED35E; }
a { background-color: rgb(206,211,94); }
div.DivClassName
{
background-color: #CED35E;
}
.BgClassName
{
background-color: #CED35E;
}
</style>
border-color css
<style>
span { border-color: #CED35E; }
span { border-color: rgb(206,211,94); }
td.TdClassName
{
border-color: #CED35E;
}
.TagClassName
{
border-color: #CED35E;
}
</style>