Shades of Tidal #EEFA89
Tints of Tidal #EEFA89
RGB
CMYK
RGB Variations
Color information
#EEFA89 (or 0xEEFA89) is known color: Tidal. HEX triplet: EE, FA and 89. RGB value is (238,250,137). Sum of RGB (Red+Green+Blue) = 238+250+137=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 137 (53.91% from 255 or 21.92% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA89 is #110576. Grayscale: #E9E9E9. Windows color (decimal): -1115511 or 9042670. OLE color: 9042670.
HSL color Cylindrical-coordinate representation of color #EEFA89: hue angle of 66.37º 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 #EEFA89 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 137 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.02 |
| HSL | 66.37º | 0.92% | 0.76% | - |
| HSV(B) | 66.37º | 0.45% | 0.98% | - |
| XYZ | 73.96 | 88.35 | 36.82 | - |
| YUV | 233.53 | 73.52 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 137 | 0.05 | 0 | 0.45 | 0.02 | 66.37 | 0.92 | 0.76 |
| Hex | EE | FA | 89 | 5 | 0 | 2D | 2 | 42 | 5C | 4C |
| Octal | 356 | 372 | 211 | 5 | 0 | 55 | 2 | 102 | 134 | 114 |
| Binary | 11101110 | 11111010 | 10001001 | 101 | 0 | 101101 | 10 | 1000010 | 1011100 | 1001100 |
Color Harmonies of #EEFA89
Complementary color
Monochromatic Colors of #EEFA89
Black with #EEFA89
Text Example
Text Example
White with #EEFA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA89; }
p { color: rgb(238,250,137); }
H1.HeaderClassName
{
color: #EEFA89;
}
.AnyTagClassName
{
color: #EEFA89;
}
</style>
background-color css
<style>
a { background-color: #EEFA89; }
a { background-color: rgb(238,250,137); }
div.DivClassName
{
background-color: #EEFA89;
}
.BgClassName
{
background-color: #EEFA89;
}
</style>
border-color css
<style>
span { border-color: #EEFA89; }
span { border-color: rgb(238,250,137); }
td.TdClassName
{
border-color: #EEFA89;
}
.TagClassName
{
border-color: #EEFA89;
}
</style>