Shades of Dolly #F2EE6C
Tints of Dolly #F2EE6C
RGB
CMYK
RGB Variations
Color information
#F2EE6C (or 0xF2EE6C) is known color: Dolly. HEX triplet: F2, EE and 6C. RGB value is (242,238,108). Sum of RGB (Red+Green+Blue) = 242+238+108=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 108 (42.58% from 255 or 18.37% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE6C is #0D1193. Grayscale: #E0E0E0. Windows color (decimal): -856468 or 7139058. OLE color: 7139058.
HSL color Cylindrical-coordinate representation of color #F2EE6C: hue angle of 58.21º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2EE6C is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 108 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.05 |
| HSL | 58.21º | 0.84% | 0.69% | - |
| HSV(B) | 58.21º | 0.55% | 0.95% | - |
| XYZ | 69.9 | 81.11 | 26.16 | - |
| YUV | 224.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 108 | 0 | 0.02 | 0.55 | 0.05 | 58.21 | 0.84 | 0.69 |
| Hex | F2 | EE | 6C | 0 | 2 | 37 | 5 | 3A | 54 | 45 |
| Octal | 362 | 356 | 154 | 0 | 2 | 67 | 5 | 72 | 124 | 105 |
| Binary | 11110010 | 11101110 | 1101100 | 0 | 10 | 110111 | 101 | 111010 | 1010100 | 1000101 |
Color Harmonies of #F2EE6C
Complementary color
Monochromatic Colors of #F2EE6C
Black with #F2EE6C
Text Example
Text Example
White with #F2EE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE6C; }
p { color: rgb(242,238,108); }
H1.HeaderClassName
{
color: #F2EE6C;
}
.AnyTagClassName
{
color: #F2EE6C;
}
</style>
background-color css
<style>
a { background-color: #F2EE6C; }
a { background-color: rgb(242,238,108); }
div.DivClassName
{
background-color: #F2EE6C;
}
.BgClassName
{
background-color: #F2EE6C;
}
</style>
border-color css
<style>
span { border-color: #F2EE6C; }
span { border-color: rgb(242,238,108); }
td.TdClassName
{
border-color: #F2EE6C;
}
.TagClassName
{
border-color: #F2EE6C;
}
</style>