Shades of Wild Willow #CEC95A
Tints of Wild Willow #CEC95A
RGB
CMYK
RGB Variations
Color information
#CEC95A (or 0xCEC95A) is known color: Wild Willow. HEX triplet: CE, C9 and 5A. RGB value is (206,201,90). Sum of RGB (Red+Green+Blue) = 206+201+90=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC95A is #3136A5. Grayscale: #BEBEBE. Windows color (decimal): -3225254 or 5949902. OLE color: 5949902.
HSL color Cylindrical-coordinate representation of color #CEC95A: hue angle of 57.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEC95A is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 90 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.19 |
| HSL | 57.41º | 0.54% | 0.58% | - |
| HSV(B) | 57.41º | 0.56% | 0.81% | - |
| XYZ | 48.19 | 55.63 | 17.87 | - |
| YUV | 189.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 90 | 0 | 0.02 | 0.56 | 0.19 | 57.41 | 0.54 | 0.58 |
| Hex | CE | C9 | 5A | 0 | 2 | 38 | 13 | 39 | 36 | 3A |
| Octal | 316 | 311 | 132 | 0 | 2 | 70 | 23 | 71 | 66 | 72 |
| Binary | 11001110 | 11001001 | 1011010 | 0 | 10 | 111000 | 10011 | 111001 | 110110 | 111010 |
Color Harmonies of #CEC95A
Complementary color
Monochromatic Colors of #CEC95A
Black with #CEC95A
Text Example
Text Example
White with #CEC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC95A; }
p { color: rgb(206,201,90); }
H1.HeaderClassName
{
color: #CEC95A;
}
.AnyTagClassName
{
color: #CEC95A;
}
</style>
background-color css
<style>
a { background-color: #CEC95A; }
a { background-color: rgb(206,201,90); }
div.DivClassName
{
background-color: #CEC95A;
}
.BgClassName
{
background-color: #CEC95A;
}
</style>
border-color css
<style>
span { border-color: #CEC95A; }
span { border-color: rgb(206,201,90); }
td.TdClassName
{
border-color: #CEC95A;
}
.TagClassName
{
border-color: #CEC95A;
}
</style>