Shades of Dolly #F1EE74
Tints of Dolly #F1EE74
RGB
CMYK
RGB Variations
Color information
#F1EE74 (or 0xF1EE74) is known color: Dolly. HEX triplet: F1, EE and 74. RGB value is (241,238,116). Sum of RGB (Red+Green+Blue) = 241+238+116=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 116 (45.70% from 255 or 19.50% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EE74 is #0E118B. Grayscale: #E1E1E1. Windows color (decimal): -921996 or 7663345. OLE color: 7663345.
HSL color Cylindrical-coordinate representation of color #F1EE74: hue angle of 58.56º 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 #F1EE74 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 116 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.05 |
| HSL | 58.56º | 0.82% | 0.7% | - |
| HSV(B) | 58.56º | 0.52% | 0.95% | - |
| XYZ | 70 | 81.11 | 28.49 | - |
| YUV | 224.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 116 | 0 | 0.01 | 0.52 | 0.05 | 58.56 | 0.82 | 0.7 |
| Hex | F1 | EE | 74 | 0 | 1 | 34 | 5 | 3B | 52 | 46 |
| Octal | 361 | 356 | 164 | 0 | 1 | 64 | 5 | 73 | 122 | 106 |
| Binary | 11110001 | 11101110 | 1110100 | 0 | 1 | 110100 | 101 | 111011 | 1010010 | 1000110 |
Color Harmonies of #F1EE74
Complementary color
Monochromatic Colors of #F1EE74
Black with #F1EE74
Text Example
Text Example
White with #F1EE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE74; }
p { color: rgb(241,238,116); }
H1.HeaderClassName
{
color: #F1EE74;
}
.AnyTagClassName
{
color: #F1EE74;
}
</style>
background-color css
<style>
a { background-color: #F1EE74; }
a { background-color: rgb(241,238,116); }
div.DivClassName
{
background-color: #F1EE74;
}
.BgClassName
{
background-color: #F1EE74;
}
</style>
border-color css
<style>
span { border-color: #F1EE74; }
span { border-color: rgb(241,238,116); }
td.TdClassName
{
border-color: #F1EE74;
}
.TagClassName
{
border-color: #F1EE74;
}
</style>