Shades of Tidal #EAFE8B
Tints of Tidal #EAFE8B
RGB
CMYK
RGB Variations
Color information
#EAFE8B (or 0xEAFE8B) is known color: Tidal. HEX triplet: EA, FE and 8B. RGB value is (234,254,139). Sum of RGB (Red+Green+Blue) = 234+254+139=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 139 (54.69% from 255 or 22.17% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE8B is #150174. Grayscale: #EBEBEB. Windows color (decimal): -1376629 or 9174762. OLE color: 9174762.
HSL color Cylindrical-coordinate representation of color #EAFE8B: hue angle of 70.43º 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 #EAFE8B is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 139 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.00 |
| HSL | 70.43º | 0.98% | 0.77% | - |
| HSV(B) | 70.43º | 0.45% | 1% | - |
| XYZ | 74.03 | 90.24 | 37.94 | - |
| YUV | 234.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 139 | 0.08 | 0 | 0.45 | 0.00 | 70.43 | 0.98 | 0.77 |
| Hex | EA | FE | 8B | 8 | 0 | 2D | 0 | 46 | 62 | 4D |
| Octal | 352 | 376 | 213 | 10 | 0 | 55 | 0 | 106 | 142 | 115 |
| Binary | 11101010 | 11111110 | 10001011 | 1000 | 0 | 101101 | 0 | 1000110 | 1100010 | 1001101 |
Color Harmonies of #EAFE8B
Complementary color
Monochromatic Colors of #EAFE8B
Black with #EAFE8B
Text Example
Text Example
White with #EAFE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE8B; }
p { color: rgb(234,254,139); }
H1.HeaderClassName
{
color: #EAFE8B;
}
.AnyTagClassName
{
color: #EAFE8B;
}
</style>
background-color css
<style>
a { background-color: #EAFE8B; }
a { background-color: rgb(234,254,139); }
div.DivClassName
{
background-color: #EAFE8B;
}
.BgClassName
{
background-color: #EAFE8B;
}
</style>
border-color css
<style>
span { border-color: #EAFE8B; }
span { border-color: rgb(234,254,139); }
td.TdClassName
{
border-color: #EAFE8B;
}
.TagClassName
{
border-color: #EAFE8B;
}
</style>