Shades of Dolly #EFFC73
Tints of Dolly #EFFC73
RGB
CMYK
RGB Variations
Color information
#EFFC73 (or 0xEFFC73) is known color: Dolly. HEX triplet: EF, FC and 73. RGB value is (239,252,115). Sum of RGB (Red+Green+Blue) = 239+252+115=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 115 (45.31% from 255 or 18.98% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC73 is #10038C. Grayscale: #E9E9E9. Windows color (decimal): -1049485 or 7601391. OLE color: 7601391.
HSL color Cylindrical-coordinate representation of color #EFFC73: hue angle of 65.69º 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 #EFFC73 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 115 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.01 |
| HSL | 65.69º | 0.96% | 0.72% | - |
| HSV(B) | 65.69º | 0.54% | 0.99% | - |
| XYZ | 73.5 | 89.21 | 29.56 | - |
| YUV | 232.5 | 61.69 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 115 | 0.05 | 0 | 0.54 | 0.01 | 65.69 | 0.96 | 0.72 |
| Hex | EF | FC | 73 | 5 | 0 | 36 | 1 | 42 | 60 | 48 |
| Octal | 357 | 374 | 163 | 5 | 0 | 66 | 1 | 102 | 140 | 110 |
| Binary | 11101111 | 11111100 | 1110011 | 101 | 0 | 110110 | 1 | 1000010 | 1100000 | 1001000 |
Color Harmonies of #EFFC73
Complementary color
Monochromatic Colors of #EFFC73
Black with #EFFC73
Text Example
Text Example
White with #EFFC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC73; }
p { color: rgb(239,252,115); }
H1.HeaderClassName
{
color: #EFFC73;
}
.AnyTagClassName
{
color: #EFFC73;
}
</style>
background-color css
<style>
a { background-color: #EFFC73; }
a { background-color: rgb(239,252,115); }
div.DivClassName
{
background-color: #EFFC73;
}
.BgClassName
{
background-color: #EFFC73;
}
</style>
border-color css
<style>
span { border-color: #EFFC73; }
span { border-color: rgb(239,252,115); }
td.TdClassName
{
border-color: #EFFC73;
}
.TagClassName
{
border-color: #EFFC73;
}
</style>