Shades of Tidal #EEF78A
Tints of Tidal #EEF78A
RGB
CMYK
RGB Variations
Color information
#EEF78A (or 0xEEF78A) is known color: Tidal. HEX triplet: EE, F7 and 8A. RGB value is (238,247,138). Sum of RGB (Red+Green+Blue) = 238+247+138=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 138 (54.30% from 255 or 22.15% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF78A is #110875. Grayscale: #E8E8E8. Windows color (decimal): -1116278 or 9107438. OLE color: 9107438.
HSL color Cylindrical-coordinate representation of color #EEF78A: hue angle of 64.95º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEF78A is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 138 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.03 |
| HSL | 64.95º | 0.87% | 0.75% | - |
| HSV(B) | 64.95º | 0.44% | 0.97% | - |
| XYZ | 73.11 | 86.53 | 36.89 | - |
| YUV | 231.88 | 75.02 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 138 | 0.04 | 0 | 0.44 | 0.03 | 64.95 | 0.87 | 0.75 |
| Hex | EE | F7 | 8A | 4 | 0 | 2C | 3 | 41 | 57 | 4B |
| Octal | 356 | 367 | 212 | 4 | 0 | 54 | 3 | 101 | 127 | 113 |
| Binary | 11101110 | 11110111 | 10001010 | 100 | 0 | 101100 | 11 | 1000001 | 1010111 | 1001011 |
Color Harmonies of #EEF78A
Complementary color
Monochromatic Colors of #EEF78A
Black with #EEF78A
Text Example
Text Example
White with #EEF78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF78A; }
p { color: rgb(238,247,138); }
H1.HeaderClassName
{
color: #EEF78A;
}
.AnyTagClassName
{
color: #EEF78A;
}
</style>
background-color css
<style>
a { background-color: #EEF78A; }
a { background-color: rgb(238,247,138); }
div.DivClassName
{
background-color: #EEF78A;
}
.BgClassName
{
background-color: #EEF78A;
}
</style>
border-color css
<style>
span { border-color: #EEF78A; }
span { border-color: rgb(238,247,138); }
td.TdClassName
{
border-color: #EEF78A;
}
.TagClassName
{
border-color: #EEF78A;
}
</style>