Shades of Dolly #EFFB7C
Tints of Dolly #EFFB7C
RGB
CMYK
RGB Variations
Color information
#EFFB7C (or 0xEFFB7C) is known color: Dolly. HEX triplet: EF, FB and 7C. RGB value is (239,251,124). Sum of RGB (Red+Green+Blue) = 239+251+124=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 124 (48.83% from 255 or 20.20% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFB7C is #100483. Grayscale: #E9E9E9. Windows color (decimal): -1049732 or 8190959. OLE color: 8190959.
HSL color Cylindrical-coordinate representation of color #EFFB7C: hue angle of 65.67º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFFB7C is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 124 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.02 |
| HSL | 65.67º | 0.94% | 0.74% | - |
| HSV(B) | 65.67º | 0.51% | 0.98% | - |
| XYZ | 73.73 | 88.8 | 32.32 | - |
| YUV | 232.93 | 66.52 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 124 | 0.05 | 0 | 0.51 | 0.02 | 65.67 | 0.94 | 0.74 |
| Hex | EF | FB | 7C | 5 | 0 | 33 | 2 | 42 | 5E | 4A |
| Octal | 357 | 373 | 174 | 5 | 0 | 63 | 2 | 102 | 136 | 112 |
| Binary | 11101111 | 11111011 | 1111100 | 101 | 0 | 110011 | 10 | 1000010 | 1011110 | 1001010 |
Color Harmonies of #EFFB7C
Complementary color
Monochromatic Colors of #EFFB7C
Black with #EFFB7C
Text Example
Text Example
White with #EFFB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFB7C; }
p { color: rgb(239,251,124); }
H1.HeaderClassName
{
color: #EFFB7C;
}
.AnyTagClassName
{
color: #EFFB7C;
}
</style>
background-color css
<style>
a { background-color: #EFFB7C; }
a { background-color: rgb(239,251,124); }
div.DivClassName
{
background-color: #EFFB7C;
}
.BgClassName
{
background-color: #EFFB7C;
}
</style>
border-color css
<style>
span { border-color: #EFFB7C; }
span { border-color: rgb(239,251,124); }
td.TdClassName
{
border-color: #EFFB7C;
}
.TagClassName
{
border-color: #EFFB7C;
}
</style>