Shades of Tidal #EEF18A
Tints of Tidal #EEF18A
RGB
CMYK
RGB Variations
Color information
#EEF18A (or 0xEEF18A) is known color: Tidal. HEX triplet: EE, F1 and 8A. RGB value is (238,241,138). Sum of RGB (Red+Green+Blue) = 238+241+138=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF18A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF18A is #110E75. Grayscale: #E4E4E4. Windows color (decimal): -1117814 or 9105902. OLE color: 9105902.
HSL color Cylindrical-coordinate representation of color #EEF18A: hue angle of 61.75º 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 #EEF18A is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 138 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.05 |
| HSL | 61.75º | 0.79% | 0.74% | - |
| HSV(B) | 61.75º | 0.43% | 0.95% | - |
| XYZ | 71.3 | 82.92 | 36.29 | - |
| YUV | 228.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 138 | 0.01 | 0 | 0.43 | 0.05 | 61.75 | 0.79 | 0.74 |
| Hex | EE | F1 | 8A | 1 | 0 | 2B | 5 | 3E | 4F | 4A |
| Octal | 356 | 361 | 212 | 1 | 0 | 53 | 5 | 76 | 117 | 112 |
| Binary | 11101110 | 11110001 | 10001010 | 1 | 0 | 101011 | 101 | 111110 | 1001111 | 1001010 |
Color Harmonies of #EEF18A
Complementary color
Monochromatic Colors of #EEF18A
Black with #EEF18A
Text Example
Text Example
White with #EEF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF18A; }
p { color: rgb(238,241,138); }
H1.HeaderClassName
{
color: #EEF18A;
}
.AnyTagClassName
{
color: #EEF18A;
}
</style>
background-color css
<style>
a { background-color: #EEF18A; }
a { background-color: rgb(238,241,138); }
div.DivClassName
{
background-color: #EEF18A;
}
.BgClassName
{
background-color: #EEF18A;
}
</style>
border-color css
<style>
span { border-color: #EEF18A; }
span { border-color: rgb(238,241,138); }
td.TdClassName
{
border-color: #EEF18A;
}
.TagClassName
{
border-color: #EEF18A;
}
</style>