Shades of Dolly #F0E56C
Tints of Dolly #F0E56C
RGB
CMYK
RGB Variations
Color information
#F0E56C (or 0xF0E56C) is known color: Dolly. HEX triplet: F0, E5 and 6C. RGB value is (240,229,108). Sum of RGB (Red+Green+Blue) = 240+229+108=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E56C is #0F1A93. Grayscale: #DADADA. Windows color (decimal): -989844 or 7136752. OLE color: 7136752.
HSL color Cylindrical-coordinate representation of color #F0E56C: hue angle of 55º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0E56C is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 108 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.06 |
| HSL | 55º | 0.81% | 0.68% | - |
| HSV(B) | 55º | 0.55% | 0.94% | - |
| XYZ | 66.66 | 75.65 | 25.28 | - |
| YUV | 218.5 | 65.64 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 108 | 0 | 0.05 | 0.55 | 0.06 | 55 | 0.81 | 0.68 |
| Hex | F0 | E5 | 6C | 0 | 5 | 37 | 6 | 37 | 51 | 44 |
| Octal | 360 | 345 | 154 | 0 | 5 | 67 | 6 | 67 | 121 | 104 |
| Binary | 11110000 | 11100101 | 1101100 | 0 | 101 | 110111 | 110 | 110111 | 1010001 | 1000100 |
Color Harmonies of #F0E56C
Complementary color
Monochromatic Colors of #F0E56C
Black with #F0E56C
Text Example
Text Example
White with #F0E56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E56C; }
p { color: rgb(240,229,108); }
H1.HeaderClassName
{
color: #F0E56C;
}
.AnyTagClassName
{
color: #F0E56C;
}
</style>
background-color css
<style>
a { background-color: #F0E56C; }
a { background-color: rgb(240,229,108); }
div.DivClassName
{
background-color: #F0E56C;
}
.BgClassName
{
background-color: #F0E56C;
}
</style>
border-color css
<style>
span { border-color: #F0E56C; }
span { border-color: rgb(240,229,108); }
td.TdClassName
{
border-color: #F0E56C;
}
.TagClassName
{
border-color: #F0E56C;
}
</style>