Shades of Dolly #F0E86E
Tints of Dolly #F0E86E
RGB
CMYK
RGB Variations
Color information
#F0E86E (or 0xF0E86E) is known color: Dolly. HEX triplet: F0, E8 and 6E. RGB value is (240,232,110). Sum of RGB (Red+Green+Blue) = 240+232+110=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 110 (43.36% from 255 or 18.90% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E86E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E86E is #0F1791. Grayscale: #DCDCDC. Windows color (decimal): -989074 or 7268592. OLE color: 7268592.
HSL color Cylindrical-coordinate representation of color #F0E86E: hue angle of 56.31º 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 #F0E86E is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 110 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.06 |
| HSL | 56.31º | 0.81% | 0.69% | - |
| HSV(B) | 56.31º | 0.54% | 0.94% | - |
| XYZ | 67.61 | 77.36 | 26.12 | - |
| YUV | 220.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 110 | 0 | 0.03 | 0.54 | 0.06 | 56.31 | 0.81 | 0.69 |
| Hex | F0 | E8 | 6E | 0 | 3 | 36 | 6 | 38 | 51 | 45 |
| Octal | 360 | 350 | 156 | 0 | 3 | 66 | 6 | 70 | 121 | 105 |
| Binary | 11110000 | 11101000 | 1101110 | 0 | 11 | 110110 | 110 | 111000 | 1010001 | 1000101 |
Color Harmonies of #F0E86E
Complementary color
Monochromatic Colors of #F0E86E
Black with #F0E86E
Text Example
Text Example
White with #F0E86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E86E; }
p { color: rgb(240,232,110); }
H1.HeaderClassName
{
color: #F0E86E;
}
.AnyTagClassName
{
color: #F0E86E;
}
</style>
background-color css
<style>
a { background-color: #F0E86E; }
a { background-color: rgb(240,232,110); }
div.DivClassName
{
background-color: #F0E86E;
}
.BgClassName
{
background-color: #F0E86E;
}
</style>
border-color css
<style>
span { border-color: #F0E86E; }
span { border-color: rgb(240,232,110); }
td.TdClassName
{
border-color: #F0E86E;
}
.TagClassName
{
border-color: #F0E86E;
}
</style>