Shades of Dolly #F5ED73
Tints of Dolly #F5ED73
RGB
CMYK
RGB Variations
Color information
#F5ED73 (or 0xF5ED73) is known color: Dolly. HEX triplet: F5, ED and 73. RGB value is (245,237,115). Sum of RGB (Red+Green+Blue) = 245+237+115=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 115 (45.31% from 255 or 19.26% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5ED73 is #0A128C. Grayscale: #E1E1E1. Windows color (decimal): -660109 or 7597557. OLE color: 7597557.
HSL color Cylindrical-coordinate representation of color #F5ED73: hue angle of 56.31º 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 #F5ED73 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 115 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.04 |
| HSL | 56.31º | 0.87% | 0.71% | - |
| HSV(B) | 56.31º | 0.53% | 0.96% | - |
| XYZ | 71.03 | 81.22 | 28.15 | - |
| YUV | 225.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 115 | 0 | 0.03 | 0.53 | 0.04 | 56.31 | 0.87 | 0.71 |
| Hex | F5 | ED | 73 | 0 | 3 | 35 | 4 | 38 | 57 | 47 |
| Octal | 365 | 355 | 163 | 0 | 3 | 65 | 4 | 70 | 127 | 107 |
| Binary | 11110101 | 11101101 | 1110011 | 0 | 11 | 110101 | 100 | 111000 | 1010111 | 1000111 |
Color Harmonies of #F5ED73
Complementary color
Monochromatic Colors of #F5ED73
Black with #F5ED73
Text Example
Text Example
White with #F5ED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED73; }
p { color: rgb(245,237,115); }
H1.HeaderClassName
{
color: #F5ED73;
}
.AnyTagClassName
{
color: #F5ED73;
}
</style>
background-color css
<style>
a { background-color: #F5ED73; }
a { background-color: rgb(245,237,115); }
div.DivClassName
{
background-color: #F5ED73;
}
.BgClassName
{
background-color: #F5ED73;
}
</style>
border-color css
<style>
span { border-color: #F5ED73; }
span { border-color: rgb(245,237,115); }
td.TdClassName
{
border-color: #F5ED73;
}
.TagClassName
{
border-color: #F5ED73;
}
</style>