Shades of Dolly #EFFC72
Tints of Dolly #EFFC72
RGB
CMYK
RGB Variations
Color information
#EFFC72 (or 0xEFFC72) is known color: Dolly. HEX triplet: EF, FC and 72. RGB value is (239,252,114). Sum of RGB (Red+Green+Blue) = 239+252+114=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 114 (44.92% from 255 or 18.84% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC72 is #10038D. Grayscale: #E8E8E8. Windows color (decimal): -1049486 or 7535855. OLE color: 7535855.
HSL color Cylindrical-coordinate representation of color #EFFC72: hue angle of 65.65º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFFC72 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 114 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.01 |
| HSL | 65.65º | 0.96% | 0.72% | - |
| HSV(B) | 65.65º | 0.55% | 0.99% | - |
| XYZ | 73.44 | 89.19 | 29.26 | - |
| YUV | 232.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 114 | 0.05 | 0 | 0.55 | 0.01 | 65.65 | 0.96 | 0.72 |
| Hex | EF | FC | 72 | 5 | 0 | 37 | 1 | 42 | 60 | 48 |
| Octal | 357 | 374 | 162 | 5 | 0 | 67 | 1 | 102 | 140 | 110 |
| Binary | 11101111 | 11111100 | 1110010 | 101 | 0 | 110111 | 1 | 1000010 | 1100000 | 1001000 |
Color Harmonies of #EFFC72
Complementary color
Monochromatic Colors of #EFFC72
Black with #EFFC72
Text Example
Text Example
White with #EFFC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC72; }
p { color: rgb(239,252,114); }
H1.HeaderClassName
{
color: #EFFC72;
}
.AnyTagClassName
{
color: #EFFC72;
}
</style>
background-color css
<style>
a { background-color: #EFFC72; }
a { background-color: rgb(239,252,114); }
div.DivClassName
{
background-color: #EFFC72;
}
.BgClassName
{
background-color: #EFFC72;
}
</style>
border-color css
<style>
span { border-color: #EFFC72; }
span { border-color: rgb(239,252,114); }
td.TdClassName
{
border-color: #EFFC72;
}
.TagClassName
{
border-color: #EFFC72;
}
</style>