Shades of Dolly #F0EC6D
Tints of Dolly #F0EC6D
RGB
CMYK
RGB Variations
Color information
#F0EC6D (or 0xF0EC6D) is known color: Dolly. HEX triplet: F0, EC and 6D. RGB value is (240,236,109). Sum of RGB (Red+Green+Blue) = 240+236+109=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 109 (42.97% from 255 or 18.63% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EC6D is #0F1392. Grayscale: #DFDFDF. Windows color (decimal): -988051 or 7204080. OLE color: 7204080.
HSL color Cylindrical-coordinate representation of color #F0EC6D: hue angle of 58.17º 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 #F0EC6D is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 109 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.06 |
| HSL | 58.17º | 0.81% | 0.68% | - |
| HSV(B) | 58.17º | 0.55% | 0.94% | - |
| XYZ | 68.69 | 79.62 | 26.22 | - |
| YUV | 222.72 | 63.83 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 109 | 0 | 0.02 | 0.55 | 0.06 | 58.17 | 0.81 | 0.68 |
| Hex | F0 | EC | 6D | 0 | 2 | 37 | 6 | 3A | 51 | 44 |
| Octal | 360 | 354 | 155 | 0 | 2 | 67 | 6 | 72 | 121 | 104 |
| Binary | 11110000 | 11101100 | 1101101 | 0 | 10 | 110111 | 110 | 111010 | 1010001 | 1000100 |
Color Harmonies of #F0EC6D
Complementary color
Monochromatic Colors of #F0EC6D
Black with #F0EC6D
Text Example
Text Example
White with #F0EC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC6D; }
p { color: rgb(240,236,109); }
H1.HeaderClassName
{
color: #F0EC6D;
}
.AnyTagClassName
{
color: #F0EC6D;
}
</style>
background-color css
<style>
a { background-color: #F0EC6D; }
a { background-color: rgb(240,236,109); }
div.DivClassName
{
background-color: #F0EC6D;
}
.BgClassName
{
background-color: #F0EC6D;
}
</style>
border-color css
<style>
span { border-color: #F0EC6D; }
span { border-color: rgb(240,236,109); }
td.TdClassName
{
border-color: #F0EC6D;
}
.TagClassName
{
border-color: #F0EC6D;
}
</style>