Shades of Dolly #F2EE6A
Tints of Dolly #F2EE6A
RGB
CMYK
RGB Variations
Color information
#F2EE6A (or 0xF2EE6A) is known color: Dolly. HEX triplet: F2, EE and 6A. RGB value is (242,238,106). Sum of RGB (Red+Green+Blue) = 242+238+106=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 106 (41.80% from 255 or 18.09% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE6A is #0D1195. Grayscale: #E0E0E0. Windows color (decimal): -856470 or 7007986. OLE color: 7007986.
HSL color Cylindrical-coordinate representation of color #F2EE6A: hue angle of 58.24º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2EE6A is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 106 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.05 |
| HSL | 58.24º | 0.84% | 0.68% | - |
| HSV(B) | 58.24º | 0.56% | 0.95% | - |
| XYZ | 69.79 | 81.07 | 25.6 | - |
| YUV | 224.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 106 | 0 | 0.02 | 0.56 | 0.05 | 58.24 | 0.84 | 0.68 |
| Hex | F2 | EE | 6A | 0 | 2 | 38 | 5 | 3A | 54 | 44 |
| Octal | 362 | 356 | 152 | 0 | 2 | 70 | 5 | 72 | 124 | 104 |
| Binary | 11110010 | 11101110 | 1101010 | 0 | 10 | 111000 | 101 | 111010 | 1010100 | 1000100 |
Color Harmonies of #F2EE6A
Complementary color
Monochromatic Colors of #F2EE6A
Black with #F2EE6A
Text Example
Text Example
White with #F2EE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE6A; }
p { color: rgb(242,238,106); }
H1.HeaderClassName
{
color: #F2EE6A;
}
.AnyTagClassName
{
color: #F2EE6A;
}
</style>
background-color css
<style>
a { background-color: #F2EE6A; }
a { background-color: rgb(242,238,106); }
div.DivClassName
{
background-color: #F2EE6A;
}
.BgClassName
{
background-color: #F2EE6A;
}
</style>
border-color css
<style>
span { border-color: #F2EE6A; }
span { border-color: rgb(242,238,106); }
td.TdClassName
{
border-color: #F2EE6A;
}
.TagClassName
{
border-color: #F2EE6A;
}
</style>