Shades of Dolly #F1EF6D
Tints of Dolly #F1EF6D
RGB
CMYK
RGB Variations
Color information
#F1EF6D (or 0xF1EF6D) is known color: Dolly. HEX triplet: F1, EF and 6D. RGB value is (241,239,109). Sum of RGB (Red+Green+Blue) = 241+239+109=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 109 (42.97% from 255 or 18.51% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EF6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EF6D is #0E1092. Grayscale: #E1E1E1. Windows color (decimal): -921747 or 7204849. OLE color: 7204849.
HSL color Cylindrical-coordinate representation of color #F1EF6D: hue angle of 59.09º 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 #F1EF6D is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 109 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.05 |
| HSL | 59.09º | 0.83% | 0.69% | - |
| HSV(B) | 59.09º | 0.55% | 0.95% | - |
| XYZ | 69.9 | 81.54 | 26.52 | - |
| YUV | 224.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 109 | 0 | 0.01 | 0.55 | 0.05 | 59.09 | 0.83 | 0.69 |
| Hex | F1 | EF | 6D | 0 | 1 | 37 | 5 | 3B | 52 | 45 |
| Octal | 361 | 357 | 155 | 0 | 1 | 67 | 5 | 73 | 122 | 105 |
| Binary | 11110001 | 11101111 | 1101101 | 0 | 1 | 110111 | 101 | 111011 | 1010010 | 1000101 |
Color Harmonies of #F1EF6D
Complementary color
Monochromatic Colors of #F1EF6D
Black with #F1EF6D
Text Example
Text Example
White with #F1EF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EF6D; }
p { color: rgb(241,239,109); }
H1.HeaderClassName
{
color: #F1EF6D;
}
.AnyTagClassName
{
color: #F1EF6D;
}
</style>
background-color css
<style>
a { background-color: #F1EF6D; }
a { background-color: rgb(241,239,109); }
div.DivClassName
{
background-color: #F1EF6D;
}
.BgClassName
{
background-color: #F1EF6D;
}
</style>
border-color css
<style>
span { border-color: #F1EF6D; }
span { border-color: rgb(241,239,109); }
td.TdClassName
{
border-color: #F1EF6D;
}
.TagClassName
{
border-color: #F1EF6D;
}
</style>