Shades of Tidal #EAFC99
Tints of Tidal #EAFC99
RGB
CMYK
RGB Variations
Color information
#EAFC99 (or 0xEAFC99) is known color: Tidal. HEX triplet: EA, FC and 99. RGB value is (234,252,153). Sum of RGB (Red+Green+Blue) = 234+252+153=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 153 (60.16% from 255 or 23.94% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFC99 is #150366. Grayscale: #EBEBEB. Windows color (decimal): -1377127 or 10091754. OLE color: 10091754.
HSL color Cylindrical-coordinate representation of color #EAFC99: hue angle of 70.91º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAFC99 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 153 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.01 |
| HSL | 70.91º | 0.94% | 0.79% | - |
| HSV(B) | 70.91º | 0.39% | 0.99% | - |
| XYZ | 74.49 | 89.41 | 43.47 | - |
| YUV | 235.33 | 81.54 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 153 | 0.07 | 0 | 0.39 | 0.01 | 70.91 | 0.94 | 0.79 |
| Hex | EA | FC | 99 | 7 | 0 | 27 | 1 | 47 | 5E | 4F |
| Octal | 352 | 374 | 231 | 7 | 0 | 47 | 1 | 107 | 136 | 117 |
| Binary | 11101010 | 11111100 | 10011001 | 111 | 0 | 100111 | 1 | 1000111 | 1011110 | 1001111 |
Color Harmonies of #EAFC99
Complementary color
Monochromatic Colors of #EAFC99
Black with #EAFC99
Text Example
Text Example
White with #EAFC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC99; }
p { color: rgb(234,252,153); }
H1.HeaderClassName
{
color: #EAFC99;
}
.AnyTagClassName
{
color: #EAFC99;
}
</style>
background-color css
<style>
a { background-color: #EAFC99; }
a { background-color: rgb(234,252,153); }
div.DivClassName
{
background-color: #EAFC99;
}
.BgClassName
{
background-color: #EAFC99;
}
</style>
border-color css
<style>
span { border-color: #EAFC99; }
span { border-color: rgb(234,252,153); }
td.TdClassName
{
border-color: #EAFC99;
}
.TagClassName
{
border-color: #EAFC99;
}
</style>