Shades of Dolly #F0EE6E
Tints of Dolly #F0EE6E
RGB
CMYK
RGB Variations
Color information
#F0EE6E (or 0xF0EE6E) is known color: Dolly. HEX triplet: F0, EE and 6E. RGB value is (240,238,110). Sum of RGB (Red+Green+Blue) = 240+238+110=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 110 (43.36% from 255 or 18.71% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EE6E is #0F1191. Grayscale: #E0E0E0. Windows color (decimal): -987538 or 7270128. OLE color: 7270128.
HSL color Cylindrical-coordinate representation of color #F0EE6E: hue angle of 59.08º 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 #F0EE6E is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 110 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.06 |
| HSL | 59.08º | 0.81% | 0.69% | - |
| HSV(B) | 59.08º | 0.54% | 0.94% | - |
| XYZ | 69.32 | 80.8 | 26.69 | - |
| YUV | 224.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 110 | 0 | 0.01 | 0.54 | 0.06 | 59.08 | 0.81 | 0.69 |
| Hex | F0 | EE | 6E | 0 | 1 | 36 | 6 | 3B | 51 | 45 |
| Octal | 360 | 356 | 156 | 0 | 1 | 66 | 6 | 73 | 121 | 105 |
| Binary | 11110000 | 11101110 | 1101110 | 0 | 1 | 110110 | 110 | 111011 | 1010001 | 1000101 |
Color Harmonies of #F0EE6E
Complementary color
Monochromatic Colors of #F0EE6E
Black with #F0EE6E
Text Example
Text Example
White with #F0EE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EE6E; }
p { color: rgb(240,238,110); }
H1.HeaderClassName
{
color: #F0EE6E;
}
.AnyTagClassName
{
color: #F0EE6E;
}
</style>
background-color css
<style>
a { background-color: #F0EE6E; }
a { background-color: rgb(240,238,110); }
div.DivClassName
{
background-color: #F0EE6E;
}
.BgClassName
{
background-color: #F0EE6E;
}
</style>
border-color css
<style>
span { border-color: #F0EE6E; }
span { border-color: rgb(240,238,110); }
td.TdClassName
{
border-color: #F0EE6E;
}
.TagClassName
{
border-color: #F0EE6E;
}
</style>