Shades of Dolly #F2EE6E
Tints of Dolly #F2EE6E
RGB
CMYK
RGB Variations
Color information
#F2EE6E (or 0xF2EE6E) is known color: Dolly. HEX triplet: F2, EE and 6E. RGB value is (242,238,110). Sum of RGB (Red+Green+Blue) = 242+238+110=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 110 (43.36% from 255 or 18.64% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE6E is #0D1191. Grayscale: #E1E1E1. Windows color (decimal): -856466 or 7270130. OLE color: 7270130.
HSL color Cylindrical-coordinate representation of color #F2EE6E: hue angle of 58.18º 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 #F2EE6E is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 110 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.05 |
| HSL | 58.18º | 0.84% | 0.69% | - |
| HSV(B) | 58.18º | 0.55% | 0.95% | - |
| XYZ | 70.01 | 81.15 | 26.73 | - |
| YUV | 224.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 110 | 0 | 0.02 | 0.55 | 0.05 | 58.18 | 0.84 | 0.69 |
| Hex | F2 | EE | 6E | 0 | 2 | 37 | 5 | 3A | 54 | 45 |
| Octal | 362 | 356 | 156 | 0 | 2 | 67 | 5 | 72 | 124 | 105 |
| Binary | 11110010 | 11101110 | 1101110 | 0 | 10 | 110111 | 101 | 111010 | 1010100 | 1000101 |
Color Harmonies of #F2EE6E
Complementary color
Monochromatic Colors of #F2EE6E
Black with #F2EE6E
Text Example
Text Example
White with #F2EE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE6E; }
p { color: rgb(242,238,110); }
H1.HeaderClassName
{
color: #F2EE6E;
}
.AnyTagClassName
{
color: #F2EE6E;
}
</style>
background-color css
<style>
a { background-color: #F2EE6E; }
a { background-color: rgb(242,238,110); }
div.DivClassName
{
background-color: #F2EE6E;
}
.BgClassName
{
background-color: #F2EE6E;
}
</style>
border-color css
<style>
span { border-color: #F2EE6E; }
span { border-color: rgb(242,238,110); }
td.TdClassName
{
border-color: #F2EE6E;
}
.TagClassName
{
border-color: #F2EE6E;
}
</style>