Shades of Tidal #EAF389
Tints of Tidal #EAF389
RGB
CMYK
RGB Variations
Color information
#EAF389 (or 0xEAF389) is known color: Tidal. HEX triplet: EA, F3 and 89. RGB value is (234,243,137). Sum of RGB (Red+Green+Blue) = 234+243+137=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 137 (53.91% from 255 or 22.31% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF389 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF389 is #150C76. Grayscale: #E4E4E4. Windows color (decimal): -1379447 or 9040874. OLE color: 9040874.
HSL color Cylindrical-coordinate representation of color #EAF389: hue angle of 65.09º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAF389 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 137 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.05 |
| HSL | 65.09º | 0.82% | 0.75% | - |
| HSV(B) | 65.09º | 0.44% | 0.95% | - |
| XYZ | 70.5 | 83.4 | 36.05 | - |
| YUV | 228.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 137 | 0.04 | 0 | 0.44 | 0.05 | 65.09 | 0.82 | 0.75 |
| Hex | EA | F3 | 89 | 4 | 0 | 2C | 5 | 41 | 52 | 4B |
| Octal | 352 | 363 | 211 | 4 | 0 | 54 | 5 | 101 | 122 | 113 |
| Binary | 11101010 | 11110011 | 10001001 | 100 | 0 | 101100 | 101 | 1000001 | 1010010 | 1001011 |
Color Harmonies of #EAF389
Complementary color
Monochromatic Colors of #EAF389
Black with #EAF389
Text Example
Text Example
White with #EAF389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF389; }
p { color: rgb(234,243,137); }
H1.HeaderClassName
{
color: #EAF389;
}
.AnyTagClassName
{
color: #EAF389;
}
</style>
background-color css
<style>
a { background-color: #EAF389; }
a { background-color: rgb(234,243,137); }
div.DivClassName
{
background-color: #EAF389;
}
.BgClassName
{
background-color: #EAF389;
}
</style>
border-color css
<style>
span { border-color: #EAF389; }
span { border-color: rgb(234,243,137); }
td.TdClassName
{
border-color: #EAF389;
}
.TagClassName
{
border-color: #EAF389;
}
</style>