Shades of Tidal #EEF48D
Tints of Tidal #EEF48D
RGB
CMYK
RGB Variations
Color information
#EEF48D (or 0xEEF48D) is known color: Tidal. HEX triplet: EE, F4 and 8D. RGB value is (238,244,141). Sum of RGB (Red+Green+Blue) = 238+244+141=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 244 (95.70% from 255 or 39.17% from 623); Blue value is 141 (55.47% from 255 or 22.63% from 623); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF48D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF48D is #110B72. Grayscale: #E6E6E6. Windows color (decimal): -1117043 or 9303278. OLE color: 9303278.
HSL color Cylindrical-coordinate representation of color #EEF48D: hue angle of 63.5º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEF48D is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 141 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.04 |
| HSL | 63.5º | 0.82% | 0.75% | - |
| HSV(B) | 63.5º | 0.42% | 0.96% | - |
| XYZ | 72.42 | 84.8 | 37.75 | - |
| YUV | 230.46 | 77.51 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 141 | 0.02 | 0 | 0.42 | 0.04 | 63.5 | 0.82 | 0.75 |
| Hex | EE | F4 | 8D | 2 | 0 | 2A | 4 | 3F | 52 | 4B |
| Octal | 356 | 364 | 215 | 2 | 0 | 52 | 4 | 77 | 122 | 113 |
| Binary | 11101110 | 11110100 | 10001101 | 10 | 0 | 101010 | 100 | 111111 | 1010010 | 1001011 |
Color Harmonies of #EEF48D
Complementary color
Monochromatic Colors of #EEF48D
Black with #EEF48D
Text Example
Text Example
White with #EEF48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF48D; }
p { color: rgb(238,244,141); }
H1.HeaderClassName
{
color: #EEF48D;
}
.AnyTagClassName
{
color: #EEF48D;
}
</style>
background-color css
<style>
a { background-color: #EEF48D; }
a { background-color: rgb(238,244,141); }
div.DivClassName
{
background-color: #EEF48D;
}
.BgClassName
{
background-color: #EEF48D;
}
</style>
border-color css
<style>
span { border-color: #EEF48D; }
span { border-color: rgb(238,244,141); }
td.TdClassName
{
border-color: #EEF48D;
}
.TagClassName
{
border-color: #EEF48D;
}
</style>