Shades of Tidal #EEFA85
Tints of Tidal #EEFA85
RGB
CMYK
RGB Variations
Color information
#EEFA85 (or 0xEEFA85) is known color: Tidal. HEX triplet: EE, FA and 85. RGB value is (238,250,133). Sum of RGB (Red+Green+Blue) = 238+250+133=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA85 is #11057A. Grayscale: #E9E9E9. Windows color (decimal): -1115515 or 8780526. OLE color: 8780526.
HSL color Cylindrical-coordinate representation of color #EEFA85: hue angle of 66.15º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEFA85 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 133 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.02 |
| HSL | 66.15º | 0.92% | 0.75% | - |
| HSV(B) | 66.15º | 0.47% | 0.98% | - |
| XYZ | 73.68 | 88.24 | 35.34 | - |
| YUV | 233.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 133 | 0.05 | 0 | 0.47 | 0.02 | 66.15 | 0.92 | 0.75 |
| Hex | EE | FA | 85 | 5 | 0 | 2F | 2 | 42 | 5C | 4B |
| Octal | 356 | 372 | 205 | 5 | 0 | 57 | 2 | 102 | 134 | 113 |
| Binary | 11101110 | 11111010 | 10000101 | 101 | 0 | 101111 | 10 | 1000010 | 1011100 | 1001011 |
Color Harmonies of #EEFA85
Complementary color
Monochromatic Colors of #EEFA85
Black with #EEFA85
Text Example
Text Example
White with #EEFA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA85; }
p { color: rgb(238,250,133); }
H1.HeaderClassName
{
color: #EEFA85;
}
.AnyTagClassName
{
color: #EEFA85;
}
</style>
background-color css
<style>
a { background-color: #EEFA85; }
a { background-color: rgb(238,250,133); }
div.DivClassName
{
background-color: #EEFA85;
}
.BgClassName
{
background-color: #EEFA85;
}
</style>
border-color css
<style>
span { border-color: #EEFA85; }
span { border-color: rgb(238,250,133); }
td.TdClassName
{
border-color: #EEFA85;
}
.TagClassName
{
border-color: #EEFA85;
}
</style>