Shades of Wild Willow #CECA5E
Tints of Wild Willow #CECA5E
RGB
CMYK
RGB Variations
Color information
#CECA5E (or 0xCECA5E) is known color: Wild Willow. HEX triplet: CE, CA and 5E. RGB value is (206,202,94). Sum of RGB (Red+Green+Blue) = 206+202+94=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA5E is #3135A1. Grayscale: #BFBFBF. Windows color (decimal): -3224994 or 6212302. OLE color: 6212302.
HSL color Cylindrical-coordinate representation of color #CECA5E: hue angle of 57.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CECA5E is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 94 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.19 |
| HSL | 57.86º | 0.53% | 0.59% | - |
| HSV(B) | 57.86º | 0.54% | 0.81% | - |
| XYZ | 48.59 | 56.17 | 18.87 | - |
| YUV | 190.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 94 | 0 | 0.02 | 0.54 | 0.19 | 57.86 | 0.53 | 0.59 |
| Hex | CE | CA | 5E | 0 | 2 | 36 | 13 | 3A | 35 | 3B |
| Octal | 316 | 312 | 136 | 0 | 2 | 66 | 23 | 72 | 65 | 73 |
| Binary | 11001110 | 11001010 | 1011110 | 0 | 10 | 110110 | 10011 | 111010 | 110101 | 111011 |
Color Harmonies of #CECA5E
Complementary color
Monochromatic Colors of #CECA5E
Black with #CECA5E
Text Example
Text Example
White with #CECA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA5E; }
p { color: rgb(206,202,94); }
H1.HeaderClassName
{
color: #CECA5E;
}
.AnyTagClassName
{
color: #CECA5E;
}
</style>
background-color css
<style>
a { background-color: #CECA5E; }
a { background-color: rgb(206,202,94); }
div.DivClassName
{
background-color: #CECA5E;
}
.BgClassName
{
background-color: #CECA5E;
}
</style>
border-color css
<style>
span { border-color: #CECA5E; }
span { border-color: rgb(206,202,94); }
td.TdClassName
{
border-color: #CECA5E;
}
.TagClassName
{
border-color: #CECA5E;
}
</style>