Shades of Dolly #EFFC7A
Tints of Dolly #EFFC7A
RGB
CMYK
RGB Variations
Color information
#EFFC7A (or 0xEFFC7A) is known color: Dolly. HEX triplet: EF, FC and 7A. RGB value is (239,252,122). Sum of RGB (Red+Green+Blue) = 239+252+122=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 122 (48.05% from 255 or 19.90% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC7A is #100385. Grayscale: #E9E9E9. Windows color (decimal): -1049478 or 8060143. OLE color: 8060143.
HSL color Cylindrical-coordinate representation of color #EFFC7A: hue angle of 66º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFFC7A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 122 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.01 |
| HSL | 66º | 0.96% | 0.73% | - |
| HSV(B) | 66º | 0.52% | 0.99% | - |
| XYZ | 73.92 | 89.38 | 31.77 | - |
| YUV | 233.29 | 65.19 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 122 | 0.05 | 0 | 0.52 | 0.01 | 66 | 0.96 | 0.73 |
| Hex | EF | FC | 7A | 5 | 0 | 34 | 1 | 42 | 60 | 49 |
| Octal | 357 | 374 | 172 | 5 | 0 | 64 | 1 | 102 | 140 | 111 |
| Binary | 11101111 | 11111100 | 1111010 | 101 | 0 | 110100 | 1 | 1000010 | 1100000 | 1001001 |
Color Harmonies of #EFFC7A
Complementary color
Monochromatic Colors of #EFFC7A
Black with #EFFC7A
Text Example
Text Example
White with #EFFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC7A; }
p { color: rgb(239,252,122); }
H1.HeaderClassName
{
color: #EFFC7A;
}
.AnyTagClassName
{
color: #EFFC7A;
}
</style>
background-color css
<style>
a { background-color: #EFFC7A; }
a { background-color: rgb(239,252,122); }
div.DivClassName
{
background-color: #EFFC7A;
}
.BgClassName
{
background-color: #EFFC7A;
}
</style>
border-color css
<style>
span { border-color: #EFFC7A; }
span { border-color: rgb(239,252,122); }
td.TdClassName
{
border-color: #EFFC7A;
}
.TagClassName
{
border-color: #EFFC7A;
}
</style>