Shades of Tidal #EAFD8B
Tints of Tidal #EAFD8B
RGB
CMYK
RGB Variations
Color information
#EAFD8B (or 0xEAFD8B) is known color: Tidal. HEX triplet: EA, FD and 8B. RGB value is (234,253,139). Sum of RGB (Red+Green+Blue) = 234+253+139=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 139 (54.69% from 255 or 22.20% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFD8B is #150274. Grayscale: #EAEAEA. Windows color (decimal): -1376885 or 9174506. OLE color: 9174506.
HSL color Cylindrical-coordinate representation of color #EAFD8B: hue angle of 70º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAFD8B is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 139 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.01 |
| HSL | 70º | 0.97% | 0.77% | - |
| HSV(B) | 70º | 0.45% | 0.99% | - |
| XYZ | 73.72 | 89.61 | 37.84 | - |
| YUV | 234.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 139 | 0.08 | 0 | 0.45 | 0.01 | 70 | 0.97 | 0.77 |
| Hex | EA | FD | 8B | 8 | 0 | 2D | 1 | 46 | 61 | 4D |
| Octal | 352 | 375 | 213 | 10 | 0 | 55 | 1 | 106 | 141 | 115 |
| Binary | 11101010 | 11111101 | 10001011 | 1000 | 0 | 101101 | 1 | 1000110 | 1100001 | 1001101 |
Color Harmonies of #EAFD8B
Complementary color
Monochromatic Colors of #EAFD8B
Black with #EAFD8B
Text Example
Text Example
White with #EAFD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFD8B; }
p { color: rgb(234,253,139); }
H1.HeaderClassName
{
color: #EAFD8B;
}
.AnyTagClassName
{
color: #EAFD8B;
}
</style>
background-color css
<style>
a { background-color: #EAFD8B; }
a { background-color: rgb(234,253,139); }
div.DivClassName
{
background-color: #EAFD8B;
}
.BgClassName
{
background-color: #EAFD8B;
}
</style>
border-color css
<style>
span { border-color: #EAFD8B; }
span { border-color: rgb(234,253,139); }
td.TdClassName
{
border-color: #EAFD8B;
}
.TagClassName
{
border-color: #EAFD8B;
}
</style>