Shades of Dolly #F1ED70
Tints of Dolly #F1ED70
RGB
CMYK
RGB Variations
Color information
#F1ED70 (or 0xF1ED70) is known color: Dolly. HEX triplet: F1, ED and 70. RGB value is (241,237,112). Sum of RGB (Red+Green+Blue) = 241+237+112=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 112 (44.14% from 255 or 18.98% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED70 is #0E128F. Grayscale: #E0E0E0. Windows color (decimal): -922256 or 7400945. OLE color: 7400945.
HSL color Cylindrical-coordinate representation of color #F1ED70: hue angle of 58.14º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1ED70 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 112 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.05 |
| HSL | 58.14º | 0.82% | 0.69% | - |
| HSV(B) | 58.14º | 0.54% | 0.95% | - |
| XYZ | 69.48 | 80.44 | 27.19 | - |
| YUV | 223.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 112 | 0 | 0.02 | 0.54 | 0.05 | 58.14 | 0.82 | 0.69 |
| Hex | F1 | ED | 70 | 0 | 2 | 36 | 5 | 3A | 52 | 45 |
| Octal | 361 | 355 | 160 | 0 | 2 | 66 | 5 | 72 | 122 | 105 |
| Binary | 11110001 | 11101101 | 1110000 | 0 | 10 | 110110 | 101 | 111010 | 1010010 | 1000101 |
Color Harmonies of #F1ED70
Complementary color
Monochromatic Colors of #F1ED70
Black with #F1ED70
Text Example
Text Example
White with #F1ED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED70; }
p { color: rgb(241,237,112); }
H1.HeaderClassName
{
color: #F1ED70;
}
.AnyTagClassName
{
color: #F1ED70;
}
</style>
background-color css
<style>
a { background-color: #F1ED70; }
a { background-color: rgb(241,237,112); }
div.DivClassName
{
background-color: #F1ED70;
}
.BgClassName
{
background-color: #F1ED70;
}
</style>
border-color css
<style>
span { border-color: #F1ED70; }
span { border-color: rgb(241,237,112); }
td.TdClassName
{
border-color: #F1ED70;
}
.TagClassName
{
border-color: #F1ED70;
}
</style>