Shades of Tidal #EEF28D
Tints of Tidal #EEF28D
RGB
CMYK
RGB Variations
Color information
#EEF28D (or 0xEEF28D) is known color: Tidal. HEX triplet: EE, F2 and 8D. RGB value is (238,242,141). Sum of RGB (Red+Green+Blue) = 238+242+141=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF28D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF28D is #110D72. Grayscale: #E5E5E5. Windows color (decimal): -1117555 or 9302766. OLE color: 9302766.
HSL color Cylindrical-coordinate representation of color #EEF28D: hue angle of 62.38º degrees, saturation: 0.8, 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 #EEF28D is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 141 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.05 |
| HSL | 62.38º | 0.8% | 0.75% | - |
| HSV(B) | 62.38º | 0.42% | 0.95% | - |
| XYZ | 71.82 | 83.6 | 37.55 | - |
| YUV | 229.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 141 | 0.02 | 0 | 0.42 | 0.05 | 62.38 | 0.8 | 0.75 |
| Hex | EE | F2 | 8D | 2 | 0 | 2A | 5 | 3E | 50 | 4B |
| Octal | 356 | 362 | 215 | 2 | 0 | 52 | 5 | 76 | 120 | 113 |
| Binary | 11101110 | 11110010 | 10001101 | 10 | 0 | 101010 | 101 | 111110 | 1010000 | 1001011 |
Color Harmonies of #EEF28D
Complementary color
Monochromatic Colors of #EEF28D
Black with #EEF28D
Text Example
Text Example
White with #EEF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF28D; }
p { color: rgb(238,242,141); }
H1.HeaderClassName
{
color: #EEF28D;
}
.AnyTagClassName
{
color: #EEF28D;
}
</style>
background-color css
<style>
a { background-color: #EEF28D; }
a { background-color: rgb(238,242,141); }
div.DivClassName
{
background-color: #EEF28D;
}
.BgClassName
{
background-color: #EEF28D;
}
</style>
border-color css
<style>
span { border-color: #EEF28D; }
span { border-color: rgb(238,242,141); }
td.TdClassName
{
border-color: #EEF28D;
}
.TagClassName
{
border-color: #EEF28D;
}
</style>