Shades of Dolly #F5EC74
Tints of Dolly #F5EC74
RGB
CMYK
RGB Variations
Color information
#F5EC74 (or 0xF5EC74) is known color: Dolly. HEX triplet: F5, EC and 74. RGB value is (245,236,116). Sum of RGB (Red+Green+Blue) = 245+236+116=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 116 (45.70% from 255 or 19.43% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EC74 is #0A138B. Grayscale: #E1E1E1. Windows color (decimal): -660364 or 7662837. OLE color: 7662837.
HSL color Cylindrical-coordinate representation of color #F5EC74: hue angle of 55.81º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5EC74 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 116 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.04 |
| HSL | 55.81º | 0.87% | 0.71% | - |
| HSV(B) | 55.81º | 0.53% | 0.96% | - |
| XYZ | 70.8 | 80.66 | 28.36 | - |
| YUV | 225.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 116 | 0 | 0.04 | 0.53 | 0.04 | 55.81 | 0.87 | 0.71 |
| Hex | F5 | EC | 74 | 0 | 4 | 35 | 4 | 38 | 57 | 47 |
| Octal | 365 | 354 | 164 | 0 | 4 | 65 | 4 | 70 | 127 | 107 |
| Binary | 11110101 | 11101100 | 1110100 | 0 | 100 | 110101 | 100 | 111000 | 1010111 | 1000111 |
Color Harmonies of #F5EC74
Complementary color
Monochromatic Colors of #F5EC74
Black with #F5EC74
Text Example
Text Example
White with #F5EC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC74; }
p { color: rgb(245,236,116); }
H1.HeaderClassName
{
color: #F5EC74;
}
.AnyTagClassName
{
color: #F5EC74;
}
</style>
background-color css
<style>
a { background-color: #F5EC74; }
a { background-color: rgb(245,236,116); }
div.DivClassName
{
background-color: #F5EC74;
}
.BgClassName
{
background-color: #F5EC74;
}
</style>
border-color css
<style>
span { border-color: #F5EC74; }
span { border-color: rgb(245,236,116); }
td.TdClassName
{
border-color: #F5EC74;
}
.TagClassName
{
border-color: #F5EC74;
}
</style>