Shades of Dolly #F1ED74
Tints of Dolly #F1ED74
RGB
CMYK
RGB Variations
Color information
#F1ED74 (or 0xF1ED74) is known color: Dolly. HEX triplet: F1, ED and 74. RGB value is (241,237,116). Sum of RGB (Red+Green+Blue) = 241+237+116=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 116 (45.70% from 255 or 19.53% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED74 is #0E128B. Grayscale: #E0E0E0. Windows color (decimal): -922252 or 7663089. OLE color: 7663089.
HSL color Cylindrical-coordinate representation of color #F1ED74: hue angle of 58.08º 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 #F1ED74 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 116 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.05 |
| HSL | 58.08º | 0.82% | 0.7% | - |
| HSV(B) | 58.08º | 0.52% | 0.95% | - |
| XYZ | 69.71 | 80.53 | 28.39 | - |
| YUV | 224.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 116 | 0 | 0.02 | 0.52 | 0.05 | 58.08 | 0.82 | 0.7 |
| Hex | F1 | ED | 74 | 0 | 2 | 34 | 5 | 3A | 52 | 46 |
| Octal | 361 | 355 | 164 | 0 | 2 | 64 | 5 | 72 | 122 | 106 |
| Binary | 11110001 | 11101101 | 1110100 | 0 | 10 | 110100 | 101 | 111010 | 1010010 | 1000110 |
Color Harmonies of #F1ED74
Complementary color
Monochromatic Colors of #F1ED74
Black with #F1ED74
Text Example
Text Example
White with #F1ED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED74; }
p { color: rgb(241,237,116); }
H1.HeaderClassName
{
color: #F1ED74;
}
.AnyTagClassName
{
color: #F1ED74;
}
</style>
background-color css
<style>
a { background-color: #F1ED74; }
a { background-color: rgb(241,237,116); }
div.DivClassName
{
background-color: #F1ED74;
}
.BgClassName
{
background-color: #F1ED74;
}
</style>
border-color css
<style>
span { border-color: #F1ED74; }
span { border-color: rgb(241,237,116); }
td.TdClassName
{
border-color: #F1ED74;
}
.TagClassName
{
border-color: #F1ED74;
}
</style>