Shades of Dolly #F0E96D
Tints of Dolly #F0E96D
RGB
CMYK
RGB Variations
Color information
#F0E96D (or 0xF0E96D) is known color: Dolly. HEX triplet: F0, E9 and 6D. RGB value is (240,233,109). Sum of RGB (Red+Green+Blue) = 240+233+109=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 109 (42.97% from 255 or 18.73% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E96D is #0F1692. Grayscale: #DDDDDD. Windows color (decimal): -988819 or 7203312. OLE color: 7203312.
HSL color Cylindrical-coordinate representation of color #F0E96D: hue angle of 56.79º 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 #F0E96D is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 109 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.06 |
| HSL | 56.79º | 0.81% | 0.68% | - |
| HSV(B) | 56.79º | 0.55% | 0.94% | - |
| XYZ | 67.83 | 77.91 | 25.93 | - |
| YUV | 220.96 | 64.82 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 109 | 0 | 0.03 | 0.55 | 0.06 | 56.79 | 0.81 | 0.68 |
| Hex | F0 | E9 | 6D | 0 | 3 | 37 | 6 | 39 | 51 | 44 |
| Octal | 360 | 351 | 155 | 0 | 3 | 67 | 6 | 71 | 121 | 104 |
| Binary | 11110000 | 11101001 | 1101101 | 0 | 11 | 110111 | 110 | 111001 | 1010001 | 1000100 |
Color Harmonies of #F0E96D
Complementary color
Monochromatic Colors of #F0E96D
Black with #F0E96D
Text Example
Text Example
White with #F0E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E96D; }
p { color: rgb(240,233,109); }
H1.HeaderClassName
{
color: #F0E96D;
}
.AnyTagClassName
{
color: #F0E96D;
}
</style>
background-color css
<style>
a { background-color: #F0E96D; }
a { background-color: rgb(240,233,109); }
div.DivClassName
{
background-color: #F0E96D;
}
.BgClassName
{
background-color: #F0E96D;
}
</style>
border-color css
<style>
span { border-color: #F0E96D; }
span { border-color: rgb(240,233,109); }
td.TdClassName
{
border-color: #F0E96D;
}
.TagClassName
{
border-color: #F0E96D;
}
</style>