Shades of Dolly #EFFE7A
Tints of Dolly #EFFE7A
RGB
CMYK
RGB Variations
Color information
#EFFE7A (or 0xEFFE7A) is known color: Dolly. HEX triplet: EF, FE and 7A. RGB value is (239,254,122). Sum of RGB (Red+Green+Blue) = 239+254+122=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 122 (48.05% from 255 or 19.84% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFE7A is #100185. Grayscale: #EAEAEA. Windows color (decimal): -1048966 or 8060655. OLE color: 8060655.
HSL color Cylindrical-coordinate representation of color #EFFE7A: hue angle of 66.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFFE7A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 122 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.00 |
| HSL | 66.82º | 0.99% | 0.74% | - |
| HSV(B) | 66.82º | 0.52% | 1% | - |
| XYZ | 74.55 | 90.64 | 31.98 | - |
| YUV | 234.47 | 64.53 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 122 | 0.06 | 0 | 0.52 | 0.00 | 66.82 | 0.99 | 0.74 |
| Hex | EF | FE | 7A | 6 | 0 | 34 | 0 | 43 | 63 | 4A |
| Octal | 357 | 376 | 172 | 6 | 0 | 64 | 0 | 103 | 143 | 112 |
| Binary | 11101111 | 11111110 | 1111010 | 110 | 0 | 110100 | 0 | 1000011 | 1100011 | 1001010 |
Color Harmonies of #EFFE7A
Complementary color
Monochromatic Colors of #EFFE7A
Black with #EFFE7A
Text Example
Text Example
White with #EFFE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE7A; }
p { color: rgb(239,254,122); }
H1.HeaderClassName
{
color: #EFFE7A;
}
.AnyTagClassName
{
color: #EFFE7A;
}
</style>
background-color css
<style>
a { background-color: #EFFE7A; }
a { background-color: rgb(239,254,122); }
div.DivClassName
{
background-color: #EFFE7A;
}
.BgClassName
{
background-color: #EFFE7A;
}
</style>
border-color css
<style>
span { border-color: #EFFE7A; }
span { border-color: rgb(239,254,122); }
td.TdClassName
{
border-color: #EFFE7A;
}
.TagClassName
{
border-color: #EFFE7A;
}
</style>