Shades of Dolly #EEFF74
Tints of Dolly #EEFF74
RGB
CMYK
RGB Variations
Color information
#EEFF74 (or 0xEEFF74) is known color: Dolly. HEX triplet: EE, FF and 74. RGB value is (238,255,116). Sum of RGB (Red+Green+Blue) = 238+255+116=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 116 (45.70% from 255 or 19.05% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF74 is #11008B. Grayscale: #EAEAEA. Windows color (decimal): -1114252 or 7667694. OLE color: 7667694.
HSL color Cylindrical-coordinate representation of color #EEFF74: hue angle of 67.34º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEFF74 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 116 | - |
| CMYK | 0.07 | 0 | 0.55 | 0 |
| HSL | 67.34º | 1% | 0.73% | - |
| HSV(B) | 67.34º | 0.55% | 1% | - |
| XYZ | 74.17 | 90.96 | 30.17 | - |
| YUV | 234.07 | 61.37 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 116 | 0.07 | 0 | 0.55 | 0 | 67.34 | 1 | 0.73 |
| Hex | EE | FF | 74 | 7 | 0 | 37 | 0 | 43 | 64 | 49 |
| Octal | 356 | 377 | 164 | 7 | 0 | 67 | 0 | 103 | 144 | 111 |
| Binary | 11101110 | 11111111 | 1110100 | 111 | 0 | 110111 | 0 | 1000011 | 1100100 | 1001001 |
Color Harmonies of #EEFF74
Complementary color
Monochromatic Colors of #EEFF74
Black with #EEFF74
Text Example
Text Example
White with #EEFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF74; }
p { color: rgb(238,255,116); }
H1.HeaderClassName
{
color: #EEFF74;
}
.AnyTagClassName
{
color: #EEFF74;
}
</style>
background-color css
<style>
a { background-color: #EEFF74; }
a { background-color: rgb(238,255,116); }
div.DivClassName
{
background-color: #EEFF74;
}
.BgClassName
{
background-color: #EEFF74;
}
</style>
border-color css
<style>
span { border-color: #EEFF74; }
span { border-color: rgb(238,255,116); }
td.TdClassName
{
border-color: #EEFF74;
}
.TagClassName
{
border-color: #EEFF74;
}
</style>