Shades of Tidal #EEF880
Tints of Tidal #EEF880
RGB
CMYK
RGB Variations
Color information
#EEF880 (or 0xEEF880) is known color: Tidal. HEX triplet: EE, F8 and 80. RGB value is (238,248,128). Sum of RGB (Red+Green+Blue) = 238+248+128=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 128 (50.39% from 255 or 20.85% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF880 is #11077F. Grayscale: #E7E7E7. Windows color (decimal): -1116032 or 8452334. OLE color: 8452334.
HSL color Cylindrical-coordinate representation of color #EEF880: hue angle of 65º degrees, saturation: 0.9, 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 #EEF880 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 128 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.03 |
| HSL | 65º | 0.9% | 0.74% | - |
| HSV(B) | 65º | 0.48% | 0.97% | - |
| XYZ | 72.72 | 86.87 | 33.36 | - |
| YUV | 231.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 128 | 0.04 | 0 | 0.48 | 0.03 | 65 | 0.9 | 0.74 |
| Hex | EE | F8 | 80 | 4 | 0 | 30 | 3 | 41 | 5A | 4A |
| Octal | 356 | 370 | 200 | 4 | 0 | 60 | 3 | 101 | 132 | 112 |
| Binary | 11101110 | 11111000 | 10000000 | 100 | 0 | 110000 | 11 | 1000001 | 1011010 | 1001010 |
Color Harmonies of #EEF880
Complementary color
Monochromatic Colors of #EEF880
Black with #EEF880
Text Example
Text Example
White with #EEF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF880; }
p { color: rgb(238,248,128); }
H1.HeaderClassName
{
color: #EEF880;
}
.AnyTagClassName
{
color: #EEF880;
}
</style>
background-color css
<style>
a { background-color: #EEF880; }
a { background-color: rgb(238,248,128); }
div.DivClassName
{
background-color: #EEF880;
}
.BgClassName
{
background-color: #EEF880;
}
</style>
border-color css
<style>
span { border-color: #EEF880; }
span { border-color: rgb(238,248,128); }
td.TdClassName
{
border-color: #EEF880;
}
.TagClassName
{
border-color: #EEF880;
}
</style>