Shades of Dolly #F2EE75
Tints of Dolly #F2EE75
RGB
CMYK
RGB Variations
Color information
#F2EE75 (or 0xF2EE75) is known color: Dolly. HEX triplet: F2, EE and 75. RGB value is (242,238,117). Sum of RGB (Red+Green+Blue) = 242+238+117=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 117 (46.09% from 255 or 19.60% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE75 is #0D118A. Grayscale: #E1E1E1. Windows color (decimal): -856459 or 7728882. OLE color: 7728882.
HSL color Cylindrical-coordinate representation of color #F2EE75: hue angle of 58.08º 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 #F2EE75 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 117 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.05 |
| HSL | 58.08º | 0.83% | 0.7% | - |
| HSV(B) | 58.08º | 0.52% | 0.95% | - |
| XYZ | 70.4 | 81.31 | 28.81 | - |
| YUV | 225.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 117 | 0 | 0.02 | 0.52 | 0.05 | 58.08 | 0.83 | 0.7 |
| Hex | F2 | EE | 75 | 0 | 2 | 34 | 5 | 3A | 53 | 46 |
| Octal | 362 | 356 | 165 | 0 | 2 | 64 | 5 | 72 | 123 | 106 |
| Binary | 11110010 | 11101110 | 1110101 | 0 | 10 | 110100 | 101 | 111010 | 1010011 | 1000110 |
Color Harmonies of #F2EE75
Complementary color
Monochromatic Colors of #F2EE75
Black with #F2EE75
Text Example
Text Example
White with #F2EE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE75; }
p { color: rgb(242,238,117); }
H1.HeaderClassName
{
color: #F2EE75;
}
.AnyTagClassName
{
color: #F2EE75;
}
</style>
background-color css
<style>
a { background-color: #F2EE75; }
a { background-color: rgb(242,238,117); }
div.DivClassName
{
background-color: #F2EE75;
}
.BgClassName
{
background-color: #F2EE75;
}
</style>
border-color css
<style>
span { border-color: #F2EE75; }
span { border-color: rgb(242,238,117); }
td.TdClassName
{
border-color: #F2EE75;
}
.TagClassName
{
border-color: #F2EE75;
}
</style>