Shades of Dolly #F0EE6A
Tints of Dolly #F0EE6A
RGB
CMYK
RGB Variations
Color information
#F0EE6A (or 0xF0EE6A) is known color: Dolly. HEX triplet: F0, EE and 6A. RGB value is (240,238,106). Sum of RGB (Red+Green+Blue) = 240+238+106=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 106 (41.80% from 255 or 18.15% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EE6A is #0F1195. Grayscale: #E0E0E0. Windows color (decimal): -987542 or 7007984. OLE color: 7007984.
HSL color Cylindrical-coordinate representation of color #F0EE6A: hue angle of 59.1º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0EE6A is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 106 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.06 |
| HSL | 59.1º | 0.82% | 0.68% | - |
| HSV(B) | 59.1º | 0.56% | 0.94% | - |
| XYZ | 69.11 | 80.71 | 25.57 | - |
| YUV | 223.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 106 | 0 | 0.01 | 0.56 | 0.06 | 59.1 | 0.82 | 0.68 |
| Hex | F0 | EE | 6A | 0 | 1 | 38 | 6 | 3B | 52 | 44 |
| Octal | 360 | 356 | 152 | 0 | 1 | 70 | 6 | 73 | 122 | 104 |
| Binary | 11110000 | 11101110 | 1101010 | 0 | 1 | 111000 | 110 | 111011 | 1010010 | 1000100 |
Color Harmonies of #F0EE6A
Complementary color
Monochromatic Colors of #F0EE6A
Black with #F0EE6A
Text Example
Text Example
White with #F0EE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EE6A; }
p { color: rgb(240,238,106); }
H1.HeaderClassName
{
color: #F0EE6A;
}
.AnyTagClassName
{
color: #F0EE6A;
}
</style>
background-color css
<style>
a { background-color: #F0EE6A; }
a { background-color: rgb(240,238,106); }
div.DivClassName
{
background-color: #F0EE6A;
}
.BgClassName
{
background-color: #F0EE6A;
}
</style>
border-color css
<style>
span { border-color: #F0EE6A; }
span { border-color: rgb(240,238,106); }
td.TdClassName
{
border-color: #F0EE6A;
}
.TagClassName
{
border-color: #F0EE6A;
}
</style>