Shades of Dolly #F0EC6B
Tints of Dolly #F0EC6B
RGB
CMYK
RGB Variations
Color information
#F0EC6B (or 0xF0EC6B) is known color: Dolly. HEX triplet: F0, EC and 6B. RGB value is (240,236,107). Sum of RGB (Red+Green+Blue) = 240+236+107=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 107 (42.19% from 255 or 18.35% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EC6B is #0F1394. Grayscale: #DFDFDF. Windows color (decimal): -988053 or 7073008. OLE color: 7073008.
HSL color Cylindrical-coordinate representation of color #F0EC6B: hue angle of 58.2º degrees, saturation: 0.82, 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 #F0EC6B is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 107 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.06 |
| HSL | 58.2º | 0.82% | 0.68% | - |
| HSV(B) | 58.2º | 0.55% | 0.94% | - |
| XYZ | 68.58 | 79.58 | 25.66 | - |
| YUV | 222.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 107 | 0 | 0.02 | 0.55 | 0.06 | 58.2 | 0.82 | 0.68 |
| Hex | F0 | EC | 6B | 0 | 2 | 37 | 6 | 3A | 52 | 44 |
| Octal | 360 | 354 | 153 | 0 | 2 | 67 | 6 | 72 | 122 | 104 |
| Binary | 11110000 | 11101100 | 1101011 | 0 | 10 | 110111 | 110 | 111010 | 1010010 | 1000100 |
Color Harmonies of #F0EC6B
Complementary color
Monochromatic Colors of #F0EC6B
Black with #F0EC6B
Text Example
Text Example
White with #F0EC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC6B; }
p { color: rgb(240,236,107); }
H1.HeaderClassName
{
color: #F0EC6B;
}
.AnyTagClassName
{
color: #F0EC6B;
}
</style>
background-color css
<style>
a { background-color: #F0EC6B; }
a { background-color: rgb(240,236,107); }
div.DivClassName
{
background-color: #F0EC6B;
}
.BgClassName
{
background-color: #F0EC6B;
}
</style>
border-color css
<style>
span { border-color: #F0EC6B; }
span { border-color: rgb(240,236,107); }
td.TdClassName
{
border-color: #F0EC6B;
}
.TagClassName
{
border-color: #F0EC6B;
}
</style>