Shades of Tidal #EEF77F
Tints of Tidal #EEF77F
RGB
CMYK
RGB Variations
Color information
#EEF77F (or 0xEEF77F) is known color: Tidal. HEX triplet: EE, F7 and 7F. RGB value is (238,247,127). Sum of RGB (Red+Green+Blue) = 238+247+127=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 127 (50% from 255 or 20.75% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF77F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF77F is #110880. Grayscale: #E7E7E7. Windows color (decimal): -1116289 or 8386542. OLE color: 8386542.
HSL color Cylindrical-coordinate representation of color #EEF77F: hue angle of 64.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEF77F is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 127 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.03 |
| HSL | 64.5º | 0.88% | 0.73% | - |
| HSV(B) | 64.5º | 0.49% | 0.97% | - |
| XYZ | 72.35 | 86.23 | 32.91 | - |
| YUV | 230.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 127 | 0.04 | 0 | 0.49 | 0.03 | 64.5 | 0.88 | 0.73 |
| Hex | EE | F7 | 7F | 4 | 0 | 31 | 3 | 40 | 58 | 49 |
| Octal | 356 | 367 | 177 | 4 | 0 | 61 | 3 | 100 | 130 | 111 |
| Binary | 11101110 | 11110111 | 1111111 | 100 | 0 | 110001 | 11 | 1000000 | 1011000 | 1001001 |
Color Harmonies of #EEF77F
Complementary color
Monochromatic Colors of #EEF77F
Black with #EEF77F
Text Example
Text Example
White with #EEF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF77F; }
p { color: rgb(238,247,127); }
H1.HeaderClassName
{
color: #EEF77F;
}
.AnyTagClassName
{
color: #EEF77F;
}
</style>
background-color css
<style>
a { background-color: #EEF77F; }
a { background-color: rgb(238,247,127); }
div.DivClassName
{
background-color: #EEF77F;
}
.BgClassName
{
background-color: #EEF77F;
}
</style>
border-color css
<style>
span { border-color: #EEF77F; }
span { border-color: rgb(238,247,127); }
td.TdClassName
{
border-color: #EEF77F;
}
.TagClassName
{
border-color: #EEF77F;
}
</style>