Shades of Tidal #EAF088
Tints of Tidal #EAF088
RGB
CMYK
RGB Variations
Color information
#EAF088 (or 0xEAF088) is known color: Tidal. HEX triplet: EA, F0 and 88. RGB value is (234,240,136). Sum of RGB (Red+Green+Blue) = 234+240+136=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 136 (53.52% from 255 or 22.30% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF088 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF088 is #150F77. Grayscale: #E2E2E2. Windows color (decimal): -1380216 or 8974570. OLE color: 8974570.
HSL color Cylindrical-coordinate representation of color #EAF088: hue angle of 63.46º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAF088 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 136 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.06 |
| HSL | 63.46º | 0.78% | 0.74% | - |
| HSV(B) | 63.46º | 0.43% | 0.94% | - |
| XYZ | 69.54 | 81.59 | 35.38 | - |
| YUV | 226.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 136 | 0.02 | 0 | 0.43 | 0.06 | 63.46 | 0.78 | 0.74 |
| Hex | EA | F0 | 88 | 2 | 0 | 2B | 6 | 3F | 4E | 4A |
| Octal | 352 | 360 | 210 | 2 | 0 | 53 | 6 | 77 | 116 | 112 |
| Binary | 11101010 | 11110000 | 10001000 | 10 | 0 | 101011 | 110 | 111111 | 1001110 | 1001010 |
Color Harmonies of #EAF088
Complementary color
Monochromatic Colors of #EAF088
Black with #EAF088
Text Example
Text Example
White with #EAF088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF088; }
p { color: rgb(234,240,136); }
H1.HeaderClassName
{
color: #EAF088;
}
.AnyTagClassName
{
color: #EAF088;
}
</style>
background-color css
<style>
a { background-color: #EAF088; }
a { background-color: rgb(234,240,136); }
div.DivClassName
{
background-color: #EAF088;
}
.BgClassName
{
background-color: #EAF088;
}
</style>
border-color css
<style>
span { border-color: #EAF088; }
span { border-color: rgb(234,240,136); }
td.TdClassName
{
border-color: #EAF088;
}
.TagClassName
{
border-color: #EAF088;
}
</style>