Shades of Dolly #EFF070
Tints of Dolly #EFF070
RGB
CMYK
RGB Variations
Color information
#EFF070 (or 0xEFF070) is known color: Dolly. HEX triplet: EF, F0 and 70. RGB value is (239,240,112). Sum of RGB (Red+Green+Blue) = 239+240+112=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 112 (44.14% from 255 or 18.95% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF070 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF070 is #100F8F. Grayscale: #E1E1E1. Windows color (decimal): -1052560 or 7401711. OLE color: 7401711.
HSL color Cylindrical-coordinate representation of color #EFF070: hue angle of 60.47º 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 #EFF070 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 112 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.06 |
| HSL | 60.47º | 0.81% | 0.69% | - |
| HSV(B) | 60.47º | 0.53% | 0.94% | - |
| XYZ | 69.68 | 81.84 | 27.45 | - |
| YUV | 225.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 112 | 0.00 | 0 | 0.53 | 0.06 | 60.47 | 0.81 | 0.69 |
| Hex | EF | F0 | 70 | 0 | 0 | 35 | 6 | 3C | 51 | 45 |
| Octal | 357 | 360 | 160 | 0 | 0 | 65 | 6 | 74 | 121 | 105 |
| Binary | 11101111 | 11110000 | 1110000 | 0 | 0 | 110101 | 110 | 111100 | 1010001 | 1000101 |
Color Harmonies of #EFF070
Complementary color
Monochromatic Colors of #EFF070
Black with #EFF070
Text Example
Text Example
White with #EFF070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF070; }
p { color: rgb(239,240,112); }
H1.HeaderClassName
{
color: #EFF070;
}
.AnyTagClassName
{
color: #EFF070;
}
</style>
background-color css
<style>
a { background-color: #EFF070; }
a { background-color: rgb(239,240,112); }
div.DivClassName
{
background-color: #EFF070;
}
.BgClassName
{
background-color: #EFF070;
}
</style>
border-color css
<style>
span { border-color: #EFF070; }
span { border-color: rgb(239,240,112); }
td.TdClassName
{
border-color: #EFF070;
}
.TagClassName
{
border-color: #EFF070;
}
</style>