Shades of Dolly #F2EC74
Tints of Dolly #F2EC74
RGB
CMYK
RGB Variations
Color information
#F2EC74 (or 0xF2EC74) is known color: Dolly. HEX triplet: F2, EC and 74. RGB value is (242,236,116). Sum of RGB (Red+Green+Blue) = 242+236+116=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 116 (45.70% from 255 or 19.53% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC74 is #0D138B. Grayscale: #E0E0E0. Windows color (decimal): -856972 or 7662834. OLE color: 7662834.
HSL color Cylindrical-coordinate representation of color #F2EC74: hue angle of 57.14º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2EC74 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 116 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.05 |
| HSL | 57.14º | 0.83% | 0.7% | - |
| HSV(B) | 57.14º | 0.52% | 0.95% | - |
| XYZ | 69.77 | 80.13 | 28.31 | - |
| YUV | 224.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 116 | 0 | 0.02 | 0.52 | 0.05 | 57.14 | 0.83 | 0.7 |
| Hex | F2 | EC | 74 | 0 | 2 | 34 | 5 | 39 | 53 | 46 |
| Octal | 362 | 354 | 164 | 0 | 2 | 64 | 5 | 71 | 123 | 106 |
| Binary | 11110010 | 11101100 | 1110100 | 0 | 10 | 110100 | 101 | 111001 | 1010011 | 1000110 |
Color Harmonies of #F2EC74
Complementary color
Monochromatic Colors of #F2EC74
Black with #F2EC74
Text Example
Text Example
White with #F2EC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC74; }
p { color: rgb(242,236,116); }
H1.HeaderClassName
{
color: #F2EC74;
}
.AnyTagClassName
{
color: #F2EC74;
}
</style>
background-color css
<style>
a { background-color: #F2EC74; }
a { background-color: rgb(242,236,116); }
div.DivClassName
{
background-color: #F2EC74;
}
.BgClassName
{
background-color: #F2EC74;
}
</style>
border-color css
<style>
span { border-color: #F2EC74; }
span { border-color: rgb(242,236,116); }
td.TdClassName
{
border-color: #F2EC74;
}
.TagClassName
{
border-color: #F2EC74;
}
</style>