Shades of Tidal #EEFE92
Tints of Tidal #EEFE92
RGB
CMYK
RGB Variations
Color information
#EEFE92 (or 0xEEFE92) is known color: Tidal. HEX triplet: EE, FE and 92. RGB value is (238,254,146). Sum of RGB (Red+Green+Blue) = 238+254+146=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 146 (57.42% from 255 or 22.88% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFE92 is #11016D. Grayscale: #EDEDED. Windows color (decimal): -1114478 or 9633518. OLE color: 9633518.
HSL color Cylindrical-coordinate representation of color #EEFE92: hue angle of 68.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEFE92 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 146 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.00 |
| HSL | 68.89º | 0.98% | 0.78% | - |
| HSV(B) | 68.89º | 0.43% | 1% | - |
| XYZ | 75.89 | 91.14 | 40.79 | - |
| YUV | 236.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 146 | 0.06 | 0 | 0.43 | 0.00 | 68.89 | 0.98 | 0.78 |
| Hex | EE | FE | 92 | 6 | 0 | 2B | 0 | 45 | 62 | 4E |
| Octal | 356 | 376 | 222 | 6 | 0 | 53 | 0 | 105 | 142 | 116 |
| Binary | 11101110 | 11111110 | 10010010 | 110 | 0 | 101011 | 0 | 1000101 | 1100010 | 1001110 |
Color Harmonies of #EEFE92
Complementary color
Monochromatic Colors of #EEFE92
Black with #EEFE92
Text Example
Text Example
White with #EEFE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE92; }
p { color: rgb(238,254,146); }
H1.HeaderClassName
{
color: #EEFE92;
}
.AnyTagClassName
{
color: #EEFE92;
}
</style>
background-color css
<style>
a { background-color: #EEFE92; }
a { background-color: rgb(238,254,146); }
div.DivClassName
{
background-color: #EEFE92;
}
.BgClassName
{
background-color: #EEFE92;
}
</style>
border-color css
<style>
span { border-color: #EEFE92; }
span { border-color: rgb(238,254,146); }
td.TdClassName
{
border-color: #EEFE92;
}
.TagClassName
{
border-color: #EEFE92;
}
</style>