Shades of Dolly #F1ED78
Tints of Dolly #F1ED78
RGB
CMYK
RGB Variations
Color information
#F1ED78 (or 0xF1ED78) is known color: Dolly. HEX triplet: F1, ED and 78. RGB value is (241,237,120). Sum of RGB (Red+Green+Blue) = 241+237+120=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 120 (47.27% from 255 or 20.07% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED78 is #0E1287. Grayscale: #E1E1E1. Windows color (decimal): -922248 or 7925233. OLE color: 7925233.
HSL color Cylindrical-coordinate representation of color #F1ED78: hue angle of 58.02º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F1ED78 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 120 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.05 |
| HSL | 58.02º | 0.81% | 0.71% | - |
| HSV(B) | 58.02º | 0.5% | 0.95% | - |
| XYZ | 69.95 | 80.63 | 29.64 | - |
| YUV | 224.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 120 | 0 | 0.02 | 0.50 | 0.05 | 58.02 | 0.81 | 0.71 |
| Hex | F1 | ED | 78 | 0 | 2 | 32 | 5 | 3A | 51 | 47 |
| Octal | 361 | 355 | 170 | 0 | 2 | 62 | 5 | 72 | 121 | 107 |
| Binary | 11110001 | 11101101 | 1111000 | 0 | 10 | 110010 | 101 | 111010 | 1010001 | 1000111 |
Color Harmonies of #F1ED78
Complementary color
Monochromatic Colors of #F1ED78
Black with #F1ED78
Text Example
Text Example
White with #F1ED78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED78; }
p { color: rgb(241,237,120); }
H1.HeaderClassName
{
color: #F1ED78;
}
.AnyTagClassName
{
color: #F1ED78;
}
</style>
background-color css
<style>
a { background-color: #F1ED78; }
a { background-color: rgb(241,237,120); }
div.DivClassName
{
background-color: #F1ED78;
}
.BgClassName
{
background-color: #F1ED78;
}
</style>
border-color css
<style>
span { border-color: #F1ED78; }
span { border-color: rgb(241,237,120); }
td.TdClassName
{
border-color: #F1ED78;
}
.TagClassName
{
border-color: #F1ED78;
}
</style>