Shades of Dolly #F1EE6D
Tints of Dolly #F1EE6D
RGB
CMYK
RGB Variations
Color information
#F1EE6D (or 0xF1EE6D) is known color: Dolly. HEX triplet: F1, EE and 6D. RGB value is (241,238,109). Sum of RGB (Red+Green+Blue) = 241+238+109=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 109 (42.97% from 255 or 18.54% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EE6D is #0E1192. Grayscale: #E0E0E0. Windows color (decimal): -922003 or 7204593. OLE color: 7204593.
HSL color Cylindrical-coordinate representation of color #F1EE6D: hue angle of 58.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1EE6D is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 109 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.05 |
| HSL | 58.64º | 0.83% | 0.69% | - |
| HSV(B) | 58.64º | 0.55% | 0.95% | - |
| XYZ | 69.61 | 80.95 | 26.42 | - |
| YUV | 224.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 109 | 0 | 0.01 | 0.55 | 0.05 | 58.64 | 0.83 | 0.69 |
| Hex | F1 | EE | 6D | 0 | 1 | 37 | 5 | 3B | 52 | 45 |
| Octal | 361 | 356 | 155 | 0 | 1 | 67 | 5 | 73 | 122 | 105 |
| Binary | 11110001 | 11101110 | 1101101 | 0 | 1 | 110111 | 101 | 111011 | 1010010 | 1000101 |
Color Harmonies of #F1EE6D
Complementary color
Monochromatic Colors of #F1EE6D
Black with #F1EE6D
Text Example
Text Example
White with #F1EE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE6D; }
p { color: rgb(241,238,109); }
H1.HeaderClassName
{
color: #F1EE6D;
}
.AnyTagClassName
{
color: #F1EE6D;
}
</style>
background-color css
<style>
a { background-color: #F1EE6D; }
a { background-color: rgb(241,238,109); }
div.DivClassName
{
background-color: #F1EE6D;
}
.BgClassName
{
background-color: #F1EE6D;
}
</style>
border-color css
<style>
span { border-color: #F1EE6D; }
span { border-color: rgb(241,238,109); }
td.TdClassName
{
border-color: #F1EE6D;
}
.TagClassName
{
border-color: #F1EE6D;
}
</style>