Shades of Tidal #EFFC8C
Tints of Tidal #EFFC8C
RGB
CMYK
RGB Variations
Color information
#EFFC8C (or 0xEFFC8C) is known color: Tidal. HEX triplet: EF, FC and 8C. RGB value is (239,252,140). Sum of RGB (Red+Green+Blue) = 239+252+140=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 140 (55.08% from 255 or 22.19% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFC8C is #100373. Grayscale: #EBEBEB. Windows color (decimal): -1049460 or 9239791. OLE color: 9239791.
HSL color Cylindrical-coordinate representation of color #EFFC8C: hue angle of 66.96º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFFC8C is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 140 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.01 |
| HSL | 66.96º | 0.95% | 0.77% | - |
| HSV(B) | 66.96º | 0.44% | 0.99% | - |
| XYZ | 75.14 | 89.86 | 38.2 | - |
| YUV | 235.35 | 74.19 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 140 | 0.05 | 0 | 0.44 | 0.01 | 66.96 | 0.95 | 0.77 |
| Hex | EF | FC | 8C | 5 | 0 | 2C | 1 | 43 | 5F | 4D |
| Octal | 357 | 374 | 214 | 5 | 0 | 54 | 1 | 103 | 137 | 115 |
| Binary | 11101111 | 11111100 | 10001100 | 101 | 0 | 101100 | 1 | 1000011 | 1011111 | 1001101 |
Color Harmonies of #EFFC8C
Complementary color
Monochromatic Colors of #EFFC8C
Black with #EFFC8C
Text Example
Text Example
White with #EFFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC8C; }
p { color: rgb(239,252,140); }
H1.HeaderClassName
{
color: #EFFC8C;
}
.AnyTagClassName
{
color: #EFFC8C;
}
</style>
background-color css
<style>
a { background-color: #EFFC8C; }
a { background-color: rgb(239,252,140); }
div.DivClassName
{
background-color: #EFFC8C;
}
.BgClassName
{
background-color: #EFFC8C;
}
</style>
border-color css
<style>
span { border-color: #EFFC8C; }
span { border-color: rgb(239,252,140); }
td.TdClassName
{
border-color: #EFFC8C;
}
.TagClassName
{
border-color: #EFFC8C;
}
</style>