Shades of Tidal #E9F18A
Tints of Tidal #E9F18A
RGB
CMYK
RGB Variations
Color information
#E9F18A (or 0xE9F18A) is known color: Tidal. HEX triplet: E9, F1 and 8A. RGB value is (233,241,138). Sum of RGB (Red+Green+Blue) = 233+241+138=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F18A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9F18A is #160E75. Grayscale: #E3E3E3. Windows color (decimal): -1445494 or 9105897. OLE color: 9105897.
HSL color Cylindrical-coordinate representation of color #E9F18A: hue angle of 64.66º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E9F18A is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 138 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.05 |
| HSL | 64.66º | 0.79% | 0.74% | - |
| HSV(B) | 64.66º | 0.43% | 0.95% | - |
| XYZ | 69.65 | 82.07 | 36.21 | - |
| YUV | 226.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 138 | 0.03 | 0 | 0.43 | 0.05 | 64.66 | 0.79 | 0.74 |
| Hex | E9 | F1 | 8A | 3 | 0 | 2B | 5 | 41 | 4F | 4A |
| Octal | 351 | 361 | 212 | 3 | 0 | 53 | 5 | 101 | 117 | 112 |
| Binary | 11101001 | 11110001 | 10001010 | 11 | 0 | 101011 | 101 | 1000001 | 1001111 | 1001010 |
Color Harmonies of #E9F18A
Complementary color
Monochromatic Colors of #E9F18A
Black with #E9F18A
Text Example
Text Example
White with #E9F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F18A; }
p { color: rgb(233,241,138); }
H1.HeaderClassName
{
color: #E9F18A;
}
.AnyTagClassName
{
color: #E9F18A;
}
</style>
background-color css
<style>
a { background-color: #E9F18A; }
a { background-color: rgb(233,241,138); }
div.DivClassName
{
background-color: #E9F18A;
}
.BgClassName
{
background-color: #E9F18A;
}
</style>
border-color css
<style>
span { border-color: #E9F18A; }
span { border-color: rgb(233,241,138); }
td.TdClassName
{
border-color: #E9F18A;
}
.TagClassName
{
border-color: #E9F18A;
}
</style>