Shades of Tidal #E9F283
Tints of Tidal #E9F283
RGB
CMYK
RGB Variations
Color information
#E9F283 (or 0xE9F283) is known color: Tidal. HEX triplet: E9, F2 and 83. RGB value is (233,242,131). Sum of RGB (Red+Green+Blue) = 233+242+131=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 131 (51.56% from 255 or 21.62% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F283 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9F283 is #160D7C. Grayscale: #E3E3E3. Windows color (decimal): -1445245 or 8647401. OLE color: 8647401.
HSL color Cylindrical-coordinate representation of color #E9F283: hue angle of 64.86º 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 #E9F283 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 131 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.05 |
| HSL | 64.86º | 0.81% | 0.73% | - |
| HSV(B) | 64.86º | 0.46% | 0.95% | - |
| XYZ | 69.45 | 82.47 | 33.73 | - |
| YUV | 226.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 131 | 0.04 | 0 | 0.46 | 0.05 | 64.86 | 0.81 | 0.73 |
| Hex | E9 | F2 | 83 | 4 | 0 | 2E | 5 | 41 | 51 | 49 |
| Octal | 351 | 362 | 203 | 4 | 0 | 56 | 5 | 101 | 121 | 111 |
| Binary | 11101001 | 11110010 | 10000011 | 100 | 0 | 101110 | 101 | 1000001 | 1010001 | 1001001 |
Color Harmonies of #E9F283
Complementary color
Monochromatic Colors of #E9F283
Black with #E9F283
Text Example
Text Example
White with #E9F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F283; }
p { color: rgb(233,242,131); }
H1.HeaderClassName
{
color: #E9F283;
}
.AnyTagClassName
{
color: #E9F283;
}
</style>
background-color css
<style>
a { background-color: #E9F283; }
a { background-color: rgb(233,242,131); }
div.DivClassName
{
background-color: #E9F283;
}
.BgClassName
{
background-color: #E9F283;
}
</style>
border-color css
<style>
span { border-color: #E9F283; }
span { border-color: rgb(233,242,131); }
td.TdClassName
{
border-color: #E9F283;
}
.TagClassName
{
border-color: #E9F283;
}
</style>