Shades of Tidal #E9F97C
Tints of Tidal #E9F97C
RGB
CMYK
RGB Variations
Color information
#E9F97C (or 0xE9F97C) is known color: Tidal. HEX triplet: E9, F9 and 7C. RGB value is (233,249,124). Sum of RGB (Red+Green+Blue) = 233+249+124=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 124 (48.83% from 255 or 20.46% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #E9F97C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E9F97C is #160683. Grayscale: #E6E6E6. Windows color (decimal): -1443460 or 8190441. OLE color: 8190441.
HSL color Cylindrical-coordinate representation of color #E9F97C: hue angle of 67.68º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9F97C is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 249 | 124 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.02 |
| HSL | 67.68º | 0.91% | 0.73% | - |
| HSV(B) | 67.68º | 0.5% | 0.98% | - |
| XYZ | 71.12 | 86.53 | 32.02 | - |
| YUV | 229.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 249 | 124 | 0.06 | 0 | 0.50 | 0.02 | 67.68 | 0.91 | 0.73 |
| Hex | E9 | F9 | 7C | 6 | 0 | 32 | 2 | 44 | 5B | 49 |
| Octal | 351 | 371 | 174 | 6 | 0 | 62 | 2 | 104 | 133 | 111 |
| Binary | 11101001 | 11111001 | 1111100 | 110 | 0 | 110010 | 10 | 1000100 | 1011011 | 1001001 |
Color Harmonies of #E9F97C
Complementary color
Monochromatic Colors of #E9F97C
Black with #E9F97C
Text Example
Text Example
White with #E9F97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F97C; }
p { color: rgb(233,249,124); }
H1.HeaderClassName
{
color: #E9F97C;
}
.AnyTagClassName
{
color: #E9F97C;
}
</style>
background-color css
<style>
a { background-color: #E9F97C; }
a { background-color: rgb(233,249,124); }
div.DivClassName
{
background-color: #E9F97C;
}
.BgClassName
{
background-color: #E9F97C;
}
</style>
border-color css
<style>
span { border-color: #E9F97C; }
span { border-color: rgb(233,249,124); }
td.TdClassName
{
border-color: #E9F97C;
}
.TagClassName
{
border-color: #E9F97C;
}
</style>