Shades of Tidal #EEF87F
Tints of Tidal #EEF87F
RGB
CMYK
RGB Variations
Color information
#EEF87F (or 0xEEF87F) is known color: Tidal. HEX triplet: EE, F8 and 7F. RGB value is (238,248,127). Sum of RGB (Red+Green+Blue) = 238+248+127=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 127 (50% from 255 or 20.72% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF87F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF87F is #110780. Grayscale: #E7E7E7. Windows color (decimal): -1116033 or 8386798. OLE color: 8386798.
HSL color Cylindrical-coordinate representation of color #EEF87F: hue angle of 64.96º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEF87F is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 127 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.03 |
| HSL | 64.96º | 0.9% | 0.74% | - |
| HSV(B) | 64.96º | 0.49% | 0.97% | - |
| XYZ | 72.66 | 86.84 | 33.01 | - |
| YUV | 231.22 | 69.19 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 127 | 0.04 | 0 | 0.49 | 0.03 | 64.96 | 0.9 | 0.74 |
| Hex | EE | F8 | 7F | 4 | 0 | 31 | 3 | 41 | 5A | 4A |
| Octal | 356 | 370 | 177 | 4 | 0 | 61 | 3 | 101 | 132 | 112 |
| Binary | 11101110 | 11111000 | 1111111 | 100 | 0 | 110001 | 11 | 1000001 | 1011010 | 1001010 |
Color Harmonies of #EEF87F
Complementary color
Monochromatic Colors of #EEF87F
Black with #EEF87F
Text Example
Text Example
White with #EEF87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF87F; }
p { color: rgb(238,248,127); }
H1.HeaderClassName
{
color: #EEF87F;
}
.AnyTagClassName
{
color: #EEF87F;
}
</style>
background-color css
<style>
a { background-color: #EEF87F; }
a { background-color: rgb(238,248,127); }
div.DivClassName
{
background-color: #EEF87F;
}
.BgClassName
{
background-color: #EEF87F;
}
</style>
border-color css
<style>
span { border-color: #EEF87F; }
span { border-color: rgb(238,248,127); }
td.TdClassName
{
border-color: #EEF87F;
}
.TagClassName
{
border-color: #EEF87F;
}
</style>