Shades of Dolly #F2EE7A
Tints of Dolly #F2EE7A
RGB
CMYK
RGB Variations
Color information
#F2EE7A (or 0xF2EE7A) is known color: Dolly. HEX triplet: F2, EE and 7A. RGB value is (242,238,122). Sum of RGB (Red+Green+Blue) = 242+238+122=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 122 (48.05% from 255 or 20.27% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE7A is #0D1185. Grayscale: #E2E2E2. Windows color (decimal): -856454 or 8056562. OLE color: 8056562.
HSL color Cylindrical-coordinate representation of color #F2EE7A: hue angle of 58º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2EE7A is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 122 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.05 |
| HSL | 58º | 0.82% | 0.71% | - |
| HSV(B) | 58º | 0.5% | 0.95% | - |
| XYZ | 70.71 | 81.43 | 30.4 | - |
| YUV | 225.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 122 | 0 | 0.02 | 0.50 | 0.05 | 58 | 0.82 | 0.71 |
| Hex | F2 | EE | 7A | 0 | 2 | 32 | 5 | 3A | 52 | 47 |
| Octal | 362 | 356 | 172 | 0 | 2 | 62 | 5 | 72 | 122 | 107 |
| Binary | 11110010 | 11101110 | 1111010 | 0 | 10 | 110010 | 101 | 111010 | 1010010 | 1000111 |
Color Harmonies of #F2EE7A
Complementary color
Monochromatic Colors of #F2EE7A
Black with #F2EE7A
Text Example
Text Example
White with #F2EE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE7A; }
p { color: rgb(242,238,122); }
H1.HeaderClassName
{
color: #F2EE7A;
}
.AnyTagClassName
{
color: #F2EE7A;
}
</style>
background-color css
<style>
a { background-color: #F2EE7A; }
a { background-color: rgb(242,238,122); }
div.DivClassName
{
background-color: #F2EE7A;
}
.BgClassName
{
background-color: #F2EE7A;
}
</style>
border-color css
<style>
span { border-color: #F2EE7A; }
span { border-color: rgb(242,238,122); }
td.TdClassName
{
border-color: #F2EE7A;
}
.TagClassName
{
border-color: #F2EE7A;
}
</style>