Shades of Tidal #EEF98A
Tints of Tidal #EEF98A
RGB
CMYK
RGB Variations
Color information
#EEF98A (or 0xEEF98A) is known color: Tidal. HEX triplet: EE, F9 and 8A. RGB value is (238,249,138). Sum of RGB (Red+Green+Blue) = 238+249+138=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF98A is #110675. Grayscale: #E9E9E9. Windows color (decimal): -1115766 or 9107950. OLE color: 9107950.
HSL color Cylindrical-coordinate representation of color #EEF98A: hue angle of 65.95º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEF98A is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 138 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.02 |
| HSL | 65.95º | 0.9% | 0.76% | - |
| HSV(B) | 65.95º | 0.45% | 0.98% | - |
| XYZ | 73.72 | 87.76 | 37.1 | - |
| YUV | 233.06 | 74.36 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 138 | 0.04 | 0 | 0.45 | 0.02 | 65.95 | 0.9 | 0.76 |
| Hex | EE | F9 | 8A | 4 | 0 | 2D | 2 | 42 | 5A | 4C |
| Octal | 356 | 371 | 212 | 4 | 0 | 55 | 2 | 102 | 132 | 114 |
| Binary | 11101110 | 11111001 | 10001010 | 100 | 0 | 101101 | 10 | 1000010 | 1011010 | 1001100 |
Color Harmonies of #EEF98A
Complementary color
Monochromatic Colors of #EEF98A
Black with #EEF98A
Text Example
Text Example
White with #EEF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF98A; }
p { color: rgb(238,249,138); }
H1.HeaderClassName
{
color: #EEF98A;
}
.AnyTagClassName
{
color: #EEF98A;
}
</style>
background-color css
<style>
a { background-color: #EEF98A; }
a { background-color: rgb(238,249,138); }
div.DivClassName
{
background-color: #EEF98A;
}
.BgClassName
{
background-color: #EEF98A;
}
</style>
border-color css
<style>
span { border-color: #EEF98A; }
span { border-color: rgb(238,249,138); }
td.TdClassName
{
border-color: #EEF98A;
}
.TagClassName
{
border-color: #EEF98A;
}
</style>