Shades of Tidal #EEFA8A
Tints of Tidal #EEFA8A
RGB
CMYK
RGB Variations
Color information
#EEFA8A (or 0xEEFA8A) is known color: Tidal. HEX triplet: EE, FA and 8A. RGB value is (238,250,138). Sum of RGB (Red+Green+Blue) = 238+250+138=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 138 (54.30% from 255 or 22.04% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA8A is #110575. Grayscale: #EAEAEA. Windows color (decimal): -1115510 or 9108206. OLE color: 9108206.
HSL color Cylindrical-coordinate representation of color #EEFA8A: hue angle of 66.43º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEFA8A is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 138 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.02 |
| HSL | 66.43º | 0.92% | 0.76% | - |
| HSV(B) | 66.43º | 0.45% | 0.98% | - |
| XYZ | 74.03 | 88.38 | 37.2 | - |
| YUV | 233.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 138 | 0.05 | 0 | 0.45 | 0.02 | 66.43 | 0.92 | 0.76 |
| Hex | EE | FA | 8A | 5 | 0 | 2D | 2 | 42 | 5C | 4C |
| Octal | 356 | 372 | 212 | 5 | 0 | 55 | 2 | 102 | 134 | 114 |
| Binary | 11101110 | 11111010 | 10001010 | 101 | 0 | 101101 | 10 | 1000010 | 1011100 | 1001100 |
Color Harmonies of #EEFA8A
Complementary color
Monochromatic Colors of #EEFA8A
Black with #EEFA8A
Text Example
Text Example
White with #EEFA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA8A; }
p { color: rgb(238,250,138); }
H1.HeaderClassName
{
color: #EEFA8A;
}
.AnyTagClassName
{
color: #EEFA8A;
}
</style>
background-color css
<style>
a { background-color: #EEFA8A; }
a { background-color: rgb(238,250,138); }
div.DivClassName
{
background-color: #EEFA8A;
}
.BgClassName
{
background-color: #EEFA8A;
}
</style>
border-color css
<style>
span { border-color: #EEFA8A; }
span { border-color: rgb(238,250,138); }
td.TdClassName
{
border-color: #EEFA8A;
}
.TagClassName
{
border-color: #EEFA8A;
}
</style>