Shades of Tidal #EEF58E
Tints of Tidal #EEF58E
RGB
CMYK
RGB Variations
Color information
#EEF58E (or 0xEEF58E) is known color: Tidal. HEX triplet: EE, F5 and 8E. RGB value is (238,245,142). Sum of RGB (Red+Green+Blue) = 238+245+142=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 142 (55.86% from 255 or 22.72% from 625); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF58E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF58E is #110A71. Grayscale: #E7E7E7. Windows color (decimal): -1116786 or 9369070. OLE color: 9369070.
HSL color Cylindrical-coordinate representation of color #EEF58E: hue angle of 64.08º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEF58E is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 142 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.04 |
| HSL | 64.08º | 0.84% | 0.76% | - |
| HSV(B) | 64.08º | 0.42% | 0.96% | - |
| XYZ | 72.79 | 85.43 | 38.25 | - |
| YUV | 231.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 142 | 0.03 | 0 | 0.42 | 0.04 | 64.08 | 0.84 | 0.76 |
| Hex | EE | F5 | 8E | 3 | 0 | 2A | 4 | 40 | 54 | 4C |
| Octal | 356 | 365 | 216 | 3 | 0 | 52 | 4 | 100 | 124 | 114 |
| Binary | 11101110 | 11110101 | 10001110 | 11 | 0 | 101010 | 100 | 1000000 | 1010100 | 1001100 |
Color Harmonies of #EEF58E
Complementary color
Monochromatic Colors of #EEF58E
Black with #EEF58E
Text Example
Text Example
White with #EEF58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF58E; }
p { color: rgb(238,245,142); }
H1.HeaderClassName
{
color: #EEF58E;
}
.AnyTagClassName
{
color: #EEF58E;
}
</style>
background-color css
<style>
a { background-color: #EEF58E; }
a { background-color: rgb(238,245,142); }
div.DivClassName
{
background-color: #EEF58E;
}
.BgClassName
{
background-color: #EEF58E;
}
</style>
border-color css
<style>
span { border-color: #EEF58E; }
span { border-color: rgb(238,245,142); }
td.TdClassName
{
border-color: #EEF58E;
}
.TagClassName
{
border-color: #EEF58E;
}
</style>