Shades of Tidal #EEF390
Tints of Tidal #EEF390
RGB
CMYK
RGB Variations
Color information
#EEF390 (or 0xEEF390) is known color: Tidal. HEX triplet: EE, F3 and 90. RGB value is (238,243,144). Sum of RGB (Red+Green+Blue) = 238+243+144=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 144 (56.64% from 255 or 23.04% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF390 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF390 is #110C6F. Grayscale: #E6E6E6. Windows color (decimal): -1117296 or 9499630. OLE color: 9499630.
HSL color Cylindrical-coordinate representation of color #EEF390: hue angle of 63.03º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEF390 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 144 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.05 |
| HSL | 63.03º | 0.8% | 0.76% | - |
| HSV(B) | 63.03º | 0.41% | 0.95% | - |
| XYZ | 72.34 | 84.29 | 38.84 | - |
| YUV | 230.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 144 | 0.02 | 0 | 0.41 | 0.05 | 63.03 | 0.8 | 0.76 |
| Hex | EE | F3 | 90 | 2 | 0 | 29 | 5 | 3F | 50 | 4C |
| Octal | 356 | 363 | 220 | 2 | 0 | 51 | 5 | 77 | 120 | 114 |
| Binary | 11101110 | 11110011 | 10010000 | 10 | 0 | 101001 | 101 | 111111 | 1010000 | 1001100 |
Color Harmonies of #EEF390
Complementary color
Monochromatic Colors of #EEF390
Black with #EEF390
Text Example
Text Example
White with #EEF390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF390; }
p { color: rgb(238,243,144); }
H1.HeaderClassName
{
color: #EEF390;
}
.AnyTagClassName
{
color: #EEF390;
}
</style>
background-color css
<style>
a { background-color: #EEF390; }
a { background-color: rgb(238,243,144); }
div.DivClassName
{
background-color: #EEF390;
}
.BgClassName
{
background-color: #EEF390;
}
</style>
border-color css
<style>
span { border-color: #EEF390; }
span { border-color: rgb(238,243,144); }
td.TdClassName
{
border-color: #EEF390;
}
.TagClassName
{
border-color: #EEF390;
}
</style>