Shades of Tidal #EEFA93
Tints of Tidal #EEFA93
RGB
CMYK
RGB Variations
Color information
#EEFA93 (or 0xEEFA93) is known color: Tidal. HEX triplet: EE, FA and 93. RGB value is (238,250,147). Sum of RGB (Red+Green+Blue) = 238+250+147=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 147 (57.81% from 255 or 23.15% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA93 is #11056C. Grayscale: #EBEBEB. Windows color (decimal): -1115501 or 9698030. OLE color: 9698030.
HSL color Cylindrical-coordinate representation of color #EEFA93: hue angle of 66.99º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEFA93 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 147 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.02 |
| HSL | 66.99º | 0.91% | 0.78% | - |
| HSV(B) | 66.99º | 0.41% | 0.98% | - |
| XYZ | 74.71 | 88.65 | 40.78 | - |
| YUV | 234.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 147 | 0.05 | 0 | 0.41 | 0.02 | 66.99 | 0.91 | 0.78 |
| Hex | EE | FA | 93 | 5 | 0 | 29 | 2 | 43 | 5B | 4E |
| Octal | 356 | 372 | 223 | 5 | 0 | 51 | 2 | 103 | 133 | 116 |
| Binary | 11101110 | 11111010 | 10010011 | 101 | 0 | 101001 | 10 | 1000011 | 1011011 | 1001110 |
Color Harmonies of #EEFA93
Complementary color
Monochromatic Colors of #EEFA93
Black with #EEFA93
Text Example
Text Example
White with #EEFA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA93; }
p { color: rgb(238,250,147); }
H1.HeaderClassName
{
color: #EEFA93;
}
.AnyTagClassName
{
color: #EEFA93;
}
</style>
background-color css
<style>
a { background-color: #EEFA93; }
a { background-color: rgb(238,250,147); }
div.DivClassName
{
background-color: #EEFA93;
}
.BgClassName
{
background-color: #EEFA93;
}
</style>
border-color css
<style>
span { border-color: #EEFA93; }
span { border-color: rgb(238,250,147); }
td.TdClassName
{
border-color: #EEFA93;
}
.TagClassName
{
border-color: #EEFA93;
}
</style>