Shades of Tidal #EAFF7B
Tints of Tidal #EAFF7B
RGB
CMYK
RGB Variations
Color information
#EAFF7B (or 0xEAFF7B) is known color: Tidal. HEX triplet: EA, FF and 7B. RGB value is (234,255,123). Sum of RGB (Red+Green+Blue) = 234+255+123=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 123 (48.44% from 255 or 20.10% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFF7B is #150084. Grayscale: #EAEAEA. Windows color (decimal): -1376389 or 8126442. OLE color: 8126442.
HSL color Cylindrical-coordinate representation of color #EAFF7B: hue angle of 69.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAFF7B is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 123 | - |
| CMYK | 0.08 | 0 | 0.52 | 0 |
| HSL | 69.55º | 1% | 0.74% | - |
| HSV(B) | 69.55º | 0.52% | 1% | - |
| XYZ | 73.27 | 90.44 | 32.33 | - |
| YUV | 233.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 123 | 0.08 | 0 | 0.52 | 0 | 69.55 | 1 | 0.74 |
| Hex | EA | FF | 7B | 8 | 0 | 34 | 0 | 46 | 64 | 4A |
| Octal | 352 | 377 | 173 | 10 | 0 | 64 | 0 | 106 | 144 | 112 |
| Binary | 11101010 | 11111111 | 1111011 | 1000 | 0 | 110100 | 0 | 1000110 | 1100100 | 1001010 |
Color Harmonies of #EAFF7B
Complementary color
Monochromatic Colors of #EAFF7B
Black with #EAFF7B
Text Example
Text Example
White with #EAFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFF7B; }
p { color: rgb(234,255,123); }
H1.HeaderClassName
{
color: #EAFF7B;
}
.AnyTagClassName
{
color: #EAFF7B;
}
</style>
background-color css
<style>
a { background-color: #EAFF7B; }
a { background-color: rgb(234,255,123); }
div.DivClassName
{
background-color: #EAFF7B;
}
.BgClassName
{
background-color: #EAFF7B;
}
</style>
border-color css
<style>
span { border-color: #EAFF7B; }
span { border-color: rgb(234,255,123); }
td.TdClassName
{
border-color: #EAFF7B;
}
.TagClassName
{
border-color: #EAFF7B;
}
</style>