Shades of Wild Willow #CED25F
Tints of Wild Willow #CED25F
RGB
CMYK
RGB Variations
Color information
#CED25F (or 0xCED25F) is known color: Wild Willow. HEX triplet: CE, D2 and 5F. RGB value is (206,210,95). Sum of RGB (Red+Green+Blue) = 206+210+95=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #CED25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED25F is #312DA0. Grayscale: #C4C4C4. Windows color (decimal): -3222945 or 6279886. OLE color: 6279886.
HSL color Cylindrical-coordinate representation of color #CED25F: hue angle of 62.09º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CED25F is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 95 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.18 |
| HSL | 62.09º | 0.56% | 0.6% | - |
| HSV(B) | 62.09º | 0.55% | 0.82% | - |
| XYZ | 50.57 | 60.04 | 19.75 | - |
| YUV | 195.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 95 | 0.02 | 0 | 0.55 | 0.18 | 62.09 | 0.56 | 0.6 |
| Hex | CE | D2 | 5F | 2 | 0 | 37 | 12 | 3E | 38 | 3C |
| Octal | 316 | 322 | 137 | 2 | 0 | 67 | 22 | 76 | 70 | 74 |
| Binary | 11001110 | 11010010 | 1011111 | 10 | 0 | 110111 | 10010 | 111110 | 111000 | 111100 |
Color Harmonies of #CED25F
Complementary color
Monochromatic Colors of #CED25F
Black with #CED25F
Text Example
Text Example
White with #CED25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED25F; }
p { color: rgb(206,210,95); }
H1.HeaderClassName
{
color: #CED25F;
}
.AnyTagClassName
{
color: #CED25F;
}
</style>
background-color css
<style>
a { background-color: #CED25F; }
a { background-color: rgb(206,210,95); }
div.DivClassName
{
background-color: #CED25F;
}
.BgClassName
{
background-color: #CED25F;
}
</style>
border-color css
<style>
span { border-color: #CED25F; }
span { border-color: rgb(206,210,95); }
td.TdClassName
{
border-color: #CED25F;
}
.TagClassName
{
border-color: #CED25F;
}
</style>