Shades of Tidal #EAFF8D
Tints of Tidal #EAFF8D
RGB
CMYK
RGB Variations
Color information
#EAFF8D (or 0xEAFF8D) is known color: Tidal. HEX triplet: EA, FF and 8D. RGB value is (234,255,141). Sum of RGB (Red+Green+Blue) = 234+255+141=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 141 (55.47% from 255 or 22.38% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF8D is #150072. Grayscale: #ECECEC. Windows color (decimal): -1376371 or 9306090. OLE color: 9306090.
HSL color Cylindrical-coordinate representation of color #EAFF8D: hue angle of 71.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAFF8D is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 141 | - |
| CMYK | 0.08 | 0 | 0.45 | 0 |
| HSL | 71.05º | 1% | 0.78% | - |
| HSV(B) | 71.05º | 0.45% | 1% | - |
| XYZ | 74.5 | 90.94 | 38.83 | - |
| YUV | 235.73 | 74.54 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 141 | 0.08 | 0 | 0.45 | 0 | 71.05 | 1 | 0.78 |
| Hex | EA | FF | 8D | 8 | 0 | 2D | 0 | 47 | 64 | 4E |
| Octal | 352 | 377 | 215 | 10 | 0 | 55 | 0 | 107 | 144 | 116 |
| Binary | 11101010 | 11111111 | 10001101 | 1000 | 0 | 101101 | 0 | 1000111 | 1100100 | 1001110 |
Color Harmonies of #EAFF8D
Complementary color
Monochromatic Colors of #EAFF8D
Black with #EAFF8D
Text Example
Text Example
White with #EAFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFF8D; }
p { color: rgb(234,255,141); }
H1.HeaderClassName
{
color: #EAFF8D;
}
.AnyTagClassName
{
color: #EAFF8D;
}
</style>
background-color css
<style>
a { background-color: #EAFF8D; }
a { background-color: rgb(234,255,141); }
div.DivClassName
{
background-color: #EAFF8D;
}
.BgClassName
{
background-color: #EAFF8D;
}
</style>
border-color css
<style>
span { border-color: #EAFF8D; }
span { border-color: rgb(234,255,141); }
td.TdClassName
{
border-color: #EAFF8D;
}
.TagClassName
{
border-color: #EAFF8D;
}
</style>