Shades of Wild Willow #CEDE5A
Tints of Wild Willow #CEDE5A
RGB
CMYK
RGB Variations
Color information
#CEDE5A (or 0xCEDE5A) is known color: Wild Willow. HEX triplet: CE, DE and 5A. RGB value is (206,222,90). Sum of RGB (Red+Green+Blue) = 206+222+90=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE5A is #3121A5. Grayscale: #CACACA. Windows color (decimal): -3219878 or 5955278. OLE color: 5955278.
HSL color Cylindrical-coordinate representation of color #CEDE5A: hue angle of 67.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEDE5A is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 90 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.13 |
| HSL | 67.27º | 0.67% | 0.61% | - |
| HSV(B) | 67.27º | 0.59% | 0.87% | - |
| XYZ | 53.42 | 66.1 | 19.62 | - |
| YUV | 202.17 | 64.7 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 90 | 0.07 | 0 | 0.59 | 0.13 | 67.27 | 0.67 | 0.61 |
| Hex | CE | DE | 5A | 7 | 0 | 3B | D | 43 | 43 | 3D |
| Octal | 316 | 336 | 132 | 7 | 0 | 73 | 15 | 103 | 103 | 75 |
| Binary | 11001110 | 11011110 | 1011010 | 111 | 0 | 111011 | 1101 | 1000011 | 1000011 | 111101 |
Color Harmonies of #CEDE5A
Complementary color
Monochromatic Colors of #CEDE5A
Black with #CEDE5A
Text Example
Text Example
White with #CEDE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE5A; }
p { color: rgb(206,222,90); }
H1.HeaderClassName
{
color: #CEDE5A;
}
.AnyTagClassName
{
color: #CEDE5A;
}
</style>
background-color css
<style>
a { background-color: #CEDE5A; }
a { background-color: rgb(206,222,90); }
div.DivClassName
{
background-color: #CEDE5A;
}
.BgClassName
{
background-color: #CEDE5A;
}
</style>
border-color css
<style>
span { border-color: #CEDE5A; }
span { border-color: rgb(206,222,90); }
td.TdClassName
{
border-color: #CEDE5A;
}
.TagClassName
{
border-color: #CEDE5A;
}
</style>