Shades of Wild Willow #CECF55
Tints of Wild Willow #CECF55
RGB
CMYK
RGB Variations
Color information
#CECF55 (or 0xCECF55) is known color: Wild Willow. HEX triplet: CE, CF and 55. RGB value is (206,207,85). Sum of RGB (Red+Green+Blue) = 206+207+85=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF55 is #3130AA. Grayscale: #C1C1C1. Windows color (decimal): -3223723 or 5623758. OLE color: 5623758.
HSL color Cylindrical-coordinate representation of color #CECF55: hue angle of 60.49º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CECF55 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 85 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.19 |
| HSL | 60.49º | 0.56% | 0.57% | - |
| HSV(B) | 60.49º | 0.59% | 0.81% | - |
| XYZ | 49.41 | 58.4 | 17.26 | - |
| YUV | 192.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 85 | 0.00 | 0 | 0.59 | 0.19 | 60.49 | 0.56 | 0.57 |
| Hex | CE | CF | 55 | 0 | 0 | 3B | 13 | 3C | 38 | 39 |
| Octal | 316 | 317 | 125 | 0 | 0 | 73 | 23 | 74 | 70 | 71 |
| Binary | 11001110 | 11001111 | 1010101 | 0 | 0 | 111011 | 10011 | 111100 | 111000 | 111001 |
Color Harmonies of #CECF55
Complementary color
Monochromatic Colors of #CECF55
Black with #CECF55
Text Example
Text Example
White with #CECF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF55; }
p { color: rgb(206,207,85); }
H1.HeaderClassName
{
color: #CECF55;
}
.AnyTagClassName
{
color: #CECF55;
}
</style>
background-color css
<style>
a { background-color: #CECF55; }
a { background-color: rgb(206,207,85); }
div.DivClassName
{
background-color: #CECF55;
}
.BgClassName
{
background-color: #CECF55;
}
</style>
border-color css
<style>
span { border-color: #CECF55; }
span { border-color: rgb(206,207,85); }
td.TdClassName
{
border-color: #CECF55;
}
.TagClassName
{
border-color: #CECF55;
}
</style>