Shades of Dolly #F2EE70
Tints of Dolly #F2EE70
RGB
CMYK
RGB Variations
Color information
#F2EE70 (or 0xF2EE70) is known color: Dolly. HEX triplet: F2, EE and 70. RGB value is (242,238,112). Sum of RGB (Red+Green+Blue) = 242+238+112=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 112 (44.14% from 255 or 18.92% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE70 is #0D118F. Grayscale: #E1E1E1. Windows color (decimal): -856464 or 7401202. OLE color: 7401202.
HSL color Cylindrical-coordinate representation of color #F2EE70: hue angle of 58.15º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2EE70 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 112 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.05 |
| HSL | 58.15º | 0.83% | 0.69% | - |
| HSV(B) | 58.15º | 0.54% | 0.95% | - |
| XYZ | 70.12 | 81.2 | 27.31 | - |
| YUV | 224.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 112 | 0 | 0.02 | 0.54 | 0.05 | 58.15 | 0.83 | 0.69 |
| Hex | F2 | EE | 70 | 0 | 2 | 36 | 5 | 3A | 53 | 45 |
| Octal | 362 | 356 | 160 | 0 | 2 | 66 | 5 | 72 | 123 | 105 |
| Binary | 11110010 | 11101110 | 1110000 | 0 | 10 | 110110 | 101 | 111010 | 1010011 | 1000101 |
Color Harmonies of #F2EE70
Complementary color
Monochromatic Colors of #F2EE70
Black with #F2EE70
Text Example
Text Example
White with #F2EE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE70; }
p { color: rgb(242,238,112); }
H1.HeaderClassName
{
color: #F2EE70;
}
.AnyTagClassName
{
color: #F2EE70;
}
</style>
background-color css
<style>
a { background-color: #F2EE70; }
a { background-color: rgb(242,238,112); }
div.DivClassName
{
background-color: #F2EE70;
}
.BgClassName
{
background-color: #F2EE70;
}
</style>
border-color css
<style>
span { border-color: #F2EE70; }
span { border-color: rgb(242,238,112); }
td.TdClassName
{
border-color: #F2EE70;
}
.TagClassName
{
border-color: #F2EE70;
}
</style>