Shades of Tidal #EAF880
Tints of Tidal #EAF880
RGB
CMYK
RGB Variations
Color information
#EAF880 (or 0xEAF880) is known color: Tidal. HEX triplet: EA, F8 and 80. RGB value is (234,248,128). Sum of RGB (Red+Green+Blue) = 234+248+128=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 128 (50.39% from 255 or 20.98% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF880 is #15077F. Grayscale: #E6E6E6. Windows color (decimal): -1378176 or 8452330. OLE color: 8452330.
HSL color Cylindrical-coordinate representation of color #EAF880: hue angle of 67º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAF880 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 248 | 128 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.03 |
| HSL | 67º | 0.9% | 0.74% | - |
| HSV(B) | 67º | 0.48% | 0.97% | - |
| XYZ | 71.4 | 86.19 | 33.29 | - |
| YUV | 230.13 | 70.36 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 128 | 0.06 | 0 | 0.48 | 0.03 | 67 | 0.9 | 0.74 |
| Hex | EA | F8 | 80 | 6 | 0 | 30 | 3 | 43 | 5A | 4A |
| Octal | 352 | 370 | 200 | 6 | 0 | 60 | 3 | 103 | 132 | 112 |
| Binary | 11101010 | 11111000 | 10000000 | 110 | 0 | 110000 | 11 | 1000011 | 1011010 | 1001010 |
Color Harmonies of #EAF880
Complementary color
Monochromatic Colors of #EAF880
Black with #EAF880
Text Example
Text Example
White with #EAF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF880; }
p { color: rgb(234,248,128); }
H1.HeaderClassName
{
color: #EAF880;
}
.AnyTagClassName
{
color: #EAF880;
}
</style>
background-color css
<style>
a { background-color: #EAF880; }
a { background-color: rgb(234,248,128); }
div.DivClassName
{
background-color: #EAF880;
}
.BgClassName
{
background-color: #EAF880;
}
</style>
border-color css
<style>
span { border-color: #EAF880; }
span { border-color: rgb(234,248,128); }
td.TdClassName
{
border-color: #EAF880;
}
.TagClassName
{
border-color: #EAF880;
}
</style>