Shades of Tidal #EEFE8B
Tints of Tidal #EEFE8B
RGB
CMYK
RGB Variations
Color information
#EEFE8B (or 0xEEFE8B) is known color: Tidal. HEX triplet: EE, FE and 8B. RGB value is (238,254,139). Sum of RGB (Red+Green+Blue) = 238+254+139=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 139 (54.69% from 255 or 22.03% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFE8B is #110174. Grayscale: #ECECEC. Windows color (decimal): -1114485 or 9174766. OLE color: 9174766.
HSL color Cylindrical-coordinate representation of color #EEFE8B: hue angle of 68.35º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEFE8B is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 139 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.00 |
| HSL | 68.35º | 0.98% | 0.77% | - |
| HSV(B) | 68.35º | 0.45% | 1% | - |
| XYZ | 75.36 | 90.92 | 38 | - |
| YUV | 236.11 | 73.2 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 139 | 0.06 | 0 | 0.45 | 0.00 | 68.35 | 0.98 | 0.77 |
| Hex | EE | FE | 8B | 6 | 0 | 2D | 0 | 44 | 62 | 4D |
| Octal | 356 | 376 | 213 | 6 | 0 | 55 | 0 | 104 | 142 | 115 |
| Binary | 11101110 | 11111110 | 10001011 | 110 | 0 | 101101 | 0 | 1000100 | 1100010 | 1001101 |
Color Harmonies of #EEFE8B
Complementary color
Monochromatic Colors of #EEFE8B
Black with #EEFE8B
Text Example
Text Example
White with #EEFE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE8B; }
p { color: rgb(238,254,139); }
H1.HeaderClassName
{
color: #EEFE8B;
}
.AnyTagClassName
{
color: #EEFE8B;
}
</style>
background-color css
<style>
a { background-color: #EEFE8B; }
a { background-color: rgb(238,254,139); }
div.DivClassName
{
background-color: #EEFE8B;
}
.BgClassName
{
background-color: #EEFE8B;
}
</style>
border-color css
<style>
span { border-color: #EEFE8B; }
span { border-color: rgb(238,254,139); }
td.TdClassName
{
border-color: #EEFE8B;
}
.TagClassName
{
border-color: #EEFE8B;
}
</style>