Shades of Tidal #EEF38E
Tints of Tidal #EEF38E
RGB
CMYK
RGB Variations
Color information
#EEF38E (or 0xEEF38E) is known color: Tidal. HEX triplet: EE, F3 and 8E. RGB value is (238,243,142). Sum of RGB (Red+Green+Blue) = 238+243+142=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 142 (55.86% from 255 or 22.79% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF38E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF38E is #110C71. Grayscale: #E6E6E6. Windows color (decimal): -1117298 or 9368558. OLE color: 9368558.
HSL color Cylindrical-coordinate representation of color #EEF38E: hue angle of 62.97º degrees, saturation: 0.81, 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 #EEF38E is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 142 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.05 |
| HSL | 62.97º | 0.81% | 0.75% | - |
| HSV(B) | 62.97º | 0.42% | 0.95% | - |
| XYZ | 72.19 | 84.23 | 38.04 | - |
| YUV | 229.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 142 | 0.02 | 0 | 0.42 | 0.05 | 62.97 | 0.81 | 0.75 |
| Hex | EE | F3 | 8E | 2 | 0 | 2A | 5 | 3F | 51 | 4B |
| Octal | 356 | 363 | 216 | 2 | 0 | 52 | 5 | 77 | 121 | 113 |
| Binary | 11101110 | 11110011 | 10001110 | 10 | 0 | 101010 | 101 | 111111 | 1010001 | 1001011 |
Color Harmonies of #EEF38E
Complementary color
Monochromatic Colors of #EEF38E
Black with #EEF38E
Text Example
Text Example
White with #EEF38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF38E; }
p { color: rgb(238,243,142); }
H1.HeaderClassName
{
color: #EEF38E;
}
.AnyTagClassName
{
color: #EEF38E;
}
</style>
background-color css
<style>
a { background-color: #EEF38E; }
a { background-color: rgb(238,243,142); }
div.DivClassName
{
background-color: #EEF38E;
}
.BgClassName
{
background-color: #EEF38E;
}
</style>
border-color css
<style>
span { border-color: #EEF38E; }
span { border-color: rgb(238,243,142); }
td.TdClassName
{
border-color: #EEF38E;
}
.TagClassName
{
border-color: #EEF38E;
}
</style>