Shades of Tidal #EAFE80
Tints of Tidal #EAFE80
RGB
CMYK
RGB Variations
Color information
#EAFE80 (or 0xEAFE80) is known color: Tidal. HEX triplet: EA, FE and 80. RGB value is (234,254,128). Sum of RGB (Red+Green+Blue) = 234+254+128=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE80 is #15017F. Grayscale: #EAEAEA. Windows color (decimal): -1376640 or 8453866. OLE color: 8453866.
HSL color Cylindrical-coordinate representation of color #EAFE80: hue angle of 69.52º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAFE80 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 128 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.00 |
| HSL | 69.52º | 0.98% | 0.75% | - |
| HSV(B) | 69.52º | 0.5% | 1% | - |
| XYZ | 73.27 | 89.93 | 33.92 | - |
| YUV | 233.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 128 | 0.08 | 0 | 0.50 | 0.00 | 69.52 | 0.98 | 0.75 |
| Hex | EA | FE | 80 | 8 | 0 | 32 | 0 | 46 | 62 | 4B |
| Octal | 352 | 376 | 200 | 10 | 0 | 62 | 0 | 106 | 142 | 113 |
| Binary | 11101010 | 11111110 | 10000000 | 1000 | 0 | 110010 | 0 | 1000110 | 1100010 | 1001011 |
Color Harmonies of #EAFE80
Complementary color
Monochromatic Colors of #EAFE80
Black with #EAFE80
Text Example
Text Example
White with #EAFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE80; }
p { color: rgb(234,254,128); }
H1.HeaderClassName
{
color: #EAFE80;
}
.AnyTagClassName
{
color: #EAFE80;
}
</style>
background-color css
<style>
a { background-color: #EAFE80; }
a { background-color: rgb(234,254,128); }
div.DivClassName
{
background-color: #EAFE80;
}
.BgClassName
{
background-color: #EAFE80;
}
</style>
border-color css
<style>
span { border-color: #EAFE80; }
span { border-color: rgb(234,254,128); }
td.TdClassName
{
border-color: #EAFE80;
}
.TagClassName
{
border-color: #EAFE80;
}
</style>