Shades of Tidal #EEF28E
Tints of Tidal #EEF28E
RGB
CMYK
RGB Variations
Color information
#EEF28E (or 0xEEF28E) is known color: Tidal. HEX triplet: EE, F2 and 8E. RGB value is (238,242,142). Sum of RGB (Red+Green+Blue) = 238+242+142=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 142 (55.86% from 255 or 22.83% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF28E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF28E is #110D71. Grayscale: #E5E5E5. Windows color (decimal): -1117554 or 9368302. OLE color: 9368302.
HSL color Cylindrical-coordinate representation of color #EEF28E: hue angle of 62.4º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEF28E is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 142 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.05 |
| HSL | 62.4º | 0.79% | 0.75% | - |
| HSV(B) | 62.4º | 0.41% | 0.95% | - |
| XYZ | 71.89 | 83.63 | 37.95 | - |
| YUV | 229.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 142 | 0.02 | 0 | 0.41 | 0.05 | 62.4 | 0.79 | 0.75 |
| Hex | EE | F2 | 8E | 2 | 0 | 29 | 5 | 3E | 4F | 4B |
| Octal | 356 | 362 | 216 | 2 | 0 | 51 | 5 | 76 | 117 | 113 |
| Binary | 11101110 | 11110010 | 10001110 | 10 | 0 | 101001 | 101 | 111110 | 1001111 | 1001011 |
Color Harmonies of #EEF28E
Complementary color
Monochromatic Colors of #EEF28E
Black with #EEF28E
Text Example
Text Example
White with #EEF28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF28E; }
p { color: rgb(238,242,142); }
H1.HeaderClassName
{
color: #EEF28E;
}
.AnyTagClassName
{
color: #EEF28E;
}
</style>
background-color css
<style>
a { background-color: #EEF28E; }
a { background-color: rgb(238,242,142); }
div.DivClassName
{
background-color: #EEF28E;
}
.BgClassName
{
background-color: #EEF28E;
}
</style>
border-color css
<style>
span { border-color: #EEF28E; }
span { border-color: rgb(238,242,142); }
td.TdClassName
{
border-color: #EEF28E;
}
.TagClassName
{
border-color: #EEF28E;
}
</style>