Shades of Tidal #EAFE89
Tints of Tidal #EAFE89
RGB
CMYK
RGB Variations
Color information
#EAFE89 (or 0xEAFE89) is known color: Tidal. HEX triplet: EA, FE and 89. RGB value is (234,254,137). Sum of RGB (Red+Green+Blue) = 234+254+137=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 137 (53.91% from 255 or 21.92% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE89 is #150176. Grayscale: #EBEBEB. Windows color (decimal): -1376631 or 9043690. OLE color: 9043690.
HSL color Cylindrical-coordinate representation of color #EAFE89: hue angle of 70.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAFE89 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 137 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.00 |
| HSL | 70.26º | 0.98% | 0.77% | - |
| HSV(B) | 70.26º | 0.46% | 1% | - |
| XYZ | 73.89 | 90.18 | 37.18 | - |
| YUV | 234.68 | 72.87 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 137 | 0.08 | 0 | 0.46 | 0.00 | 70.26 | 0.98 | 0.77 |
| Hex | EA | FE | 89 | 8 | 0 | 2E | 0 | 46 | 62 | 4D |
| Octal | 352 | 376 | 211 | 10 | 0 | 56 | 0 | 106 | 142 | 115 |
| Binary | 11101010 | 11111110 | 10001001 | 1000 | 0 | 101110 | 0 | 1000110 | 1100010 | 1001101 |
Color Harmonies of #EAFE89
Complementary color
Monochromatic Colors of #EAFE89
Black with #EAFE89
Text Example
Text Example
White with #EAFE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE89; }
p { color: rgb(234,254,137); }
H1.HeaderClassName
{
color: #EAFE89;
}
.AnyTagClassName
{
color: #EAFE89;
}
</style>
background-color css
<style>
a { background-color: #EAFE89; }
a { background-color: rgb(234,254,137); }
div.DivClassName
{
background-color: #EAFE89;
}
.BgClassName
{
background-color: #EAFE89;
}
</style>
border-color css
<style>
span { border-color: #EAFE89; }
span { border-color: rgb(234,254,137); }
td.TdClassName
{
border-color: #EAFE89;
}
.TagClassName
{
border-color: #EAFE89;
}
</style>