Shades of Tidal #EFFC98
Tints of Tidal #EFFC98
RGB
CMYK
RGB Variations
Color information
#EFFC98 (or 0xEFFC98) is known color: Tidal. HEX triplet: EF, FC and 98. RGB value is (239,252,152). Sum of RGB (Red+Green+Blue) = 239+252+152=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 152 (59.77% from 255 or 23.64% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFC98 is #100367. Grayscale: #EDEDED. Windows color (decimal): -1049448 or 10026223. OLE color: 10026223.
HSL color Cylindrical-coordinate representation of color #EFFC98: hue angle of 67.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFFC98 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 152 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.01 |
| HSL | 67.8º | 0.94% | 0.79% | - |
| HSV(B) | 67.8º | 0.4% | 0.99% | - |
| XYZ | 76.07 | 90.24 | 43.11 | - |
| YUV | 236.71 | 80.19 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 152 | 0.05 | 0 | 0.40 | 0.01 | 67.8 | 0.94 | 0.79 |
| Hex | EF | FC | 98 | 5 | 0 | 28 | 1 | 44 | 5E | 4F |
| Octal | 357 | 374 | 230 | 5 | 0 | 50 | 1 | 104 | 136 | 117 |
| Binary | 11101111 | 11111100 | 10011000 | 101 | 0 | 101000 | 1 | 1000100 | 1011110 | 1001111 |
Color Harmonies of #EFFC98
Complementary color
Monochromatic Colors of #EFFC98
Black with #EFFC98
Text Example
Text Example
White with #EFFC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC98; }
p { color: rgb(239,252,152); }
H1.HeaderClassName
{
color: #EFFC98;
}
.AnyTagClassName
{
color: #EFFC98;
}
</style>
background-color css
<style>
a { background-color: #EFFC98; }
a { background-color: rgb(239,252,152); }
div.DivClassName
{
background-color: #EFFC98;
}
.BgClassName
{
background-color: #EFFC98;
}
</style>
border-color css
<style>
span { border-color: #EFFC98; }
span { border-color: rgb(239,252,152); }
td.TdClassName
{
border-color: #EFFC98;
}
.TagClassName
{
border-color: #EFFC98;
}
</style>