Shades of Dolly #EFF676
Tints of Dolly #EFF676
RGB
CMYK
RGB Variations
Color information
#EFF676 (or 0xEFF676) is known color: Dolly. HEX triplet: EF, F6 and 76. RGB value is (239,246,118). Sum of RGB (Red+Green+Blue) = 239+246+118=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 118 (46.48% from 255 or 19.57% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF676 is #100989. Grayscale: #E5E5E5. Windows color (decimal): -1051018 or 7796463. OLE color: 7796463.
HSL color Cylindrical-coordinate representation of color #EFF676: hue angle of 63.28º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFF676 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 118 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.04 |
| HSL | 63.28º | 0.88% | 0.71% | - |
| HSV(B) | 63.28º | 0.52% | 0.96% | - |
| XYZ | 71.82 | 85.57 | 29.87 | - |
| YUV | 229.32 | 65.18 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 118 | 0.03 | 0 | 0.52 | 0.04 | 63.28 | 0.88 | 0.71 |
| Hex | EF | F6 | 76 | 3 | 0 | 34 | 4 | 3F | 58 | 47 |
| Octal | 357 | 366 | 166 | 3 | 0 | 64 | 4 | 77 | 130 | 107 |
| Binary | 11101111 | 11110110 | 1110110 | 11 | 0 | 110100 | 100 | 111111 | 1011000 | 1000111 |
Color Harmonies of #EFF676
Complementary color
Monochromatic Colors of #EFF676
Black with #EFF676
Text Example
Text Example
White with #EFF676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF676; }
p { color: rgb(239,246,118); }
H1.HeaderClassName
{
color: #EFF676;
}
.AnyTagClassName
{
color: #EFF676;
}
</style>
background-color css
<style>
a { background-color: #EFF676; }
a { background-color: rgb(239,246,118); }
div.DivClassName
{
background-color: #EFF676;
}
.BgClassName
{
background-color: #EFF676;
}
</style>
border-color css
<style>
span { border-color: #EFF676; }
span { border-color: rgb(239,246,118); }
td.TdClassName
{
border-color: #EFF676;
}
.TagClassName
{
border-color: #EFF676;
}
</style>