Shades of Dolly #F0EB70
Tints of Dolly #F0EB70
RGB
CMYK
RGB Variations
Color information
#F0EB70 (or 0xF0EB70) is known color: Dolly. HEX triplet: F0, EB and 70. RGB value is (240,235,112). Sum of RGB (Red+Green+Blue) = 240+235+112=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EB70 is #0F148F. Grayscale: #DEDEDE. Windows color (decimal): -988304 or 7400432. OLE color: 7400432.
HSL color Cylindrical-coordinate representation of color #F0EB70: hue angle of 57.66º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0EB70 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 235 | 112 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.06 |
| HSL | 57.66º | 0.81% | 0.69% | - |
| HSV(B) | 57.66º | 0.53% | 0.94% | - |
| XYZ | 68.57 | 79.11 | 26.99 | - |
| YUV | 222.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 235 | 112 | 0 | 0.02 | 0.53 | 0.06 | 57.66 | 0.81 | 0.69 |
| Hex | F0 | EB | 70 | 0 | 2 | 35 | 6 | 3A | 51 | 45 |
| Octal | 360 | 353 | 160 | 0 | 2 | 65 | 6 | 72 | 121 | 105 |
| Binary | 11110000 | 11101011 | 1110000 | 0 | 10 | 110101 | 110 | 111010 | 1010001 | 1000101 |
Color Harmonies of #F0EB70
Complementary color
Monochromatic Colors of #F0EB70
Black with #F0EB70
Text Example
Text Example
White with #F0EB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EB70; }
p { color: rgb(240,235,112); }
H1.HeaderClassName
{
color: #F0EB70;
}
.AnyTagClassName
{
color: #F0EB70;
}
</style>
background-color css
<style>
a { background-color: #F0EB70; }
a { background-color: rgb(240,235,112); }
div.DivClassName
{
background-color: #F0EB70;
}
.BgClassName
{
background-color: #F0EB70;
}
</style>
border-color css
<style>
span { border-color: #F0EB70; }
span { border-color: rgb(240,235,112); }
td.TdClassName
{
border-color: #F0EB70;
}
.TagClassName
{
border-color: #F0EB70;
}
</style>