Shades of Wild Willow #CECA56
Tints of Wild Willow #CECA56
RGB
CMYK
RGB Variations
Color information
#CECA56 (or 0xCECA56) is known color: Wild Willow. HEX triplet: CE, CA and 56. RGB value is (206,202,86). Sum of RGB (Red+Green+Blue) = 206+202+86=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA56 is #3135A9. Grayscale: #BEBEBE. Windows color (decimal): -3225002 or 5688014. OLE color: 5688014.
HSL color Cylindrical-coordinate representation of color #CECA56: hue angle of 58º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CECA56 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 86 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.19 |
| HSL | 58º | 0.55% | 0.57% | - |
| HSV(B) | 58º | 0.58% | 0.81% | - |
| XYZ | 48.25 | 56.03 | 17.08 | - |
| YUV | 189.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 86 | 0 | 0.02 | 0.58 | 0.19 | 58 | 0.55 | 0.57 |
| Hex | CE | CA | 56 | 0 | 2 | 3A | 13 | 3A | 37 | 39 |
| Octal | 316 | 312 | 126 | 0 | 2 | 72 | 23 | 72 | 67 | 71 |
| Binary | 11001110 | 11001010 | 1010110 | 0 | 10 | 111010 | 10011 | 111010 | 110111 | 111001 |
Color Harmonies of #CECA56
Complementary color
Monochromatic Colors of #CECA56
Black with #CECA56
Text Example
Text Example
White with #CECA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA56; }
p { color: rgb(206,202,86); }
H1.HeaderClassName
{
color: #CECA56;
}
.AnyTagClassName
{
color: #CECA56;
}
</style>
background-color css
<style>
a { background-color: #CECA56; }
a { background-color: rgb(206,202,86); }
div.DivClassName
{
background-color: #CECA56;
}
.BgClassName
{
background-color: #CECA56;
}
</style>
border-color css
<style>
span { border-color: #CECA56; }
span { border-color: rgb(206,202,86); }
td.TdClassName
{
border-color: #CECA56;
}
.TagClassName
{
border-color: #CECA56;
}
</style>