Shades of Dolly #F5E76C
Tints of Dolly #F5E76C
RGB
CMYK
RGB Variations
Color information
#F5E76C (or 0xF5E76C) is known color: Dolly. HEX triplet: F5, E7 and 6C. RGB value is (245,231,108). Sum of RGB (Red+Green+Blue) = 245+231+108=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 108 (42.58% from 255 or 18.49% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E76C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E76C is #0A1893. Grayscale: #DDDDDD. Windows color (decimal): -661652 or 7137269. OLE color: 7137269.
HSL color Cylindrical-coordinate representation of color #F5E76C: hue angle of 53.87º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5E76C is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 108 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.04 |
| HSL | 53.87º | 0.87% | 0.69% | - |
| HSV(B) | 53.87º | 0.56% | 0.96% | - |
| XYZ | 68.94 | 77.65 | 25.54 | - |
| YUV | 221.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 108 | 0 | 0.06 | 0.56 | 0.04 | 53.87 | 0.87 | 0.69 |
| Hex | F5 | E7 | 6C | 0 | 6 | 38 | 4 | 36 | 57 | 45 |
| Octal | 365 | 347 | 154 | 0 | 6 | 70 | 4 | 66 | 127 | 105 |
| Binary | 11110101 | 11100111 | 1101100 | 0 | 110 | 111000 | 100 | 110110 | 1010111 | 1000101 |
Color Harmonies of #F5E76C
Complementary color
Monochromatic Colors of #F5E76C
Black with #F5E76C
Text Example
Text Example
White with #F5E76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E76C; }
p { color: rgb(245,231,108); }
H1.HeaderClassName
{
color: #F5E76C;
}
.AnyTagClassName
{
color: #F5E76C;
}
</style>
background-color css
<style>
a { background-color: #F5E76C; }
a { background-color: rgb(245,231,108); }
div.DivClassName
{
background-color: #F5E76C;
}
.BgClassName
{
background-color: #F5E76C;
}
</style>
border-color css
<style>
span { border-color: #F5E76C; }
span { border-color: rgb(245,231,108); }
td.TdClassName
{
border-color: #F5E76C;
}
.TagClassName
{
border-color: #F5E76C;
}
</style>