Shades of Dolly #F7ED6B
Tints of Dolly #F7ED6B
RGB
CMYK
RGB Variations
Color information
#F7ED6B (or 0xF7ED6B) is known color: Dolly. HEX triplet: F7, ED and 6B. RGB value is (247,237,107). Sum of RGB (Red+Green+Blue) = 247+237+107=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 107 (42.19% from 255 or 18.10% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7ED6B is #081294. Grayscale: #E1E1E1. Windows color (decimal): -529045 or 7073271. OLE color: 7073271.
HSL color Cylindrical-coordinate representation of color #F7ED6B: hue angle of 55.71º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7ED6B is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 107 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.03 |
| HSL | 55.71º | 0.9% | 0.69% | - |
| HSV(B) | 55.71º | 0.57% | 0.97% | - |
| XYZ | 71.3 | 81.4 | 25.86 | - |
| YUV | 225.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 107 | 0 | 0.04 | 0.57 | 0.03 | 55.71 | 0.9 | 0.69 |
| Hex | F7 | ED | 6B | 0 | 4 | 39 | 3 | 38 | 5A | 45 |
| Octal | 367 | 355 | 153 | 0 | 4 | 71 | 3 | 70 | 132 | 105 |
| Binary | 11110111 | 11101101 | 1101011 | 0 | 100 | 111001 | 11 | 111000 | 1011010 | 1000101 |
Color Harmonies of #F7ED6B
Complementary color
Monochromatic Colors of #F7ED6B
Black with #F7ED6B
Text Example
Text Example
White with #F7ED6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ED6B; }
p { color: rgb(247,237,107); }
H1.HeaderClassName
{
color: #F7ED6B;
}
.AnyTagClassName
{
color: #F7ED6B;
}
</style>
background-color css
<style>
a { background-color: #F7ED6B; }
a { background-color: rgb(247,237,107); }
div.DivClassName
{
background-color: #F7ED6B;
}
.BgClassName
{
background-color: #F7ED6B;
}
</style>
border-color css
<style>
span { border-color: #F7ED6B; }
span { border-color: rgb(247,237,107); }
td.TdClassName
{
border-color: #F7ED6B;
}
.TagClassName
{
border-color: #F7ED6B;
}
</style>