Shades of Dolly #EFFE70
Tints of Dolly #EFFE70
RGB
CMYK
RGB Variations
Color information
#EFFE70 (or 0xEFFE70) is known color: Dolly. HEX triplet: EF, FE and 70. RGB value is (239,254,112). Sum of RGB (Red+Green+Blue) = 239+254+112=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 112 (44.14% from 255 or 18.51% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFE70 is #10018F. Grayscale: #E9E9E9. Windows color (decimal): -1048976 or 7405295. OLE color: 7405295.
HSL color Cylindrical-coordinate representation of color #EFFE70: hue angle of 66.34º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFFE70 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 112 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.00 |
| HSL | 66.34º | 0.99% | 0.72% | - |
| HSV(B) | 66.34º | 0.56% | 1% | - |
| XYZ | 73.96 | 90.4 | 28.88 | - |
| YUV | 233.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 112 | 0.06 | 0 | 0.56 | 0.00 | 66.34 | 0.99 | 0.72 |
| Hex | EF | FE | 70 | 6 | 0 | 38 | 0 | 42 | 63 | 48 |
| Octal | 357 | 376 | 160 | 6 | 0 | 70 | 0 | 102 | 143 | 110 |
| Binary | 11101111 | 11111110 | 1110000 | 110 | 0 | 111000 | 0 | 1000010 | 1100011 | 1001000 |
Color Harmonies of #EFFE70
Complementary color
Monochromatic Colors of #EFFE70
Black with #EFFE70
Text Example
Text Example
White with #EFFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE70; }
p { color: rgb(239,254,112); }
H1.HeaderClassName
{
color: #EFFE70;
}
.AnyTagClassName
{
color: #EFFE70;
}
</style>
background-color css
<style>
a { background-color: #EFFE70; }
a { background-color: rgb(239,254,112); }
div.DivClassName
{
background-color: #EFFE70;
}
.BgClassName
{
background-color: #EFFE70;
}
</style>
border-color css
<style>
span { border-color: #EFFE70; }
span { border-color: rgb(239,254,112); }
td.TdClassName
{
border-color: #EFFE70;
}
.TagClassName
{
border-color: #EFFE70;
}
</style>