Shades of Dolly #EFF076
Tints of Dolly #EFF076
RGB
CMYK
RGB Variations
Color information
#EFF076 (or 0xEFF076) is known color: Dolly. HEX triplet: EF, F0 and 76. RGB value is (239,240,118). Sum of RGB (Red+Green+Blue) = 239+240+118=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 118 (46.48% from 255 or 19.77% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF076 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF076 is #100F89. Grayscale: #E2E2E2. Windows color (decimal): -1052554 or 7794927. OLE color: 7794927.
HSL color Cylindrical-coordinate representation of color #EFF076: hue angle of 60.49º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFF076 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 118 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.06 |
| HSL | 60.49º | 0.8% | 0.7% | - |
| HSV(B) | 60.49º | 0.51% | 0.94% | - |
| XYZ | 70.03 | 81.98 | 29.27 | - |
| YUV | 225.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 118 | 0.00 | 0 | 0.51 | 0.06 | 60.49 | 0.8 | 0.7 |
| Hex | EF | F0 | 76 | 0 | 0 | 33 | 6 | 3C | 50 | 46 |
| Octal | 357 | 360 | 166 | 0 | 0 | 63 | 6 | 74 | 120 | 106 |
| Binary | 11101111 | 11110000 | 1110110 | 0 | 0 | 110011 | 110 | 111100 | 1010000 | 1000110 |
Color Harmonies of #EFF076
Complementary color
Monochromatic Colors of #EFF076
Black with #EFF076
Text Example
Text Example
White with #EFF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF076; }
p { color: rgb(239,240,118); }
H1.HeaderClassName
{
color: #EFF076;
}
.AnyTagClassName
{
color: #EFF076;
}
</style>
background-color css
<style>
a { background-color: #EFF076; }
a { background-color: rgb(239,240,118); }
div.DivClassName
{
background-color: #EFF076;
}
.BgClassName
{
background-color: #EFF076;
}
</style>
border-color css
<style>
span { border-color: #EFF076; }
span { border-color: rgb(239,240,118); }
td.TdClassName
{
border-color: #EFF076;
}
.TagClassName
{
border-color: #EFF076;
}
</style>