Shades of Wild Willow #CECB5E
Tints of Wild Willow #CECB5E
RGB
CMYK
RGB Variations
Color information
#CECB5E (or 0xCECB5E) is known color: Wild Willow. HEX triplet: CE, CB and 5E. RGB value is (206,203,94). Sum of RGB (Red+Green+Blue) = 206+203+94=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB5E is #3134A1. Grayscale: #BFBFBF. Windows color (decimal): -3224738 or 6212558. OLE color: 6212558.
HSL color Cylindrical-coordinate representation of color #CECB5E: hue angle of 58.39º 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 #CECB5E is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 94 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.19 |
| HSL | 58.39º | 0.53% | 0.59% | - |
| HSV(B) | 58.39º | 0.54% | 0.81% | - |
| XYZ | 48.83 | 56.64 | 18.95 | - |
| YUV | 191.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 94 | 0 | 0.01 | 0.54 | 0.19 | 58.39 | 0.53 | 0.59 |
| Hex | CE | CB | 5E | 0 | 1 | 36 | 13 | 3A | 35 | 3B |
| Octal | 316 | 313 | 136 | 0 | 1 | 66 | 23 | 72 | 65 | 73 |
| Binary | 11001110 | 11001011 | 1011110 | 0 | 1 | 110110 | 10011 | 111010 | 110101 | 111011 |
Color Harmonies of #CECB5E
Complementary color
Monochromatic Colors of #CECB5E
Black with #CECB5E
Text Example
Text Example
White with #CECB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB5E; }
p { color: rgb(206,203,94); }
H1.HeaderClassName
{
color: #CECB5E;
}
.AnyTagClassName
{
color: #CECB5E;
}
</style>
background-color css
<style>
a { background-color: #CECB5E; }
a { background-color: rgb(206,203,94); }
div.DivClassName
{
background-color: #CECB5E;
}
.BgClassName
{
background-color: #CECB5E;
}
</style>
border-color css
<style>
span { border-color: #CECB5E; }
span { border-color: rgb(206,203,94); }
td.TdClassName
{
border-color: #CECB5E;
}
.TagClassName
{
border-color: #CECB5E;
}
</style>