Shades of Tidal #EEF18B
Tints of Tidal #EEF18B
RGB
CMYK
RGB Variations
Color information
#EEF18B (or 0xEEF18B) is known color: Tidal. HEX triplet: EE, F1 and 8B. RGB value is (238,241,139). Sum of RGB (Red+Green+Blue) = 238+241+139=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 139 (54.69% from 255 or 22.49% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF18B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF18B is #110E74. Grayscale: #E4E4E4. Windows color (decimal): -1117813 or 9171438. OLE color: 9171438.
HSL color Cylindrical-coordinate representation of color #EEF18B: hue angle of 61.76º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEF18B is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 139 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.05 |
| HSL | 61.76º | 0.78% | 0.75% | - |
| HSV(B) | 61.76º | 0.42% | 0.95% | - |
| XYZ | 71.38 | 82.95 | 36.68 | - |
| YUV | 228.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 139 | 0.01 | 0 | 0.42 | 0.05 | 61.76 | 0.78 | 0.75 |
| Hex | EE | F1 | 8B | 1 | 0 | 2A | 5 | 3E | 4E | 4B |
| Octal | 356 | 361 | 213 | 1 | 0 | 52 | 5 | 76 | 116 | 113 |
| Binary | 11101110 | 11110001 | 10001011 | 1 | 0 | 101010 | 101 | 111110 | 1001110 | 1001011 |
Color Harmonies of #EEF18B
Complementary color
Monochromatic Colors of #EEF18B
Black with #EEF18B
Text Example
Text Example
White with #EEF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF18B; }
p { color: rgb(238,241,139); }
H1.HeaderClassName
{
color: #EEF18B;
}
.AnyTagClassName
{
color: #EEF18B;
}
</style>
background-color css
<style>
a { background-color: #EEF18B; }
a { background-color: rgb(238,241,139); }
div.DivClassName
{
background-color: #EEF18B;
}
.BgClassName
{
background-color: #EEF18B;
}
</style>
border-color css
<style>
span { border-color: #EEF18B; }
span { border-color: rgb(238,241,139); }
td.TdClassName
{
border-color: #EEF18B;
}
.TagClassName
{
border-color: #EEF18B;
}
</style>