Shades of Tidal #EAF584
Tints of Tidal #EAF584
RGB
CMYK
RGB Variations
Color information
#EAF584 (or 0xEAF584) is known color: Tidal. HEX triplet: EA, F5 and 84. RGB value is (234,245,132). Sum of RGB (Red+Green+Blue) = 234+245+132=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 132 (51.95% from 255 or 21.60% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF584 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF584 is #150A7B. Grayscale: #E5E5E5. Windows color (decimal): -1378940 or 8713706. OLE color: 8713706.
HSL color Cylindrical-coordinate representation of color #EAF584: hue angle of 65.84º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAF584 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 132 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.04 |
| HSL | 65.84º | 0.85% | 0.74% | - |
| HSV(B) | 65.84º | 0.46% | 0.96% | - |
| XYZ | 70.75 | 84.46 | 34.4 | - |
| YUV | 228.83 | 73.36 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 132 | 0.04 | 0 | 0.46 | 0.04 | 65.84 | 0.85 | 0.74 |
| Hex | EA | F5 | 84 | 4 | 0 | 2E | 4 | 42 | 55 | 4A |
| Octal | 352 | 365 | 204 | 4 | 0 | 56 | 4 | 102 | 125 | 112 |
| Binary | 11101010 | 11110101 | 10000100 | 100 | 0 | 101110 | 100 | 1000010 | 1010101 | 1001010 |
Color Harmonies of #EAF584
Complementary color
Monochromatic Colors of #EAF584
Black with #EAF584
Text Example
Text Example
White with #EAF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF584; }
p { color: rgb(234,245,132); }
H1.HeaderClassName
{
color: #EAF584;
}
.AnyTagClassName
{
color: #EAF584;
}
</style>
background-color css
<style>
a { background-color: #EAF584; }
a { background-color: rgb(234,245,132); }
div.DivClassName
{
background-color: #EAF584;
}
.BgClassName
{
background-color: #EAF584;
}
</style>
border-color css
<style>
span { border-color: #EAF584; }
span { border-color: rgb(234,245,132); }
td.TdClassName
{
border-color: #EAF584;
}
.TagClassName
{
border-color: #EAF584;
}
</style>