Shades of Tidal #EAFC93
Tints of Tidal #EAFC93
RGB
CMYK
RGB Variations
Color information
#EAFC93 (or 0xEAFC93) is known color: Tidal. HEX triplet: EA, FC and 93. RGB value is (234,252,147). Sum of RGB (Red+Green+Blue) = 234+252+147=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 147 (57.81% from 255 or 23.22% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFC93 is #15036C. Grayscale: #EBEBEB. Windows color (decimal): -1377133 or 9698538. OLE color: 9698538.
HSL color Cylindrical-coordinate representation of color #EAFC93: hue angle of 70.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAFC93 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 147 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.01 |
| HSL | 70.29º | 0.95% | 0.78% | - |
| HSV(B) | 70.29º | 0.42% | 0.99% | - |
| XYZ | 74.01 | 89.22 | 40.92 | - |
| YUV | 234.65 | 78.54 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 147 | 0.07 | 0 | 0.42 | 0.01 | 70.29 | 0.95 | 0.78 |
| Hex | EA | FC | 93 | 7 | 0 | 2A | 1 | 46 | 5F | 4E |
| Octal | 352 | 374 | 223 | 7 | 0 | 52 | 1 | 106 | 137 | 116 |
| Binary | 11101010 | 11111100 | 10010011 | 111 | 0 | 101010 | 1 | 1000110 | 1011111 | 1001110 |
Color Harmonies of #EAFC93
Complementary color
Monochromatic Colors of #EAFC93
Black with #EAFC93
Text Example
Text Example
White with #EAFC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC93; }
p { color: rgb(234,252,147); }
H1.HeaderClassName
{
color: #EAFC93;
}
.AnyTagClassName
{
color: #EAFC93;
}
</style>
background-color css
<style>
a { background-color: #EAFC93; }
a { background-color: rgb(234,252,147); }
div.DivClassName
{
background-color: #EAFC93;
}
.BgClassName
{
background-color: #EAFC93;
}
</style>
border-color css
<style>
span { border-color: #EAFC93; }
span { border-color: rgb(234,252,147); }
td.TdClassName
{
border-color: #EAFC93;
}
.TagClassName
{
border-color: #EAFC93;
}
</style>