Shades of Tidal #EAFE8F
Tints of Tidal #EAFE8F
RGB
CMYK
RGB Variations
Color information
#EAFE8F (or 0xEAFE8F) is known color: Tidal. HEX triplet: EA, FE and 8F. RGB value is (234,254,143). Sum of RGB (Red+Green+Blue) = 234+254+143=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 143 (56.25% from 255 or 22.66% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE8F is #150170. Grayscale: #EBEBEB. Windows color (decimal): -1376625 or 9436906. OLE color: 9436906.
HSL color Cylindrical-coordinate representation of color #EAFE8F: hue angle of 70.81º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAFE8F is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 143 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.00 |
| HSL | 70.81º | 0.98% | 0.78% | - |
| HSV(B) | 70.81º | 0.44% | 1% | - |
| XYZ | 74.33 | 90.36 | 39.51 | - |
| YUV | 235.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 143 | 0.08 | 0 | 0.44 | 0.00 | 70.81 | 0.98 | 0.78 |
| Hex | EA | FE | 8F | 8 | 0 | 2C | 0 | 47 | 62 | 4E |
| Octal | 352 | 376 | 217 | 10 | 0 | 54 | 0 | 107 | 142 | 116 |
| Binary | 11101010 | 11111110 | 10001111 | 1000 | 0 | 101100 | 0 | 1000111 | 1100010 | 1001110 |
Color Harmonies of #EAFE8F
Complementary color
Monochromatic Colors of #EAFE8F
Black with #EAFE8F
Text Example
Text Example
White with #EAFE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE8F; }
p { color: rgb(234,254,143); }
H1.HeaderClassName
{
color: #EAFE8F;
}
.AnyTagClassName
{
color: #EAFE8F;
}
</style>
background-color css
<style>
a { background-color: #EAFE8F; }
a { background-color: rgb(234,254,143); }
div.DivClassName
{
background-color: #EAFE8F;
}
.BgClassName
{
background-color: #EAFE8F;
}
</style>
border-color css
<style>
span { border-color: #EAFE8F; }
span { border-color: rgb(234,254,143); }
td.TdClassName
{
border-color: #EAFE8F;
}
.TagClassName
{
border-color: #EAFE8F;
}
</style>