Shades of Dolly #F2EC6E
Tints of Dolly #F2EC6E
RGB
CMYK
RGB Variations
Color information
#F2EC6E (or 0xF2EC6E) is known color: Dolly. HEX triplet: F2, EC and 6E. RGB value is (242,236,110). Sum of RGB (Red+Green+Blue) = 242+236+110=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 110 (43.36% from 255 or 18.71% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC6E is #0D1391. Grayscale: #DFDFDF. Windows color (decimal): -856978 or 7269618. OLE color: 7269618.
HSL color Cylindrical-coordinate representation of color #F2EC6E: hue angle of 57.27º 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 #F2EC6E is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 110 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.05 |
| HSL | 57.27º | 0.84% | 0.69% | - |
| HSV(B) | 57.27º | 0.55% | 0.95% | - |
| XYZ | 69.43 | 79.99 | 26.53 | - |
| YUV | 223.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 110 | 0 | 0.02 | 0.55 | 0.05 | 57.27 | 0.84 | 0.69 |
| Hex | F2 | EC | 6E | 0 | 2 | 37 | 5 | 39 | 54 | 45 |
| Octal | 362 | 354 | 156 | 0 | 2 | 67 | 5 | 71 | 124 | 105 |
| Binary | 11110010 | 11101100 | 1101110 | 0 | 10 | 110111 | 101 | 111001 | 1010100 | 1000101 |
Color Harmonies of #F2EC6E
Complementary color
Monochromatic Colors of #F2EC6E
Black with #F2EC6E
Text Example
Text Example
White with #F2EC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC6E; }
p { color: rgb(242,236,110); }
H1.HeaderClassName
{
color: #F2EC6E;
}
.AnyTagClassName
{
color: #F2EC6E;
}
</style>
background-color css
<style>
a { background-color: #F2EC6E; }
a { background-color: rgb(242,236,110); }
div.DivClassName
{
background-color: #F2EC6E;
}
.BgClassName
{
background-color: #F2EC6E;
}
</style>
border-color css
<style>
span { border-color: #F2EC6E; }
span { border-color: rgb(242,236,110); }
td.TdClassName
{
border-color: #F2EC6E;
}
.TagClassName
{
border-color: #F2EC6E;
}
</style>