Shades of Tidal #EAFB7C
Tints of Tidal #EAFB7C
RGB
CMYK
RGB Variations
Color information
#EAFB7C (or 0xEAFB7C) is known color: Tidal. HEX triplet: EA, FB and 7C. RGB value is (234,251,124). Sum of RGB (Red+Green+Blue) = 234+251+124=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 124 (48.83% from 255 or 20.36% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFB7C is #150483. Grayscale: #E7E7E7. Windows color (decimal): -1377412 or 8190954. OLE color: 8190954.
HSL color Cylindrical-coordinate representation of color #EAFB7C: hue angle of 68.03º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAFB7C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 251 | 124 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.02 |
| HSL | 68.03º | 0.94% | 0.74% | - |
| HSV(B) | 68.03º | 0.51% | 0.98% | - |
| XYZ | 72.07 | 87.94 | 32.24 | - |
| YUV | 231.44 | 67.37 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 251 | 124 | 0.07 | 0 | 0.51 | 0.02 | 68.03 | 0.94 | 0.74 |
| Hex | EA | FB | 7C | 7 | 0 | 33 | 2 | 44 | 5E | 4A |
| Octal | 352 | 373 | 174 | 7 | 0 | 63 | 2 | 104 | 136 | 112 |
| Binary | 11101010 | 11111011 | 1111100 | 111 | 0 | 110011 | 10 | 1000100 | 1011110 | 1001010 |
Color Harmonies of #EAFB7C
Complementary color
Monochromatic Colors of #EAFB7C
Black with #EAFB7C
Text Example
Text Example
White with #EAFB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFB7C; }
p { color: rgb(234,251,124); }
H1.HeaderClassName
{
color: #EAFB7C;
}
.AnyTagClassName
{
color: #EAFB7C;
}
</style>
background-color css
<style>
a { background-color: #EAFB7C; }
a { background-color: rgb(234,251,124); }
div.DivClassName
{
background-color: #EAFB7C;
}
.BgClassName
{
background-color: #EAFB7C;
}
</style>
border-color css
<style>
span { border-color: #EAFB7C; }
span { border-color: rgb(234,251,124); }
td.TdClassName
{
border-color: #EAFB7C;
}
.TagClassName
{
border-color: #EAFB7C;
}
</style>