Shades of Dolly #EFFC74
Tints of Dolly #EFFC74
RGB
CMYK
RGB Variations
Color information
#EFFC74 (or 0xEFFC74) is known color: Dolly. HEX triplet: EF, FC and 74. RGB value is (239,252,116). Sum of RGB (Red+Green+Blue) = 239+252+116=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 116 (45.70% from 255 or 19.11% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC74 is #10038B. Grayscale: #E9E9E9. Windows color (decimal): -1049484 or 7666927. OLE color: 7666927.
HSL color Cylindrical-coordinate representation of color #EFFC74: hue angle of 65.74º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFFC74 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 116 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.01 |
| HSL | 65.74º | 0.96% | 0.72% | - |
| HSV(B) | 65.74º | 0.54% | 0.99% | - |
| XYZ | 73.56 | 89.23 | 29.87 | - |
| YUV | 232.61 | 62.19 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 116 | 0.05 | 0 | 0.54 | 0.01 | 65.74 | 0.96 | 0.72 |
| Hex | EF | FC | 74 | 5 | 0 | 36 | 1 | 42 | 60 | 48 |
| Octal | 357 | 374 | 164 | 5 | 0 | 66 | 1 | 102 | 140 | 110 |
| Binary | 11101111 | 11111100 | 1110100 | 101 | 0 | 110110 | 1 | 1000010 | 1100000 | 1001000 |
Color Harmonies of #EFFC74
Complementary color
Monochromatic Colors of #EFFC74
Black with #EFFC74
Text Example
Text Example
White with #EFFC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC74; }
p { color: rgb(239,252,116); }
H1.HeaderClassName
{
color: #EFFC74;
}
.AnyTagClassName
{
color: #EFFC74;
}
</style>
background-color css
<style>
a { background-color: #EFFC74; }
a { background-color: rgb(239,252,116); }
div.DivClassName
{
background-color: #EFFC74;
}
.BgClassName
{
background-color: #EFFC74;
}
</style>
border-color css
<style>
span { border-color: #EFFC74; }
span { border-color: rgb(239,252,116); }
td.TdClassName
{
border-color: #EFFC74;
}
.TagClassName
{
border-color: #EFFC74;
}
</style>