Shades of Dolly #F1EE73
Tints of Dolly #F1EE73
RGB
CMYK
RGB Variations
Color information
#F1EE73 (or 0xF1EE73) is known color: Dolly. HEX triplet: F1, EE and 73. RGB value is (241,238,115). Sum of RGB (Red+Green+Blue) = 241+238+115=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 115 (45.31% from 255 or 19.36% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EE73 is #0E118C. Grayscale: #E1E1E1. Windows color (decimal): -921997 or 7597809. OLE color: 7597809.
HSL color Cylindrical-coordinate representation of color #F1EE73: hue angle of 58.57º degrees, saturation: 0.82, 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 #F1EE73 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 115 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.05 |
| HSL | 58.57º | 0.82% | 0.7% | - |
| HSV(B) | 58.57º | 0.52% | 0.95% | - |
| XYZ | 69.94 | 81.09 | 28.18 | - |
| YUV | 224.88 | 65.99 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 115 | 0 | 0.01 | 0.52 | 0.05 | 58.57 | 0.82 | 0.7 |
| Hex | F1 | EE | 73 | 0 | 1 | 34 | 5 | 3B | 52 | 46 |
| Octal | 361 | 356 | 163 | 0 | 1 | 64 | 5 | 73 | 122 | 106 |
| Binary | 11110001 | 11101110 | 1110011 | 0 | 1 | 110100 | 101 | 111011 | 1010010 | 1000110 |
Color Harmonies of #F1EE73
Complementary color
Monochromatic Colors of #F1EE73
Black with #F1EE73
Text Example
Text Example
White with #F1EE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE73; }
p { color: rgb(241,238,115); }
H1.HeaderClassName
{
color: #F1EE73;
}
.AnyTagClassName
{
color: #F1EE73;
}
</style>
background-color css
<style>
a { background-color: #F1EE73; }
a { background-color: rgb(241,238,115); }
div.DivClassName
{
background-color: #F1EE73;
}
.BgClassName
{
background-color: #F1EE73;
}
</style>
border-color css
<style>
span { border-color: #F1EE73; }
span { border-color: rgb(241,238,115); }
td.TdClassName
{
border-color: #F1EE73;
}
.TagClassName
{
border-color: #F1EE73;
}
</style>