Shades of Dolly #F0EC73
Tints of Dolly #F0EC73
RGB
CMYK
RGB Variations
Color information
#F0EC73 (or 0xF0EC73) is known color: Dolly. HEX triplet: F0, EC and 73. RGB value is (240,236,115). Sum of RGB (Red+Green+Blue) = 240+236+115=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 115 (45.31% from 255 or 19.46% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EC73 is #0F138C. Grayscale: #DFDFDF. Windows color (decimal): -988045 or 7597296. OLE color: 7597296.
HSL color Cylindrical-coordinate representation of color #F0EC73: hue angle of 58.08º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0EC73 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 115 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.06 |
| HSL | 58.08º | 0.81% | 0.7% | - |
| HSV(B) | 58.08º | 0.52% | 0.94% | - |
| XYZ | 69.03 | 79.75 | 27.98 | - |
| YUV | 223.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 115 | 0 | 0.02 | 0.52 | 0.06 | 58.08 | 0.81 | 0.7 |
| Hex | F0 | EC | 73 | 0 | 2 | 34 | 6 | 3A | 51 | 46 |
| Octal | 360 | 354 | 163 | 0 | 2 | 64 | 6 | 72 | 121 | 106 |
| Binary | 11110000 | 11101100 | 1110011 | 0 | 10 | 110100 | 110 | 111010 | 1010001 | 1000110 |
Color Harmonies of #F0EC73
Complementary color
Monochromatic Colors of #F0EC73
Black with #F0EC73
Text Example
Text Example
White with #F0EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC73; }
p { color: rgb(240,236,115); }
H1.HeaderClassName
{
color: #F0EC73;
}
.AnyTagClassName
{
color: #F0EC73;
}
</style>
background-color css
<style>
a { background-color: #F0EC73; }
a { background-color: rgb(240,236,115); }
div.DivClassName
{
background-color: #F0EC73;
}
.BgClassName
{
background-color: #F0EC73;
}
</style>
border-color css
<style>
span { border-color: #F0EC73; }
span { border-color: rgb(240,236,115); }
td.TdClassName
{
border-color: #F0EC73;
}
.TagClassName
{
border-color: #F0EC73;
}
</style>