Shades of Dolly #F5ED69
Tints of Dolly #F5ED69
RGB
CMYK
RGB Variations
Color information
#F5ED69 (or 0xF5ED69) is known color: Dolly. HEX triplet: F5, ED and 69. RGB value is (245,237,105). Sum of RGB (Red+Green+Blue) = 245+237+105=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 105 (41.41% from 255 or 17.89% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5ED69 is #0A1296. Grayscale: #E0E0E0. Windows color (decimal): -660119 or 6942197. OLE color: 6942197.
HSL color Cylindrical-coordinate representation of color #F5ED69: hue angle of 56.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5ED69 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 105 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.04 |
| HSL | 56.57º | 0.88% | 0.69% | - |
| HSV(B) | 56.57º | 0.57% | 0.96% | - |
| XYZ | 70.49 | 81 | 25.28 | - |
| YUV | 224.34 | 60.65 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 105 | 0 | 0.03 | 0.57 | 0.04 | 56.57 | 0.88 | 0.69 |
| Hex | F5 | ED | 69 | 0 | 3 | 39 | 4 | 39 | 58 | 45 |
| Octal | 365 | 355 | 151 | 0 | 3 | 71 | 4 | 71 | 130 | 105 |
| Binary | 11110101 | 11101101 | 1101001 | 0 | 11 | 111001 | 100 | 111001 | 1011000 | 1000101 |
Color Harmonies of #F5ED69
Complementary color
Monochromatic Colors of #F5ED69
Black with #F5ED69
Text Example
Text Example
White with #F5ED69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED69; }
p { color: rgb(245,237,105); }
H1.HeaderClassName
{
color: #F5ED69;
}
.AnyTagClassName
{
color: #F5ED69;
}
</style>
background-color css
<style>
a { background-color: #F5ED69; }
a { background-color: rgb(245,237,105); }
div.DivClassName
{
background-color: #F5ED69;
}
.BgClassName
{
background-color: #F5ED69;
}
</style>
border-color css
<style>
span { border-color: #F5ED69; }
span { border-color: rgb(245,237,105); }
td.TdClassName
{
border-color: #F5ED69;
}
.TagClassName
{
border-color: #F5ED69;
}
</style>