Shades of Wild Willow #CEC958
Tints of Wild Willow #CEC958
RGB
CMYK
RGB Variations
Color information
#CEC958 (or 0xCEC958) is known color: Wild Willow. HEX triplet: CE, C9 and 58. RGB value is (206,201,88). Sum of RGB (Red+Green+Blue) = 206+201+88=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC958 is #3136A7. Grayscale: #BEBEBE. Windows color (decimal): -3225256 or 5818830. OLE color: 5818830.
HSL color Cylindrical-coordinate representation of color #CEC958: hue angle of 57.46º 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 #CEC958 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 88 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.19 |
| HSL | 57.46º | 0.55% | 0.58% | - |
| HSV(B) | 57.46º | 0.57% | 0.81% | - |
| XYZ | 48.1 | 55.6 | 17.43 | - |
| YUV | 189.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 88 | 0 | 0.02 | 0.57 | 0.19 | 57.46 | 0.55 | 0.58 |
| Hex | CE | C9 | 58 | 0 | 2 | 39 | 13 | 39 | 37 | 3A |
| Octal | 316 | 311 | 130 | 0 | 2 | 71 | 23 | 71 | 67 | 72 |
| Binary | 11001110 | 11001001 | 1011000 | 0 | 10 | 111001 | 10011 | 111001 | 110111 | 111010 |
Color Harmonies of #CEC958
Complementary color
Monochromatic Colors of #CEC958
Black with #CEC958
Text Example
Text Example
White with #CEC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC958; }
p { color: rgb(206,201,88); }
H1.HeaderClassName
{
color: #CEC958;
}
.AnyTagClassName
{
color: #CEC958;
}
</style>
background-color css
<style>
a { background-color: #CEC958; }
a { background-color: rgb(206,201,88); }
div.DivClassName
{
background-color: #CEC958;
}
.BgClassName
{
background-color: #CEC958;
}
</style>
border-color css
<style>
span { border-color: #CEC958; }
span { border-color: rgb(206,201,88); }
td.TdClassName
{
border-color: #CEC958;
}
.TagClassName
{
border-color: #CEC958;
}
</style>