Shades of Tidal #EAFC95
Tints of Tidal #EAFC95
RGB
CMYK
RGB Variations
Color information
#EAFC95 (or 0xEAFC95) is known color: Tidal. HEX triplet: EA, FC and 95. RGB value is (234,252,149). Sum of RGB (Red+Green+Blue) = 234+252+149=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 149 (58.59% from 255 or 23.46% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFC95 is #15036A. Grayscale: #EBEBEB. Windows color (decimal): -1377131 or 9829610. OLE color: 9829610.
HSL color Cylindrical-coordinate representation of color #EAFC95: hue angle of 70.49º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAFC95 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 149 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.01 |
| HSL | 70.49º | 0.94% | 0.79% | - |
| HSV(B) | 70.49º | 0.41% | 0.99% | - |
| XYZ | 74.17 | 89.28 | 41.76 | - |
| YUV | 234.88 | 79.54 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 149 | 0.07 | 0 | 0.41 | 0.01 | 70.49 | 0.94 | 0.79 |
| Hex | EA | FC | 95 | 7 | 0 | 29 | 1 | 46 | 5E | 4F |
| Octal | 352 | 374 | 225 | 7 | 0 | 51 | 1 | 106 | 136 | 117 |
| Binary | 11101010 | 11111100 | 10010101 | 111 | 0 | 101001 | 1 | 1000110 | 1011110 | 1001111 |
Color Harmonies of #EAFC95
Complementary color
Monochromatic Colors of #EAFC95
Black with #EAFC95
Text Example
Text Example
White with #EAFC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC95; }
p { color: rgb(234,252,149); }
H1.HeaderClassName
{
color: #EAFC95;
}
.AnyTagClassName
{
color: #EAFC95;
}
</style>
background-color css
<style>
a { background-color: #EAFC95; }
a { background-color: rgb(234,252,149); }
div.DivClassName
{
background-color: #EAFC95;
}
.BgClassName
{
background-color: #EAFC95;
}
</style>
border-color css
<style>
span { border-color: #EAFC95; }
span { border-color: rgb(234,252,149); }
td.TdClassName
{
border-color: #EAFC95;
}
.TagClassName
{
border-color: #EAFC95;
}
</style>