Shades of Dolly #F0EE6F
Tints of Dolly #F0EE6F
RGB
CMYK
RGB Variations
Color information
#F0EE6F (or 0xF0EE6F) is known color: Dolly. HEX triplet: F0, EE and 6F. RGB value is (240,238,111). Sum of RGB (Red+Green+Blue) = 240+238+111=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 111 (43.75% from 255 or 18.85% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EE6F is #0F1190. Grayscale: #E0E0E0. Windows color (decimal): -987537 or 7335664. OLE color: 7335664.
HSL color Cylindrical-coordinate representation of color #F0EE6F: hue angle of 59.07º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0EE6F is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 111 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.06 |
| HSL | 59.07º | 0.81% | 0.69% | - |
| HSV(B) | 59.07º | 0.54% | 0.94% | - |
| XYZ | 69.38 | 80.82 | 26.98 | - |
| YUV | 224.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 111 | 0 | 0.01 | 0.54 | 0.06 | 59.07 | 0.81 | 0.69 |
| Hex | F0 | EE | 6F | 0 | 1 | 36 | 6 | 3B | 51 | 45 |
| Octal | 360 | 356 | 157 | 0 | 1 | 66 | 6 | 73 | 121 | 105 |
| Binary | 11110000 | 11101110 | 1101111 | 0 | 1 | 110110 | 110 | 111011 | 1010001 | 1000101 |
Color Harmonies of #F0EE6F
Complementary color
Monochromatic Colors of #F0EE6F
Black with #F0EE6F
Text Example
Text Example
White with #F0EE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EE6F; }
p { color: rgb(240,238,111); }
H1.HeaderClassName
{
color: #F0EE6F;
}
.AnyTagClassName
{
color: #F0EE6F;
}
</style>
background-color css
<style>
a { background-color: #F0EE6F; }
a { background-color: rgb(240,238,111); }
div.DivClassName
{
background-color: #F0EE6F;
}
.BgClassName
{
background-color: #F0EE6F;
}
</style>
border-color css
<style>
span { border-color: #F0EE6F; }
span { border-color: rgb(240,238,111); }
td.TdClassName
{
border-color: #F0EE6F;
}
.TagClassName
{
border-color: #F0EE6F;
}
</style>