Shades of Tidal #EEFA92
Tints of Tidal #EEFA92
RGB
CMYK
RGB Variations
Color information
#EEFA92 (or 0xEEFA92) is known color: Tidal. HEX triplet: EE, FA and 92. RGB value is (238,250,146). Sum of RGB (Red+Green+Blue) = 238+250+146=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 146 (57.42% from 255 or 23.03% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA92 is #11056D. Grayscale: #EAEAEA. Windows color (decimal): -1115502 or 9632494. OLE color: 9632494.
HSL color Cylindrical-coordinate representation of color #EEFA92: hue angle of 66.92º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEFA92 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 146 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.02 |
| HSL | 66.92º | 0.91% | 0.78% | - |
| HSV(B) | 66.92º | 0.42% | 0.98% | - |
| XYZ | 74.63 | 88.62 | 40.37 | - |
| YUV | 234.56 | 78.02 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 146 | 0.05 | 0 | 0.42 | 0.02 | 66.92 | 0.91 | 0.78 |
| Hex | EE | FA | 92 | 5 | 0 | 2A | 2 | 43 | 5B | 4E |
| Octal | 356 | 372 | 222 | 5 | 0 | 52 | 2 | 103 | 133 | 116 |
| Binary | 11101110 | 11111010 | 10010010 | 101 | 0 | 101010 | 10 | 1000011 | 1011011 | 1001110 |
Color Harmonies of #EEFA92
Complementary color
Monochromatic Colors of #EEFA92
Black with #EEFA92
Text Example
Text Example
White with #EEFA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA92; }
p { color: rgb(238,250,146); }
H1.HeaderClassName
{
color: #EEFA92;
}
.AnyTagClassName
{
color: #EEFA92;
}
</style>
background-color css
<style>
a { background-color: #EEFA92; }
a { background-color: rgb(238,250,146); }
div.DivClassName
{
background-color: #EEFA92;
}
.BgClassName
{
background-color: #EEFA92;
}
</style>
border-color css
<style>
span { border-color: #EEFA92; }
span { border-color: rgb(238,250,146); }
td.TdClassName
{
border-color: #EEFA92;
}
.TagClassName
{
border-color: #EEFA92;
}
</style>