Shades of Tidal #EEF78B
Tints of Tidal #EEF78B
RGB
CMYK
RGB Variations
Color information
#EEF78B (or 0xEEF78B) is known color: Tidal. HEX triplet: EE, F7 and 8B. RGB value is (238,247,139). Sum of RGB (Red+Green+Blue) = 238+247+139=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 247 (96.88% from 255 or 39.58% from 624); Blue value is 139 (54.69% from 255 or 22.28% from 624); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF78B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF78B is #110874. Grayscale: #E8E8E8. Windows color (decimal): -1116277 or 9172974. OLE color: 9172974.
HSL color Cylindrical-coordinate representation of color #EEF78B: hue angle of 65º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEF78B is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 139 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.03 |
| HSL | 65º | 0.87% | 0.76% | - |
| HSV(B) | 65º | 0.44% | 0.97% | - |
| XYZ | 73.18 | 86.56 | 37.28 | - |
| YUV | 232 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 139 | 0.04 | 0 | 0.44 | 0.03 | 65 | 0.87 | 0.76 |
| Hex | EE | F7 | 8B | 4 | 0 | 2C | 3 | 41 | 57 | 4C |
| Octal | 356 | 367 | 213 | 4 | 0 | 54 | 3 | 101 | 127 | 114 |
| Binary | 11101110 | 11110111 | 10001011 | 100 | 0 | 101100 | 11 | 1000001 | 1010111 | 1001100 |
Color Harmonies of #EEF78B
Complementary color
Monochromatic Colors of #EEF78B
Black with #EEF78B
Text Example
Text Example
White with #EEF78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF78B; }
p { color: rgb(238,247,139); }
H1.HeaderClassName
{
color: #EEF78B;
}
.AnyTagClassName
{
color: #EEF78B;
}
</style>
background-color css
<style>
a { background-color: #EEF78B; }
a { background-color: rgb(238,247,139); }
div.DivClassName
{
background-color: #EEF78B;
}
.BgClassName
{
background-color: #EEF78B;
}
</style>
border-color css
<style>
span { border-color: #EEF78B; }
span { border-color: rgb(238,247,139); }
td.TdClassName
{
border-color: #EEF78B;
}
.TagClassName
{
border-color: #EEF78B;
}
</style>