Shades of Tidal #EEF28A
Tints of Tidal #EEF28A
RGB
CMYK
RGB Variations
Color information
#EEF28A (or 0xEEF28A) is known color: Tidal. HEX triplet: EE, F2 and 8A. RGB value is (238,242,138). Sum of RGB (Red+Green+Blue) = 238+242+138=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 138 (54.30% from 255 or 22.33% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF28A is #110D75. Grayscale: #E5E5E5. Windows color (decimal): -1117558 or 9106158. OLE color: 9106158.
HSL color Cylindrical-coordinate representation of color #EEF28A: hue angle of 62.31º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEF28A is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 138 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.05 |
| HSL | 62.31º | 0.8% | 0.75% | - |
| HSV(B) | 62.31º | 0.43% | 0.95% | - |
| XYZ | 71.6 | 83.52 | 36.39 | - |
| YUV | 228.95 | 76.67 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 138 | 0.02 | 0 | 0.43 | 0.05 | 62.31 | 0.8 | 0.75 |
| Hex | EE | F2 | 8A | 2 | 0 | 2B | 5 | 3E | 50 | 4B |
| Octal | 356 | 362 | 212 | 2 | 0 | 53 | 5 | 76 | 120 | 113 |
| Binary | 11101110 | 11110010 | 10001010 | 10 | 0 | 101011 | 101 | 111110 | 1010000 | 1001011 |
Color Harmonies of #EEF28A
Complementary color
Monochromatic Colors of #EEF28A
Black with #EEF28A
Text Example
Text Example
White with #EEF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF28A; }
p { color: rgb(238,242,138); }
H1.HeaderClassName
{
color: #EEF28A;
}
.AnyTagClassName
{
color: #EEF28A;
}
</style>
background-color css
<style>
a { background-color: #EEF28A; }
a { background-color: rgb(238,242,138); }
div.DivClassName
{
background-color: #EEF28A;
}
.BgClassName
{
background-color: #EEF28A;
}
</style>
border-color css
<style>
span { border-color: #EEF28A; }
span { border-color: rgb(238,242,138); }
td.TdClassName
{
border-color: #EEF28A;
}
.TagClassName
{
border-color: #EEF28A;
}
</style>