Shades of Dolly #F5EC71
Tints of Dolly #F5EC71
RGB
CMYK
RGB Variations
Color information
#F5EC71 (or 0xF5EC71) is known color: Dolly. HEX triplet: F5, EC and 71. RGB value is (245,236,113). Sum of RGB (Red+Green+Blue) = 245+236+113=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 113 (44.53% from 255 or 19.02% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EC71 is #0A138E. Grayscale: #E1E1E1. Windows color (decimal): -660367 or 7466229. OLE color: 7466229.
HSL color Cylindrical-coordinate representation of color #F5EC71: hue angle of 55.91º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5EC71 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 113 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.04 |
| HSL | 55.91º | 0.87% | 0.7% | - |
| HSV(B) | 55.91º | 0.54% | 0.96% | - |
| XYZ | 70.63 | 80.6 | 27.46 | - |
| YUV | 224.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 113 | 0 | 0.04 | 0.54 | 0.04 | 55.91 | 0.87 | 0.7 |
| Hex | F5 | EC | 71 | 0 | 4 | 36 | 4 | 38 | 57 | 46 |
| Octal | 365 | 354 | 161 | 0 | 4 | 66 | 4 | 70 | 127 | 106 |
| Binary | 11110101 | 11101100 | 1110001 | 0 | 100 | 110110 | 100 | 111000 | 1010111 | 1000110 |
Color Harmonies of #F5EC71
Complementary color
Monochromatic Colors of #F5EC71
Black with #F5EC71
Text Example
Text Example
White with #F5EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC71; }
p { color: rgb(245,236,113); }
H1.HeaderClassName
{
color: #F5EC71;
}
.AnyTagClassName
{
color: #F5EC71;
}
</style>
background-color css
<style>
a { background-color: #F5EC71; }
a { background-color: rgb(245,236,113); }
div.DivClassName
{
background-color: #F5EC71;
}
.BgClassName
{
background-color: #F5EC71;
}
</style>
border-color css
<style>
span { border-color: #F5EC71; }
span { border-color: rgb(245,236,113); }
td.TdClassName
{
border-color: #F5EC71;
}
.TagClassName
{
border-color: #F5EC71;
}
</style>