Shades of Tidal #EAFE8C
Tints of Tidal #EAFE8C
RGB
CMYK
RGB Variations
Color information
#EAFE8C (or 0xEAFE8C) is known color: Tidal. HEX triplet: EA, FE and 8C. RGB value is (234,254,140). Sum of RGB (Red+Green+Blue) = 234+254+140=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 140 (55.08% from 255 or 22.29% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE8C is #150173. Grayscale: #EBEBEB. Windows color (decimal): -1376628 or 9240298. OLE color: 9240298.
HSL color Cylindrical-coordinate representation of color #EAFE8C: hue angle of 70.53º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAFE8C is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 140 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.00 |
| HSL | 70.53º | 0.98% | 0.77% | - |
| HSV(B) | 70.53º | 0.45% | 1% | - |
| XYZ | 74.11 | 90.27 | 38.33 | - |
| YUV | 235.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 140 | 0.08 | 0 | 0.45 | 0.00 | 70.53 | 0.98 | 0.77 |
| Hex | EA | FE | 8C | 8 | 0 | 2D | 0 | 47 | 62 | 4D |
| Octal | 352 | 376 | 214 | 10 | 0 | 55 | 0 | 107 | 142 | 115 |
| Binary | 11101010 | 11111110 | 10001100 | 1000 | 0 | 101101 | 0 | 1000111 | 1100010 | 1001101 |
Color Harmonies of #EAFE8C
Complementary color
Monochromatic Colors of #EAFE8C
Black with #EAFE8C
Text Example
Text Example
White with #EAFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE8C; }
p { color: rgb(234,254,140); }
H1.HeaderClassName
{
color: #EAFE8C;
}
.AnyTagClassName
{
color: #EAFE8C;
}
</style>
background-color css
<style>
a { background-color: #EAFE8C; }
a { background-color: rgb(234,254,140); }
div.DivClassName
{
background-color: #EAFE8C;
}
.BgClassName
{
background-color: #EAFE8C;
}
</style>
border-color css
<style>
span { border-color: #EAFE8C; }
span { border-color: rgb(234,254,140); }
td.TdClassName
{
border-color: #EAFE8C;
}
.TagClassName
{
border-color: #EAFE8C;
}
</style>