Shades of Tidal #EEFE7E
Tints of Tidal #EEFE7E
RGB
CMYK
RGB Variations
Color information
#EEFE7E (or 0xEEFE7E) is known color: Tidal. HEX triplet: EE, FE and 7E. RGB value is (238,254,126). Sum of RGB (Red+Green+Blue) = 238+254+126=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 126 (49.61% from 255 or 20.39% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFE7E is #110181. Grayscale: #EBEBEB. Windows color (decimal): -1114498 or 8322798. OLE color: 8322798.
HSL color Cylindrical-coordinate representation of color #EEFE7E: hue angle of 67.5º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEFE7E is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 126 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.00 |
| HSL | 67.5º | 0.98% | 0.75% | - |
| HSV(B) | 67.5º | 0.5% | 1% | - |
| XYZ | 74.47 | 90.57 | 33.3 | - |
| YUV | 234.62 | 66.7 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 126 | 0.06 | 0 | 0.50 | 0.00 | 67.5 | 0.98 | 0.75 |
| Hex | EE | FE | 7E | 6 | 0 | 32 | 0 | 44 | 62 | 4B |
| Octal | 356 | 376 | 176 | 6 | 0 | 62 | 0 | 104 | 142 | 113 |
| Binary | 11101110 | 11111110 | 1111110 | 110 | 0 | 110010 | 0 | 1000100 | 1100010 | 1001011 |
Color Harmonies of #EEFE7E
Complementary color
Monochromatic Colors of #EEFE7E
Black with #EEFE7E
Text Example
Text Example
White with #EEFE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE7E; }
p { color: rgb(238,254,126); }
H1.HeaderClassName
{
color: #EEFE7E;
}
.AnyTagClassName
{
color: #EEFE7E;
}
</style>
background-color css
<style>
a { background-color: #EEFE7E; }
a { background-color: rgb(238,254,126); }
div.DivClassName
{
background-color: #EEFE7E;
}
.BgClassName
{
background-color: #EEFE7E;
}
</style>
border-color css
<style>
span { border-color: #EEFE7E; }
span { border-color: rgb(238,254,126); }
td.TdClassName
{
border-color: #EEFE7E;
}
.TagClassName
{
border-color: #EEFE7E;
}
</style>