Shades of Dolly #EEFD7A
Tints of Dolly #EEFD7A
RGB
CMYK
RGB Variations
Color information
#EEFD7A (or 0xEEFD7A) is known color: Dolly. HEX triplet: EE, FD and 7A. RGB value is (238,253,122). Sum of RGB (Red+Green+Blue) = 238+253+122=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 122 (48.05% from 255 or 19.90% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFD7A is #110285. Grayscale: #EAEAEA. Windows color (decimal): -1114758 or 8060398. OLE color: 8060398.
HSL color Cylindrical-coordinate representation of color #EEFD7A: hue angle of 66.87º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEFD7A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 253 | 122 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.01 |
| HSL | 66.87º | 0.97% | 0.74% | - |
| HSV(B) | 66.87º | 0.52% | 0.99% | - |
| XYZ | 73.9 | 89.83 | 31.86 | - |
| YUV | 233.58 | 65.03 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 253 | 122 | 0.06 | 0 | 0.52 | 0.01 | 66.87 | 0.97 | 0.74 |
| Hex | EE | FD | 7A | 6 | 0 | 34 | 1 | 43 | 61 | 4A |
| Octal | 356 | 375 | 172 | 6 | 0 | 64 | 1 | 103 | 141 | 112 |
| Binary | 11101110 | 11111101 | 1111010 | 110 | 0 | 110100 | 1 | 1000011 | 1100001 | 1001010 |
Color Harmonies of #EEFD7A
Complementary color
Monochromatic Colors of #EEFD7A
Black with #EEFD7A
Text Example
Text Example
White with #EEFD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFD7A; }
p { color: rgb(238,253,122); }
H1.HeaderClassName
{
color: #EEFD7A;
}
.AnyTagClassName
{
color: #EEFD7A;
}
</style>
background-color css
<style>
a { background-color: #EEFD7A; }
a { background-color: rgb(238,253,122); }
div.DivClassName
{
background-color: #EEFD7A;
}
.BgClassName
{
background-color: #EEFD7A;
}
</style>
border-color css
<style>
span { border-color: #EEFD7A; }
span { border-color: rgb(238,253,122); }
td.TdClassName
{
border-color: #EEFD7A;
}
.TagClassName
{
border-color: #EEFD7A;
}
</style>