Shades of Wild Willow #CECD58
Tints of Wild Willow #CECD58
RGB
CMYK
RGB Variations
Color information
#CECD58 (or 0xCECD58) is known color: Wild Willow. HEX triplet: CE, CD and 58. RGB value is (206,205,88). Sum of RGB (Red+Green+Blue) = 206+205+88=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD58 is #3132A7. Grayscale: #C0C0C0. Windows color (decimal): -3224232 or 5819854. OLE color: 5819854.
HSL color Cylindrical-coordinate representation of color #CECD58: hue angle of 59.49º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CECD58 is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 88 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.19 |
| HSL | 59.49º | 0.55% | 0.58% | - |
| HSV(B) | 59.49º | 0.57% | 0.81% | - |
| XYZ | 49.05 | 57.49 | 17.74 | - |
| YUV | 191.96 | 69.33 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 88 | 0 | 0.00 | 0.57 | 0.19 | 59.49 | 0.55 | 0.58 |
| Hex | CE | CD | 58 | 0 | 0 | 39 | 13 | 3B | 37 | 3A |
| Octal | 316 | 315 | 130 | 0 | 0 | 71 | 23 | 73 | 67 | 72 |
| Binary | 11001110 | 11001101 | 1011000 | 0 | 0 | 111001 | 10011 | 111011 | 110111 | 111010 |
Color Harmonies of #CECD58
Complementary color
Monochromatic Colors of #CECD58
Black with #CECD58
Text Example
Text Example
White with #CECD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD58; }
p { color: rgb(206,205,88); }
H1.HeaderClassName
{
color: #CECD58;
}
.AnyTagClassName
{
color: #CECD58;
}
</style>
background-color css
<style>
a { background-color: #CECD58; }
a { background-color: rgb(206,205,88); }
div.DivClassName
{
background-color: #CECD58;
}
.BgClassName
{
background-color: #CECD58;
}
</style>
border-color css
<style>
span { border-color: #CECD58; }
span { border-color: rgb(206,205,88); }
td.TdClassName
{
border-color: #CECD58;
}
.TagClassName
{
border-color: #CECD58;
}
</style>