Shades of Dolly #F2EC75
Tints of Dolly #F2EC75
RGB
CMYK
RGB Variations
Color information
#F2EC75 (or 0xF2EC75) is known color: Dolly. HEX triplet: F2, EC and 75. RGB value is (242,236,117). Sum of RGB (Red+Green+Blue) = 242+236+117=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC75 is #0D138A. Grayscale: #E0E0E0. Windows color (decimal): -856971 or 7728370. OLE color: 7728370.
HSL color Cylindrical-coordinate representation of color #F2EC75: hue angle of 57.12º 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 #F2EC75 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 117 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.05 |
| HSL | 57.12º | 0.83% | 0.7% | - |
| HSV(B) | 57.12º | 0.52% | 0.95% | - |
| XYZ | 69.82 | 80.15 | 28.62 | - |
| YUV | 224.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 117 | 0 | 0.02 | 0.52 | 0.05 | 57.12 | 0.83 | 0.7 |
| Hex | F2 | EC | 75 | 0 | 2 | 34 | 5 | 39 | 53 | 46 |
| Octal | 362 | 354 | 165 | 0 | 2 | 64 | 5 | 71 | 123 | 106 |
| Binary | 11110010 | 11101100 | 1110101 | 0 | 10 | 110100 | 101 | 111001 | 1010011 | 1000110 |
Color Harmonies of #F2EC75
Complementary color
Monochromatic Colors of #F2EC75
Black with #F2EC75
Text Example
Text Example
White with #F2EC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC75; }
p { color: rgb(242,236,117); }
H1.HeaderClassName
{
color: #F2EC75;
}
.AnyTagClassName
{
color: #F2EC75;
}
</style>
background-color css
<style>
a { background-color: #F2EC75; }
a { background-color: rgb(242,236,117); }
div.DivClassName
{
background-color: #F2EC75;
}
.BgClassName
{
background-color: #F2EC75;
}
</style>
border-color css
<style>
span { border-color: #F2EC75; }
span { border-color: rgb(242,236,117); }
td.TdClassName
{
border-color: #F2EC75;
}
.TagClassName
{
border-color: #F2EC75;
}
</style>