Shades of Dolly #F2EE71
Tints of Dolly #F2EE71
RGB
CMYK
RGB Variations
Color information
#F2EE71 (or 0xF2EE71) is known color: Dolly. HEX triplet: F2, EE and 71. RGB value is (242,238,113). Sum of RGB (Red+Green+Blue) = 242+238+113=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 113 (44.53% from 255 or 19.06% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE71 is #0D118E. Grayscale: #E1E1E1. Windows color (decimal): -856463 or 7466738. OLE color: 7466738.
HSL color Cylindrical-coordinate representation of color #F2EE71: hue angle of 58.14º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2EE71 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 113 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.05 |
| HSL | 58.14º | 0.83% | 0.7% | - |
| HSV(B) | 58.14º | 0.53% | 0.95% | - |
| XYZ | 70.17 | 81.22 | 27.6 | - |
| YUV | 224.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 113 | 0 | 0.02 | 0.53 | 0.05 | 58.14 | 0.83 | 0.7 |
| Hex | F2 | EE | 71 | 0 | 2 | 35 | 5 | 3A | 53 | 46 |
| Octal | 362 | 356 | 161 | 0 | 2 | 65 | 5 | 72 | 123 | 106 |
| Binary | 11110010 | 11101110 | 1110001 | 0 | 10 | 110101 | 101 | 111010 | 1010011 | 1000110 |
Color Harmonies of #F2EE71
Complementary color
Monochromatic Colors of #F2EE71
Black with #F2EE71
Text Example
Text Example
White with #F2EE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE71; }
p { color: rgb(242,238,113); }
H1.HeaderClassName
{
color: #F2EE71;
}
.AnyTagClassName
{
color: #F2EE71;
}
</style>
background-color css
<style>
a { background-color: #F2EE71; }
a { background-color: rgb(242,238,113); }
div.DivClassName
{
background-color: #F2EE71;
}
.BgClassName
{
background-color: #F2EE71;
}
</style>
border-color css
<style>
span { border-color: #F2EE71; }
span { border-color: rgb(242,238,113); }
td.TdClassName
{
border-color: #F2EE71;
}
.TagClassName
{
border-color: #F2EE71;
}
</style>