Shades of Wild Willow #CECC58
Tints of Wild Willow #CECC58
RGB
CMYK
RGB Variations
Color information
#CECC58 (or 0xCECC58) is known color: Wild Willow. HEX triplet: CE, CC and 58. RGB value is (206,204,88). Sum of RGB (Red+Green+Blue) = 206+204+88=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 88 (34.77% from 255 or 17.67% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC58 is #3133A7. Grayscale: #BFBFBF. Windows color (decimal): -3224488 or 5819598. OLE color: 5819598.
HSL color Cylindrical-coordinate representation of color #CECC58: hue angle of 58.98º 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 #CECC58 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 88 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.19 |
| HSL | 58.98º | 0.55% | 0.58% | - |
| HSV(B) | 58.98º | 0.57% | 0.81% | - |
| XYZ | 48.81 | 57.01 | 17.66 | - |
| YUV | 191.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 88 | 0 | 0.01 | 0.57 | 0.19 | 58.98 | 0.55 | 0.58 |
| Hex | CE | CC | 58 | 0 | 1 | 39 | 13 | 3B | 37 | 3A |
| Octal | 316 | 314 | 130 | 0 | 1 | 71 | 23 | 73 | 67 | 72 |
| Binary | 11001110 | 11001100 | 1011000 | 0 | 1 | 111001 | 10011 | 111011 | 110111 | 111010 |
Color Harmonies of #CECC58
Complementary color
Monochromatic Colors of #CECC58
Black with #CECC58
Text Example
Text Example
White with #CECC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC58; }
p { color: rgb(206,204,88); }
H1.HeaderClassName
{
color: #CECC58;
}
.AnyTagClassName
{
color: #CECC58;
}
</style>
background-color css
<style>
a { background-color: #CECC58; }
a { background-color: rgb(206,204,88); }
div.DivClassName
{
background-color: #CECC58;
}
.BgClassName
{
background-color: #CECC58;
}
</style>
border-color css
<style>
span { border-color: #CECC58; }
span { border-color: rgb(206,204,88); }
td.TdClassName
{
border-color: #CECC58;
}
.TagClassName
{
border-color: #CECC58;
}
</style>