Shades of Tidal #EEF984
Tints of Tidal #EEF984
RGB
CMYK
RGB Variations
Color information
#EEF984 (or 0xEEF984) is known color: Tidal. HEX triplet: EE, F9 and 84. RGB value is (238,249,132). Sum of RGB (Red+Green+Blue) = 238+249+132=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 132 (51.95% from 255 or 21.32% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF984 is #11067B. Grayscale: #E8E8E8. Windows color (decimal): -1115772 or 8714734. OLE color: 8714734.
HSL color Cylindrical-coordinate representation of color #EEF984: hue angle of 65.64º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEF984 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 132 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.02 |
| HSL | 65.64º | 0.91% | 0.75% | - |
| HSV(B) | 65.64º | 0.47% | 0.98% | - |
| XYZ | 73.3 | 87.59 | 34.87 | - |
| YUV | 232.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 132 | 0.04 | 0 | 0.47 | 0.02 | 65.64 | 0.91 | 0.75 |
| Hex | EE | F9 | 84 | 4 | 0 | 2F | 2 | 42 | 5B | 4B |
| Octal | 356 | 371 | 204 | 4 | 0 | 57 | 2 | 102 | 133 | 113 |
| Binary | 11101110 | 11111001 | 10000100 | 100 | 0 | 101111 | 10 | 1000010 | 1011011 | 1001011 |
Color Harmonies of #EEF984
Complementary color
Monochromatic Colors of #EEF984
Black with #EEF984
Text Example
Text Example
White with #EEF984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF984; }
p { color: rgb(238,249,132); }
H1.HeaderClassName
{
color: #EEF984;
}
.AnyTagClassName
{
color: #EEF984;
}
</style>
background-color css
<style>
a { background-color: #EEF984; }
a { background-color: rgb(238,249,132); }
div.DivClassName
{
background-color: #EEF984;
}
.BgClassName
{
background-color: #EEF984;
}
</style>
border-color css
<style>
span { border-color: #EEF984; }
span { border-color: rgb(238,249,132); }
td.TdClassName
{
border-color: #EEF984;
}
.TagClassName
{
border-color: #EEF984;
}
</style>