Shades of Dolly #F0EA6D
Tints of Dolly #F0EA6D
RGB
CMYK
RGB Variations
Color information
#F0EA6D (or 0xF0EA6D) is known color: Dolly. HEX triplet: F0, EA and 6D. RGB value is (240,234,109). Sum of RGB (Red+Green+Blue) = 240+234+109=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 109 (42.97% from 255 or 18.70% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EA6D is #0F1592. Grayscale: #DEDEDE. Windows color (decimal): -988563 or 7203568. OLE color: 7203568.
HSL color Cylindrical-coordinate representation of color #F0EA6D: hue angle of 57.25º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0EA6D is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 109 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.06 |
| HSL | 57.25º | 0.81% | 0.68% | - |
| HSV(B) | 57.25º | 0.55% | 0.94% | - |
| XYZ | 68.12 | 78.48 | 26.02 | - |
| YUV | 221.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 109 | 0 | 0.02 | 0.55 | 0.06 | 57.25 | 0.81 | 0.68 |
| Hex | F0 | EA | 6D | 0 | 2 | 37 | 6 | 39 | 51 | 44 |
| Octal | 360 | 352 | 155 | 0 | 2 | 67 | 6 | 71 | 121 | 104 |
| Binary | 11110000 | 11101010 | 1101101 | 0 | 10 | 110111 | 110 | 111001 | 1010001 | 1000100 |
Color Harmonies of #F0EA6D
Complementary color
Monochromatic Colors of #F0EA6D
Black with #F0EA6D
Text Example
Text Example
White with #F0EA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EA6D; }
p { color: rgb(240,234,109); }
H1.HeaderClassName
{
color: #F0EA6D;
}
.AnyTagClassName
{
color: #F0EA6D;
}
</style>
background-color css
<style>
a { background-color: #F0EA6D; }
a { background-color: rgb(240,234,109); }
div.DivClassName
{
background-color: #F0EA6D;
}
.BgClassName
{
background-color: #F0EA6D;
}
</style>
border-color css
<style>
span { border-color: #F0EA6D; }
span { border-color: rgb(240,234,109); }
td.TdClassName
{
border-color: #F0EA6D;
}
.TagClassName
{
border-color: #F0EA6D;
}
</style>