Shades of Tidal #EEF882
Tints of Tidal #EEF882
RGB
CMYK
RGB Variations
Color information
#EEF882 (or 0xEEF882) is known color: Tidal. HEX triplet: EE, F8 and 82. RGB value is (238,248,130). Sum of RGB (Red+Green+Blue) = 238+248+130=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 130 (51.17% from 255 or 21.10% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF882 is #11077D. Grayscale: #E8E8E8. Windows color (decimal): -1116030 or 8583406. OLE color: 8583406.
HSL color Cylindrical-coordinate representation of color #EEF882: hue angle of 65.08º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEF882 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 130 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.03 |
| HSL | 65.08º | 0.89% | 0.74% | - |
| HSV(B) | 65.08º | 0.48% | 0.97% | - |
| XYZ | 72.86 | 86.92 | 34.06 | - |
| YUV | 231.56 | 70.69 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 130 | 0.04 | 0 | 0.48 | 0.03 | 65.08 | 0.89 | 0.74 |
| Hex | EE | F8 | 82 | 4 | 0 | 30 | 3 | 41 | 59 | 4A |
| Octal | 356 | 370 | 202 | 4 | 0 | 60 | 3 | 101 | 131 | 112 |
| Binary | 11101110 | 11111000 | 10000010 | 100 | 0 | 110000 | 11 | 1000001 | 1011001 | 1001010 |
Color Harmonies of #EEF882
Complementary color
Monochromatic Colors of #EEF882
Black with #EEF882
Text Example
Text Example
White with #EEF882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF882; }
p { color: rgb(238,248,130); }
H1.HeaderClassName
{
color: #EEF882;
}
.AnyTagClassName
{
color: #EEF882;
}
</style>
background-color css
<style>
a { background-color: #EEF882; }
a { background-color: rgb(238,248,130); }
div.DivClassName
{
background-color: #EEF882;
}
.BgClassName
{
background-color: #EEF882;
}
</style>
border-color css
<style>
span { border-color: #EEF882; }
span { border-color: rgb(238,248,130); }
td.TdClassName
{
border-color: #EEF882;
}
.TagClassName
{
border-color: #EEF882;
}
</style>