Shades of Tidal #EEF78F
Tints of Tidal #EEF78F
RGB
CMYK
RGB Variations
Color information
#EEF78F (or 0xEEF78F) is known color: Tidal. HEX triplet: EE, F7 and 8F. RGB value is (238,247,143). Sum of RGB (Red+Green+Blue) = 238+247+143=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 143 (56.25% from 255 or 22.77% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF78F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF78F is #110870. Grayscale: #E8E8E8. Windows color (decimal): -1116273 or 9435118. OLE color: 9435118.
HSL color Cylindrical-coordinate representation of color #EEF78F: hue angle of 65.19º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEF78F is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 143 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.03 |
| HSL | 65.19º | 0.87% | 0.76% | - |
| HSV(B) | 65.19º | 0.42% | 0.97% | - |
| XYZ | 73.48 | 86.68 | 38.85 | - |
| YUV | 232.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 143 | 0.04 | 0 | 0.42 | 0.03 | 65.19 | 0.87 | 0.76 |
| Hex | EE | F7 | 8F | 4 | 0 | 2A | 3 | 41 | 57 | 4C |
| Octal | 356 | 367 | 217 | 4 | 0 | 52 | 3 | 101 | 127 | 114 |
| Binary | 11101110 | 11110111 | 10001111 | 100 | 0 | 101010 | 11 | 1000001 | 1010111 | 1001100 |
Color Harmonies of #EEF78F
Complementary color
Monochromatic Colors of #EEF78F
Black with #EEF78F
Text Example
Text Example
White with #EEF78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF78F; }
p { color: rgb(238,247,143); }
H1.HeaderClassName
{
color: #EEF78F;
}
.AnyTagClassName
{
color: #EEF78F;
}
</style>
background-color css
<style>
a { background-color: #EEF78F; }
a { background-color: rgb(238,247,143); }
div.DivClassName
{
background-color: #EEF78F;
}
.BgClassName
{
background-color: #EEF78F;
}
</style>
border-color css
<style>
span { border-color: #EEF78F; }
span { border-color: rgb(238,247,143); }
td.TdClassName
{
border-color: #EEF78F;
}
.TagClassName
{
border-color: #EEF78F;
}
</style>