Shades of Tidal #EAFB80
Tints of Tidal #EAFB80
RGB
CMYK
RGB Variations
Color information
#EAFB80 (or 0xEAFB80) is known color: Tidal. HEX triplet: EA, FB and 80. RGB value is (234,251,128). Sum of RGB (Red+Green+Blue) = 234+251+128=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFB80 is #15047F. Grayscale: #E8E8E8. Windows color (decimal): -1377408 or 8453098. OLE color: 8453098.
HSL color Cylindrical-coordinate representation of color #EAFB80: hue angle of 68.29º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAFB80 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 251 | 128 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.02 |
| HSL | 68.29º | 0.94% | 0.74% | - |
| HSV(B) | 68.29º | 0.49% | 0.98% | - |
| XYZ | 72.33 | 88.05 | 33.6 | - |
| YUV | 231.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 251 | 128 | 0.07 | 0 | 0.49 | 0.02 | 68.29 | 0.94 | 0.74 |
| Hex | EA | FB | 80 | 7 | 0 | 31 | 2 | 44 | 5E | 4A |
| Octal | 352 | 373 | 200 | 7 | 0 | 61 | 2 | 104 | 136 | 112 |
| Binary | 11101010 | 11111011 | 10000000 | 111 | 0 | 110001 | 10 | 1000100 | 1011110 | 1001010 |
Color Harmonies of #EAFB80
Complementary color
Monochromatic Colors of #EAFB80
Black with #EAFB80
Text Example
Text Example
White with #EAFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFB80; }
p { color: rgb(234,251,128); }
H1.HeaderClassName
{
color: #EAFB80;
}
.AnyTagClassName
{
color: #EAFB80;
}
</style>
background-color css
<style>
a { background-color: #EAFB80; }
a { background-color: rgb(234,251,128); }
div.DivClassName
{
background-color: #EAFB80;
}
.BgClassName
{
background-color: #EAFB80;
}
</style>
border-color css
<style>
span { border-color: #EAFB80; }
span { border-color: rgb(234,251,128); }
td.TdClassName
{
border-color: #EAFB80;
}
.TagClassName
{
border-color: #EAFB80;
}
</style>