Shades of Tidal #EEF28F
Tints of Tidal #EEF28F
RGB
CMYK
RGB Variations
Color information
#EEF28F (or 0xEEF28F) is known color: Tidal. HEX triplet: EE, F2 and 8F. RGB value is (238,242,143). Sum of RGB (Red+Green+Blue) = 238+242+143=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 143 (56.25% from 255 or 22.95% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF28F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF28F is #110D70. Grayscale: #E5E5E5. Windows color (decimal): -1117553 or 9433838. OLE color: 9433838.
HSL color Cylindrical-coordinate representation of color #EEF28F: hue angle of 62.42º 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 #EEF28F is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 143 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.05 |
| HSL | 62.42º | 0.79% | 0.75% | - |
| HSV(B) | 62.42º | 0.41% | 0.95% | - |
| XYZ | 71.97 | 83.66 | 38.34 | - |
| YUV | 229.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 143 | 0.02 | 0 | 0.41 | 0.05 | 62.42 | 0.79 | 0.75 |
| Hex | EE | F2 | 8F | 2 | 0 | 29 | 5 | 3E | 4F | 4B |
| Octal | 356 | 362 | 217 | 2 | 0 | 51 | 5 | 76 | 117 | 113 |
| Binary | 11101110 | 11110010 | 10001111 | 10 | 0 | 101001 | 101 | 111110 | 1001111 | 1001011 |
Color Harmonies of #EEF28F
Complementary color
Monochromatic Colors of #EEF28F
Black with #EEF28F
Text Example
Text Example
White with #EEF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF28F; }
p { color: rgb(238,242,143); }
H1.HeaderClassName
{
color: #EEF28F;
}
.AnyTagClassName
{
color: #EEF28F;
}
</style>
background-color css
<style>
a { background-color: #EEF28F; }
a { background-color: rgb(238,242,143); }
div.DivClassName
{
background-color: #EEF28F;
}
.BgClassName
{
background-color: #EEF28F;
}
</style>
border-color css
<style>
span { border-color: #EEF28F; }
span { border-color: rgb(238,242,143); }
td.TdClassName
{
border-color: #EEF28F;
}
.TagClassName
{
border-color: #EEF28F;
}
</style>