Shades of Tidal #EAF184
Tints of Tidal #EAF184
RGB
CMYK
RGB Variations
Color information
#EAF184 (or 0xEAF184) is known color: Tidal. HEX triplet: EA, F1 and 84. RGB value is (234,241,132). Sum of RGB (Red+Green+Blue) = 234+241+132=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF184 is #150E7B. Grayscale: #E2E2E2. Windows color (decimal): -1379964 or 8712682. OLE color: 8712682.
HSL color Cylindrical-coordinate representation of color #EAF184: hue angle of 63.85º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAF184 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 132 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.05 |
| HSL | 63.85º | 0.8% | 0.73% | - |
| HSV(B) | 63.85º | 0.45% | 0.95% | - |
| XYZ | 69.55 | 82.07 | 34 | - |
| YUV | 226.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 132 | 0.03 | 0 | 0.45 | 0.05 | 63.85 | 0.8 | 0.73 |
| Hex | EA | F1 | 84 | 3 | 0 | 2D | 5 | 40 | 50 | 49 |
| Octal | 352 | 361 | 204 | 3 | 0 | 55 | 5 | 100 | 120 | 111 |
| Binary | 11101010 | 11110001 | 10000100 | 11 | 0 | 101101 | 101 | 1000000 | 1010000 | 1001001 |
Color Harmonies of #EAF184
Complementary color
Monochromatic Colors of #EAF184
Black with #EAF184
Text Example
Text Example
White with #EAF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF184; }
p { color: rgb(234,241,132); }
H1.HeaderClassName
{
color: #EAF184;
}
.AnyTagClassName
{
color: #EAF184;
}
</style>
background-color css
<style>
a { background-color: #EAF184; }
a { background-color: rgb(234,241,132); }
div.DivClassName
{
background-color: #EAF184;
}
.BgClassName
{
background-color: #EAF184;
}
</style>
border-color css
<style>
span { border-color: #EAF184; }
span { border-color: rgb(234,241,132); }
td.TdClassName
{
border-color: #EAF184;
}
.TagClassName
{
border-color: #EAF184;
}
</style>