Shades of Wild Willow #CECF62
Tints of Wild Willow #CECF62
RGB
CMYK
RGB Variations
Color information
#CECF62 (or 0xCECF62) is known color: Wild Willow. HEX triplet: CE, CF and 62. RGB value is (206,207,98). Sum of RGB (Red+Green+Blue) = 206+207+98=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF62 is #31309D. Grayscale: #C2C2C2. Windows color (decimal): -3223710 or 6475726. OLE color: 6475726.
HSL color Cylindrical-coordinate representation of color #CECF62: hue angle of 60.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CECF62 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 98 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.19 |
| HSL | 60.55º | 0.53% | 0.6% | - |
| HSV(B) | 60.55º | 0.53% | 0.81% | - |
| XYZ | 49.97 | 58.63 | 20.24 | - |
| YUV | 194.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 98 | 0.00 | 0 | 0.53 | 0.19 | 60.55 | 0.53 | 0.6 |
| Hex | CE | CF | 62 | 0 | 0 | 35 | 13 | 3D | 35 | 3C |
| Octal | 316 | 317 | 142 | 0 | 0 | 65 | 23 | 75 | 65 | 74 |
| Binary | 11001110 | 11001111 | 1100010 | 0 | 0 | 110101 | 10011 | 111101 | 110101 | 111100 |
Color Harmonies of #CECF62
Complementary color
Monochromatic Colors of #CECF62
Black with #CECF62
Text Example
Text Example
White with #CECF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF62; }
p { color: rgb(206,207,98); }
H1.HeaderClassName
{
color: #CECF62;
}
.AnyTagClassName
{
color: #CECF62;
}
</style>
background-color css
<style>
a { background-color: #CECF62; }
a { background-color: rgb(206,207,98); }
div.DivClassName
{
background-color: #CECF62;
}
.BgClassName
{
background-color: #CECF62;
}
</style>
border-color css
<style>
span { border-color: #CECF62; }
span { border-color: rgb(206,207,98); }
td.TdClassName
{
border-color: #CECF62;
}
.TagClassName
{
border-color: #CECF62;
}
</style>