Shades of Dolly #EFFE71
Tints of Dolly #EFFE71
RGB
CMYK
RGB Variations
Color information
#EFFE71 (or 0xEFFE71) is known color: Dolly. HEX triplet: EF, FE and 71. RGB value is (239,254,113). Sum of RGB (Red+Green+Blue) = 239+254+113=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 113 (44.53% from 255 or 18.65% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFE71 is #10018E. Grayscale: #E9E9E9. Windows color (decimal): -1048975 or 7470831. OLE color: 7470831.
HSL color Cylindrical-coordinate representation of color #EFFE71: hue angle of 66.38º 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 #EFFE71 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 113 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.00 |
| HSL | 66.38º | 0.99% | 0.72% | - |
| HSV(B) | 66.38º | 0.56% | 1% | - |
| XYZ | 74.02 | 90.43 | 29.18 | - |
| YUV | 233.44 | 60.03 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 113 | 0.06 | 0 | 0.56 | 0.00 | 66.38 | 0.99 | 0.72 |
| Hex | EF | FE | 71 | 6 | 0 | 38 | 0 | 42 | 63 | 48 |
| Octal | 357 | 376 | 161 | 6 | 0 | 70 | 0 | 102 | 143 | 110 |
| Binary | 11101111 | 11111110 | 1110001 | 110 | 0 | 111000 | 0 | 1000010 | 1100011 | 1001000 |
Color Harmonies of #EFFE71
Complementary color
Monochromatic Colors of #EFFE71
Black with #EFFE71
Text Example
Text Example
White with #EFFE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE71; }
p { color: rgb(239,254,113); }
H1.HeaderClassName
{
color: #EFFE71;
}
.AnyTagClassName
{
color: #EFFE71;
}
</style>
background-color css
<style>
a { background-color: #EFFE71; }
a { background-color: rgb(239,254,113); }
div.DivClassName
{
background-color: #EFFE71;
}
.BgClassName
{
background-color: #EFFE71;
}
</style>
border-color css
<style>
span { border-color: #EFFE71; }
span { border-color: rgb(239,254,113); }
td.TdClassName
{
border-color: #EFFE71;
}
.TagClassName
{
border-color: #EFFE71;
}
</style>