Shades of Tidal #EFFE8D
Tints of Tidal #EFFE8D
RGB
CMYK
RGB Variations
Color information
#EFFE8D (or 0xEFFE8D) is known color: Tidal. HEX triplet: EF, FE and 8D. RGB value is (239,254,141). Sum of RGB (Red+Green+Blue) = 239+254+141=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 141 (55.47% from 255 or 22.24% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFE8D is #100172. Grayscale: #EDEDED. Windows color (decimal): -1048947 or 9305839. OLE color: 9305839.
HSL color Cylindrical-coordinate representation of color #EFFE8D: hue angle of 67.96º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFFE8D is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 141 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.00 |
| HSL | 67.96º | 0.98% | 0.77% | - |
| HSV(B) | 67.96º | 0.44% | 1% | - |
| XYZ | 75.85 | 91.16 | 38.8 | - |
| YUV | 236.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 141 | 0.06 | 0 | 0.44 | 0.00 | 67.96 | 0.98 | 0.77 |
| Hex | EF | FE | 8D | 6 | 0 | 2C | 0 | 44 | 62 | 4D |
| Octal | 357 | 376 | 215 | 6 | 0 | 54 | 0 | 104 | 142 | 115 |
| Binary | 11101111 | 11111110 | 10001101 | 110 | 0 | 101100 | 0 | 1000100 | 1100010 | 1001101 |
Color Harmonies of #EFFE8D
Complementary color
Monochromatic Colors of #EFFE8D
Black with #EFFE8D
Text Example
Text Example
White with #EFFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE8D; }
p { color: rgb(239,254,141); }
H1.HeaderClassName
{
color: #EFFE8D;
}
.AnyTagClassName
{
color: #EFFE8D;
}
</style>
background-color css
<style>
a { background-color: #EFFE8D; }
a { background-color: rgb(239,254,141); }
div.DivClassName
{
background-color: #EFFE8D;
}
.BgClassName
{
background-color: #EFFE8D;
}
</style>
border-color css
<style>
span { border-color: #EFFE8D; }
span { border-color: rgb(239,254,141); }
td.TdClassName
{
border-color: #EFFE8D;
}
.TagClassName
{
border-color: #EFFE8D;
}
</style>