Shades of Tidal #EFFC8A
Tints of Tidal #EFFC8A
RGB
CMYK
RGB Variations
Color information
#EFFC8A (or 0xEFFC8A) is known color: Tidal. HEX triplet: EF, FC and 8A. RGB value is (239,252,138). Sum of RGB (Red+Green+Blue) = 239+252+138=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 138 (54.30% from 255 or 21.94% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFC8A is #100375. Grayscale: #EBEBEB. Windows color (decimal): -1049462 or 9108719. OLE color: 9108719.
HSL color Cylindrical-coordinate representation of color #EFFC8A: hue angle of 66.84º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFFC8A is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 138 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.01 |
| HSL | 66.84º | 0.95% | 0.76% | - |
| HSV(B) | 66.84º | 0.45% | 0.99% | - |
| XYZ | 74.99 | 89.81 | 37.43 | - |
| YUV | 235.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 138 | 0.05 | 0 | 0.45 | 0.01 | 66.84 | 0.95 | 0.76 |
| Hex | EF | FC | 8A | 5 | 0 | 2D | 1 | 43 | 5F | 4C |
| Octal | 357 | 374 | 212 | 5 | 0 | 55 | 1 | 103 | 137 | 114 |
| Binary | 11101111 | 11111100 | 10001010 | 101 | 0 | 101101 | 1 | 1000011 | 1011111 | 1001100 |
Color Harmonies of #EFFC8A
Complementary color
Monochromatic Colors of #EFFC8A
Black with #EFFC8A
Text Example
Text Example
White with #EFFC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC8A; }
p { color: rgb(239,252,138); }
H1.HeaderClassName
{
color: #EFFC8A;
}
.AnyTagClassName
{
color: #EFFC8A;
}
</style>
background-color css
<style>
a { background-color: #EFFC8A; }
a { background-color: rgb(239,252,138); }
div.DivClassName
{
background-color: #EFFC8A;
}
.BgClassName
{
background-color: #EFFC8A;
}
</style>
border-color css
<style>
span { border-color: #EFFC8A; }
span { border-color: rgb(239,252,138); }
td.TdClassName
{
border-color: #EFFC8A;
}
.TagClassName
{
border-color: #EFFC8A;
}
</style>