Shades of Tidal #EAFA7D
Tints of Tidal #EAFA7D
RGB
CMYK
RGB Variations
Color information
#EAFA7D (or 0xEAFA7D) is known color: Tidal. HEX triplet: EA, FA and 7D. RGB value is (234,250,125). Sum of RGB (Red+Green+Blue) = 234+250+125=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 125 (49.22% from 255 or 20.53% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFA7D is #150582. Grayscale: #E7E7E7. Windows color (decimal): -1377667 or 8256234. OLE color: 8256234.
HSL color Cylindrical-coordinate representation of color #EAFA7D: hue angle of 67.68º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAFA7D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 250 | 125 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.02 |
| HSL | 67.68º | 0.93% | 0.74% | - |
| HSV(B) | 67.68º | 0.5% | 0.98% | - |
| XYZ | 71.82 | 87.34 | 32.48 | - |
| YUV | 230.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 250 | 125 | 0.06 | 0 | 0.50 | 0.02 | 67.68 | 0.93 | 0.74 |
| Hex | EA | FA | 7D | 6 | 0 | 32 | 2 | 44 | 5D | 4A |
| Octal | 352 | 372 | 175 | 6 | 0 | 62 | 2 | 104 | 135 | 112 |
| Binary | 11101010 | 11111010 | 1111101 | 110 | 0 | 110010 | 10 | 1000100 | 1011101 | 1001010 |
Color Harmonies of #EAFA7D
Complementary color
Monochromatic Colors of #EAFA7D
Black with #EAFA7D
Text Example
Text Example
White with #EAFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFA7D; }
p { color: rgb(234,250,125); }
H1.HeaderClassName
{
color: #EAFA7D;
}
.AnyTagClassName
{
color: #EAFA7D;
}
</style>
background-color css
<style>
a { background-color: #EAFA7D; }
a { background-color: rgb(234,250,125); }
div.DivClassName
{
background-color: #EAFA7D;
}
.BgClassName
{
background-color: #EAFA7D;
}
</style>
border-color css
<style>
span { border-color: #EAFA7D; }
span { border-color: rgb(234,250,125); }
td.TdClassName
{
border-color: #EAFA7D;
}
.TagClassName
{
border-color: #EAFA7D;
}
</style>