Shades of Tidal #EEFA90
Tints of Tidal #EEFA90
RGB
CMYK
RGB Variations
Color information
#EEFA90 (or 0xEEFA90) is known color: Tidal. HEX triplet: EE, FA and 90. RGB value is (238,250,144). Sum of RGB (Red+Green+Blue) = 238+250+144=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 144 (56.64% from 255 or 22.78% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA90 is #11056F. Grayscale: #EAEAEA. Windows color (decimal): -1115504 or 9501422. OLE color: 9501422.
HSL color Cylindrical-coordinate representation of color #EEFA90: hue angle of 66.79º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEFA90 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 144 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.02 |
| HSL | 66.79º | 0.91% | 0.77% | - |
| HSV(B) | 66.79º | 0.42% | 0.98% | - |
| XYZ | 74.48 | 88.56 | 39.55 | - |
| YUV | 234.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 144 | 0.05 | 0 | 0.42 | 0.02 | 66.79 | 0.91 | 0.77 |
| Hex | EE | FA | 90 | 5 | 0 | 2A | 2 | 43 | 5B | 4D |
| Octal | 356 | 372 | 220 | 5 | 0 | 52 | 2 | 103 | 133 | 115 |
| Binary | 11101110 | 11111010 | 10010000 | 101 | 0 | 101010 | 10 | 1000011 | 1011011 | 1001101 |
Color Harmonies of #EEFA90
Complementary color
Monochromatic Colors of #EEFA90
Black with #EEFA90
Text Example
Text Example
White with #EEFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA90; }
p { color: rgb(238,250,144); }
H1.HeaderClassName
{
color: #EEFA90;
}
.AnyTagClassName
{
color: #EEFA90;
}
</style>
background-color css
<style>
a { background-color: #EEFA90; }
a { background-color: rgb(238,250,144); }
div.DivClassName
{
background-color: #EEFA90;
}
.BgClassName
{
background-color: #EEFA90;
}
</style>
border-color css
<style>
span { border-color: #EEFA90; }
span { border-color: rgb(238,250,144); }
td.TdClassName
{
border-color: #EEFA90;
}
.TagClassName
{
border-color: #EEFA90;
}
</style>