Shades of Tidal #EEF58D
Tints of Tidal #EEF58D
RGB
CMYK
RGB Variations
Color information
#EEF58D (or 0xEEF58D) is known color: Tidal. HEX triplet: EE, F5 and 8D. RGB value is (238,245,141). Sum of RGB (Red+Green+Blue) = 238+245+141=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF58D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF58D is #110A72. Grayscale: #E7E7E7. Windows color (decimal): -1116787 or 9303534. OLE color: 9303534.
HSL color Cylindrical-coordinate representation of color #EEF58D: hue angle of 64.04º 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 #EEF58D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 141 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.04 |
| HSL | 64.04º | 0.84% | 0.76% | - |
| HSV(B) | 64.04º | 0.42% | 0.96% | - |
| XYZ | 72.72 | 85.41 | 37.85 | - |
| YUV | 231.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 141 | 0.03 | 0 | 0.42 | 0.04 | 64.04 | 0.84 | 0.76 |
| Hex | EE | F5 | 8D | 3 | 0 | 2A | 4 | 40 | 54 | 4C |
| Octal | 356 | 365 | 215 | 3 | 0 | 52 | 4 | 100 | 124 | 114 |
| Binary | 11101110 | 11110101 | 10001101 | 11 | 0 | 101010 | 100 | 1000000 | 1010100 | 1001100 |
Color Harmonies of #EEF58D
Complementary color
Monochromatic Colors of #EEF58D
Black with #EEF58D
Text Example
Text Example
White with #EEF58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF58D; }
p { color: rgb(238,245,141); }
H1.HeaderClassName
{
color: #EEF58D;
}
.AnyTagClassName
{
color: #EEF58D;
}
</style>
background-color css
<style>
a { background-color: #EEF58D; }
a { background-color: rgb(238,245,141); }
div.DivClassName
{
background-color: #EEF58D;
}
.BgClassName
{
background-color: #EEF58D;
}
</style>
border-color css
<style>
span { border-color: #EEF58D; }
span { border-color: rgb(238,245,141); }
td.TdClassName
{
border-color: #EEF58D;
}
.TagClassName
{
border-color: #EEF58D;
}
</style>