Shades of Tidal #EAF580
Tints of Tidal #EAF580
RGB
CMYK
RGB Variations
Color information
#EAF580 (or 0xEAF580) is known color: Tidal. HEX triplet: EA, F5 and 80. RGB value is (234,245,128). Sum of RGB (Red+Green+Blue) = 234+245+128=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF580 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF580 is #150A7F. Grayscale: #E4E4E4. Windows color (decimal): -1378944 or 8451562. OLE color: 8451562.
HSL color Cylindrical-coordinate representation of color #EAF580: hue angle of 65.64º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAF580 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 128 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.04 |
| HSL | 65.64º | 0.85% | 0.73% | - |
| HSV(B) | 65.64º | 0.48% | 0.96% | - |
| XYZ | 70.48 | 84.36 | 32.99 | - |
| YUV | 228.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 128 | 0.04 | 0 | 0.48 | 0.04 | 65.64 | 0.85 | 0.73 |
| Hex | EA | F5 | 80 | 4 | 0 | 30 | 4 | 42 | 55 | 49 |
| Octal | 352 | 365 | 200 | 4 | 0 | 60 | 4 | 102 | 125 | 111 |
| Binary | 11101010 | 11110101 | 10000000 | 100 | 0 | 110000 | 100 | 1000010 | 1010101 | 1001001 |
Color Harmonies of #EAF580
Complementary color
Monochromatic Colors of #EAF580
Black with #EAF580
Text Example
Text Example
White with #EAF580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF580; }
p { color: rgb(234,245,128); }
H1.HeaderClassName
{
color: #EAF580;
}
.AnyTagClassName
{
color: #EAF580;
}
</style>
background-color css
<style>
a { background-color: #EAF580; }
a { background-color: rgb(234,245,128); }
div.DivClassName
{
background-color: #EAF580;
}
.BgClassName
{
background-color: #EAF580;
}
</style>
border-color css
<style>
span { border-color: #EAF580; }
span { border-color: rgb(234,245,128); }
td.TdClassName
{
border-color: #EAF580;
}
.TagClassName
{
border-color: #EAF580;
}
</style>