Shades of Tidal #EEF781
Tints of Tidal #EEF781
RGB
CMYK
RGB Variations
Color information
#EEF781 (or 0xEEF781) is known color: Tidal. HEX triplet: EE, F7 and 81. RGB value is (238,247,129). Sum of RGB (Red+Green+Blue) = 238+247+129=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 129 (50.78% from 255 or 21.01% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF781 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF781 is #11087E. Grayscale: #E7E7E7. Windows color (decimal): -1116287 or 8517614. OLE color: 8517614.
HSL color Cylindrical-coordinate representation of color #EEF781: hue angle of 64.58º degrees, saturation: 0.88, 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 #EEF781 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 129 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.03 |
| HSL | 64.58º | 0.88% | 0.74% | - |
| HSV(B) | 64.58º | 0.48% | 0.97% | - |
| XYZ | 72.48 | 86.28 | 33.6 | - |
| YUV | 230.86 | 70.52 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 129 | 0.04 | 0 | 0.48 | 0.03 | 64.58 | 0.88 | 0.74 |
| Hex | EE | F7 | 81 | 4 | 0 | 30 | 3 | 41 | 58 | 4A |
| Octal | 356 | 367 | 201 | 4 | 0 | 60 | 3 | 101 | 130 | 112 |
| Binary | 11101110 | 11110111 | 10000001 | 100 | 0 | 110000 | 11 | 1000001 | 1011000 | 1001010 |
Color Harmonies of #EEF781
Complementary color
Monochromatic Colors of #EEF781
Black with #EEF781
Text Example
Text Example
White with #EEF781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF781; }
p { color: rgb(238,247,129); }
H1.HeaderClassName
{
color: #EEF781;
}
.AnyTagClassName
{
color: #EEF781;
}
</style>
background-color css
<style>
a { background-color: #EEF781; }
a { background-color: rgb(238,247,129); }
div.DivClassName
{
background-color: #EEF781;
}
.BgClassName
{
background-color: #EEF781;
}
</style>
border-color css
<style>
span { border-color: #EEF781; }
span { border-color: rgb(238,247,129); }
td.TdClassName
{
border-color: #EEF781;
}
.TagClassName
{
border-color: #EEF781;
}
</style>