Shades of Dolly #EFF67A
Tints of Dolly #EFF67A
RGB
CMYK
RGB Variations
Color information
#EFF67A (or 0xEFF67A) is known color: Dolly. HEX triplet: EF, F6 and 7A. RGB value is (239,246,122). Sum of RGB (Red+Green+Blue) = 239+246+122=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 122 (48.05% from 255 or 20.10% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF67A is #100985. Grayscale: #E6E6E6. Windows color (decimal): -1051014 or 8058607. OLE color: 8058607.
HSL color Cylindrical-coordinate representation of color #EFF67A: hue angle of 63.39º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFF67A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 122 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.04 |
| HSL | 63.39º | 0.87% | 0.72% | - |
| HSV(B) | 63.39º | 0.5% | 0.96% | - |
| XYZ | 72.07 | 85.67 | 31.15 | - |
| YUV | 229.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 122 | 0.03 | 0 | 0.50 | 0.04 | 63.39 | 0.87 | 0.72 |
| Hex | EF | F6 | 7A | 3 | 0 | 32 | 4 | 3F | 57 | 48 |
| Octal | 357 | 366 | 172 | 3 | 0 | 62 | 4 | 77 | 127 | 110 |
| Binary | 11101111 | 11110110 | 1111010 | 11 | 0 | 110010 | 100 | 111111 | 1010111 | 1001000 |
Color Harmonies of #EFF67A
Complementary color
Monochromatic Colors of #EFF67A
Black with #EFF67A
Text Example
Text Example
White with #EFF67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF67A; }
p { color: rgb(239,246,122); }
H1.HeaderClassName
{
color: #EFF67A;
}
.AnyTagClassName
{
color: #EFF67A;
}
</style>
background-color css
<style>
a { background-color: #EFF67A; }
a { background-color: rgb(239,246,122); }
div.DivClassName
{
background-color: #EFF67A;
}
.BgClassName
{
background-color: #EFF67A;
}
</style>
border-color css
<style>
span { border-color: #EFF67A; }
span { border-color: rgb(239,246,122); }
td.TdClassName
{
border-color: #EFF67A;
}
.TagClassName
{
border-color: #EFF67A;
}
</style>