Shades of Dolly #F0ED71
Tints of Dolly #F0ED71
RGB
CMYK
RGB Variations
Color information
#F0ED71 (or 0xF0ED71) is known color: Dolly. HEX triplet: F0, ED and 71. RGB value is (240,237,113). Sum of RGB (Red+Green+Blue) = 240+237+113=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 113 (44.53% from 255 or 19.15% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0ED71 is #0F128E. Grayscale: #E0E0E0. Windows color (decimal): -987791 or 7466480. OLE color: 7466480.
HSL color Cylindrical-coordinate representation of color #F0ED71: hue angle of 58.58º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0ED71 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 113 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.06 |
| HSL | 58.58º | 0.81% | 0.69% | - |
| HSV(B) | 58.58º | 0.53% | 0.94% | - |
| XYZ | 69.2 | 80.29 | 27.47 | - |
| YUV | 223.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 113 | 0 | 0.01 | 0.53 | 0.06 | 58.58 | 0.81 | 0.69 |
| Hex | F0 | ED | 71 | 0 | 1 | 35 | 6 | 3B | 51 | 45 |
| Octal | 360 | 355 | 161 | 0 | 1 | 65 | 6 | 73 | 121 | 105 |
| Binary | 11110000 | 11101101 | 1110001 | 0 | 1 | 110101 | 110 | 111011 | 1010001 | 1000101 |
Color Harmonies of #F0ED71
Complementary color
Monochromatic Colors of #F0ED71
Black with #F0ED71
Text Example
Text Example
White with #F0ED71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED71; }
p { color: rgb(240,237,113); }
H1.HeaderClassName
{
color: #F0ED71;
}
.AnyTagClassName
{
color: #F0ED71;
}
</style>
background-color css
<style>
a { background-color: #F0ED71; }
a { background-color: rgb(240,237,113); }
div.DivClassName
{
background-color: #F0ED71;
}
.BgClassName
{
background-color: #F0ED71;
}
</style>
border-color css
<style>
span { border-color: #F0ED71; }
span { border-color: rgb(240,237,113); }
td.TdClassName
{
border-color: #F0ED71;
}
.TagClassName
{
border-color: #F0ED71;
}
</style>