Shades of Dolly #F1ED73
Tints of Dolly #F1ED73
RGB
CMYK
RGB Variations
Color information
#F1ED73 (or 0xF1ED73) is known color: Dolly. HEX triplet: F1, ED and 73. RGB value is (241,237,115). Sum of RGB (Red+Green+Blue) = 241+237+115=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 115 (45.31% from 255 or 19.39% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED73 is #0E128C. Grayscale: #E0E0E0. Windows color (decimal): -922253 or 7597553. OLE color: 7597553.
HSL color Cylindrical-coordinate representation of color #F1ED73: hue angle of 58.1º 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 #F1ED73 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 115 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.05 |
| HSL | 58.1º | 0.82% | 0.7% | - |
| HSV(B) | 58.1º | 0.52% | 0.95% | - |
| XYZ | 69.65 | 80.51 | 28.09 | - |
| YUV | 224.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 115 | 0 | 0.02 | 0.52 | 0.05 | 58.1 | 0.82 | 0.7 |
| Hex | F1 | ED | 73 | 0 | 2 | 34 | 5 | 3A | 52 | 46 |
| Octal | 361 | 355 | 163 | 0 | 2 | 64 | 5 | 72 | 122 | 106 |
| Binary | 11110001 | 11101101 | 1110011 | 0 | 10 | 110100 | 101 | 111010 | 1010010 | 1000110 |
Color Harmonies of #F1ED73
Complementary color
Monochromatic Colors of #F1ED73
Black with #F1ED73
Text Example
Text Example
White with #F1ED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED73; }
p { color: rgb(241,237,115); }
H1.HeaderClassName
{
color: #F1ED73;
}
.AnyTagClassName
{
color: #F1ED73;
}
</style>
background-color css
<style>
a { background-color: #F1ED73; }
a { background-color: rgb(241,237,115); }
div.DivClassName
{
background-color: #F1ED73;
}
.BgClassName
{
background-color: #F1ED73;
}
</style>
border-color css
<style>
span { border-color: #F1ED73; }
span { border-color: rgb(241,237,115); }
td.TdClassName
{
border-color: #F1ED73;
}
.TagClassName
{
border-color: #F1ED73;
}
</style>