Shades of Tidal #E9FA7D
Tints of Tidal #E9FA7D
RGB
CMYK
RGB Variations
Color information
#E9FA7D (or 0xE9FA7D) is known color: Tidal. HEX triplet: E9, FA and 7D. RGB value is (233,250,125). Sum of RGB (Red+Green+Blue) = 233+250+125=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 125 (49.22% from 255 or 20.56% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E9FA7D is #160582. Grayscale: #E7E7E7. Windows color (decimal): -1443203 or 8256233. OLE color: 8256233.
HSL color Cylindrical-coordinate representation of color #E9FA7D: hue angle of 68.16º 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 #E9FA7D is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 250 | 125 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.02 |
| HSL | 68.16º | 0.93% | 0.74% | - |
| HSV(B) | 68.16º | 0.5% | 0.98% | - |
| XYZ | 71.49 | 87.18 | 32.46 | - |
| YUV | 230.67 | 68.37 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 250 | 125 | 0.07 | 0 | 0.50 | 0.02 | 68.16 | 0.93 | 0.74 |
| Hex | E9 | FA | 7D | 7 | 0 | 32 | 2 | 44 | 5D | 4A |
| Octal | 351 | 372 | 175 | 7 | 0 | 62 | 2 | 104 | 135 | 112 |
| Binary | 11101001 | 11111010 | 1111101 | 111 | 0 | 110010 | 10 | 1000100 | 1011101 | 1001010 |
Color Harmonies of #E9FA7D
Complementary color
Monochromatic Colors of #E9FA7D
Black with #E9FA7D
Text Example
Text Example
White with #E9FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FA7D; }
p { color: rgb(233,250,125); }
H1.HeaderClassName
{
color: #E9FA7D;
}
.AnyTagClassName
{
color: #E9FA7D;
}
</style>
background-color css
<style>
a { background-color: #E9FA7D; }
a { background-color: rgb(233,250,125); }
div.DivClassName
{
background-color: #E9FA7D;
}
.BgClassName
{
background-color: #E9FA7D;
}
</style>
border-color css
<style>
span { border-color: #E9FA7D; }
span { border-color: rgb(233,250,125); }
td.TdClassName
{
border-color: #E9FA7D;
}
.TagClassName
{
border-color: #E9FA7D;
}
</style>