Shades of Tidal #E9F282
Tints of Tidal #E9F282
RGB
CMYK
RGB Variations
Color information
#E9F282 (or 0xE9F282) is known color: Tidal. HEX triplet: E9, F2 and 82. RGB value is (233,242,130). Sum of RGB (Red+Green+Blue) = 233+242+130=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 130 (51.17% from 255 or 21.49% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9F282 is #160D7D. Grayscale: #E2E2E2. Windows color (decimal): -1445246 or 8581865. OLE color: 8581865.
HSL color Cylindrical-coordinate representation of color #E9F282: hue angle of 64.82º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E9F282 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 130 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.05 |
| HSL | 64.82º | 0.81% | 0.73% | - |
| HSV(B) | 64.82º | 0.46% | 0.95% | - |
| XYZ | 69.39 | 82.44 | 33.37 | - |
| YUV | 226.54 | 73.52 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 130 | 0.04 | 0 | 0.46 | 0.05 | 64.82 | 0.81 | 0.73 |
| Hex | E9 | F2 | 82 | 4 | 0 | 2E | 5 | 41 | 51 | 49 |
| Octal | 351 | 362 | 202 | 4 | 0 | 56 | 5 | 101 | 121 | 111 |
| Binary | 11101001 | 11110010 | 10000010 | 100 | 0 | 101110 | 101 | 1000001 | 1010001 | 1001001 |
Color Harmonies of #E9F282
Complementary color
Monochromatic Colors of #E9F282
Black with #E9F282
Text Example
Text Example
White with #E9F282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F282; }
p { color: rgb(233,242,130); }
H1.HeaderClassName
{
color: #E9F282;
}
.AnyTagClassName
{
color: #E9F282;
}
</style>
background-color css
<style>
a { background-color: #E9F282; }
a { background-color: rgb(233,242,130); }
div.DivClassName
{
background-color: #E9F282;
}
.BgClassName
{
background-color: #E9F282;
}
</style>
border-color css
<style>
span { border-color: #E9F282; }
span { border-color: rgb(233,242,130); }
td.TdClassName
{
border-color: #E9F282;
}
.TagClassName
{
border-color: #E9F282;
}
</style>