Shades of Tidal #EEF982
Tints of Tidal #EEF982
RGB
CMYK
RGB Variations
Color information
#EEF982 (or 0xEEF982) is known color: Tidal. HEX triplet: EE, F9 and 82. RGB value is (238,249,130). Sum of RGB (Red+Green+Blue) = 238+249+130=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 130 (51.17% from 255 or 21.07% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF982 is #11067D. Grayscale: #E8E8E8. Windows color (decimal): -1115774 or 8583662. OLE color: 8583662.
HSL color Cylindrical-coordinate representation of color #EEF982: hue angle of 65.55º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEF982 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 130 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.02 |
| HSL | 65.55º | 0.91% | 0.74% | - |
| HSV(B) | 65.55º | 0.48% | 0.98% | - |
| XYZ | 73.16 | 87.54 | 34.16 | - |
| YUV | 232.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 130 | 0.04 | 0 | 0.48 | 0.02 | 65.55 | 0.91 | 0.74 |
| Hex | EE | F9 | 82 | 4 | 0 | 30 | 2 | 42 | 5B | 4A |
| Octal | 356 | 371 | 202 | 4 | 0 | 60 | 2 | 102 | 133 | 112 |
| Binary | 11101110 | 11111001 | 10000010 | 100 | 0 | 110000 | 10 | 1000010 | 1011011 | 1001010 |
Color Harmonies of #EEF982
Complementary color
Monochromatic Colors of #EEF982
Black with #EEF982
Text Example
Text Example
White with #EEF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF982; }
p { color: rgb(238,249,130); }
H1.HeaderClassName
{
color: #EEF982;
}
.AnyTagClassName
{
color: #EEF982;
}
</style>
background-color css
<style>
a { background-color: #EEF982; }
a { background-color: rgb(238,249,130); }
div.DivClassName
{
background-color: #EEF982;
}
.BgClassName
{
background-color: #EEF982;
}
</style>
border-color css
<style>
span { border-color: #EEF982; }
span { border-color: rgb(238,249,130); }
td.TdClassName
{
border-color: #EEF982;
}
.TagClassName
{
border-color: #EEF982;
}
</style>