Shades of Dolly #F0EC6C
Tints of Dolly #F0EC6C
RGB
CMYK
RGB Variations
Color information
#F0EC6C (or 0xF0EC6C) is known color: Dolly. HEX triplet: F0, EC and 6C. RGB value is (240,236,108). Sum of RGB (Red+Green+Blue) = 240+236+108=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 108 (42.58% from 255 or 18.49% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EC6C is #0F1393. Grayscale: #DFDFDF. Windows color (decimal): -988052 or 7138544. OLE color: 7138544.
HSL color Cylindrical-coordinate representation of color #F0EC6C: hue angle of 58.18º 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 #F0EC6C is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 108 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.06 |
| HSL | 58.18º | 0.81% | 0.68% | - |
| HSV(B) | 58.18º | 0.55% | 0.94% | - |
| XYZ | 68.64 | 79.6 | 25.93 | - |
| YUV | 222.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 108 | 0 | 0.02 | 0.55 | 0.06 | 58.18 | 0.81 | 0.68 |
| Hex | F0 | EC | 6C | 0 | 2 | 37 | 6 | 3A | 51 | 44 |
| Octal | 360 | 354 | 154 | 0 | 2 | 67 | 6 | 72 | 121 | 104 |
| Binary | 11110000 | 11101100 | 1101100 | 0 | 10 | 110111 | 110 | 111010 | 1010001 | 1000100 |
Color Harmonies of #F0EC6C
Complementary color
Monochromatic Colors of #F0EC6C
Black with #F0EC6C
Text Example
Text Example
White with #F0EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC6C; }
p { color: rgb(240,236,108); }
H1.HeaderClassName
{
color: #F0EC6C;
}
.AnyTagClassName
{
color: #F0EC6C;
}
</style>
background-color css
<style>
a { background-color: #F0EC6C; }
a { background-color: rgb(240,236,108); }
div.DivClassName
{
background-color: #F0EC6C;
}
.BgClassName
{
background-color: #F0EC6C;
}
</style>
border-color css
<style>
span { border-color: #F0EC6C; }
span { border-color: rgb(240,236,108); }
td.TdClassName
{
border-color: #F0EC6C;
}
.TagClassName
{
border-color: #F0EC6C;
}
</style>