Shades of Dolly #F6EC6A
Tints of Dolly #F6EC6A
RGB
CMYK
RGB Variations
Color information
#F6EC6A (or 0xF6EC6A) is known color: Dolly. HEX triplet: F6, EC and 6A. RGB value is (246,236,106). Sum of RGB (Red+Green+Blue) = 246+236+106=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 106 (41.80% from 255 or 18.03% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6EC6A is #091395. Grayscale: #E0E0E0. Windows color (decimal): -594838 or 7007478. OLE color: 7007478.
HSL color Cylindrical-coordinate representation of color #F6EC6A: hue angle of 55.71º degrees, saturation: 0.89, 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 #F6EC6A is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 106 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.04 |
| HSL | 55.71º | 0.89% | 0.69% | - |
| HSV(B) | 55.71º | 0.57% | 0.96% | - |
| XYZ | 70.6 | 80.62 | 25.48 | - |
| YUV | 224.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 106 | 0 | 0.04 | 0.57 | 0.04 | 55.71 | 0.89 | 0.69 |
| Hex | F6 | EC | 6A | 0 | 4 | 39 | 4 | 38 | 59 | 45 |
| Octal | 366 | 354 | 152 | 0 | 4 | 71 | 4 | 70 | 131 | 105 |
| Binary | 11110110 | 11101100 | 1101010 | 0 | 100 | 111001 | 100 | 111000 | 1011001 | 1000101 |
Color Harmonies of #F6EC6A
Complementary color
Monochromatic Colors of #F6EC6A
Black with #F6EC6A
Text Example
Text Example
White with #F6EC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC6A; }
p { color: rgb(246,236,106); }
H1.HeaderClassName
{
color: #F6EC6A;
}
.AnyTagClassName
{
color: #F6EC6A;
}
</style>
background-color css
<style>
a { background-color: #F6EC6A; }
a { background-color: rgb(246,236,106); }
div.DivClassName
{
background-color: #F6EC6A;
}
.BgClassName
{
background-color: #F6EC6A;
}
</style>
border-color css
<style>
span { border-color: #F6EC6A; }
span { border-color: rgb(246,236,106); }
td.TdClassName
{
border-color: #F6EC6A;
}
.TagClassName
{
border-color: #F6EC6A;
}
</style>