Shades of Tidal #EEF484
Tints of Tidal #EEF484
RGB
CMYK
RGB Variations
Color information
#EEF484 (or 0xEEF484) is known color: Tidal. HEX triplet: EE, F4 and 84. RGB value is (238,244,132). Sum of RGB (Red+Green+Blue) = 238+244+132=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 132 (51.95% from 255 or 21.50% from 614); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF484 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF484 is #110B7B. Grayscale: #E5E5E5. Windows color (decimal): -1117052 or 8713454. OLE color: 8713454.
HSL color Cylindrical-coordinate representation of color #EEF484: hue angle of 63.21º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEF484 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 132 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.04 |
| HSL | 63.21º | 0.84% | 0.74% | - |
| HSV(B) | 63.21º | 0.46% | 0.96% | - |
| XYZ | 71.78 | 84.54 | 34.37 | - |
| YUV | 229.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 132 | 0.02 | 0 | 0.46 | 0.04 | 63.21 | 0.84 | 0.74 |
| Hex | EE | F4 | 84 | 2 | 0 | 2E | 4 | 3F | 54 | 4A |
| Octal | 356 | 364 | 204 | 2 | 0 | 56 | 4 | 77 | 124 | 112 |
| Binary | 11101110 | 11110100 | 10000100 | 10 | 0 | 101110 | 100 | 111111 | 1010100 | 1001010 |
Color Harmonies of #EEF484
Complementary color
Monochromatic Colors of #EEF484
Black with #EEF484
Text Example
Text Example
White with #EEF484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF484; }
p { color: rgb(238,244,132); }
H1.HeaderClassName
{
color: #EEF484;
}
.AnyTagClassName
{
color: #EEF484;
}
</style>
background-color css
<style>
a { background-color: #EEF484; }
a { background-color: rgb(238,244,132); }
div.DivClassName
{
background-color: #EEF484;
}
.BgClassName
{
background-color: #EEF484;
}
</style>
border-color css
<style>
span { border-color: #EEF484; }
span { border-color: rgb(238,244,132); }
td.TdClassName
{
border-color: #EEF484;
}
.TagClassName
{
border-color: #EEF484;
}
</style>