Shades of Tidal #EEF68A
Tints of Tidal #EEF68A
RGB
CMYK
RGB Variations
Color information
#EEF68A (or 0xEEF68A) is known color: Tidal. HEX triplet: EE, F6 and 8A. RGB value is (238,246,138). Sum of RGB (Red+Green+Blue) = 238+246+138=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 138 (54.30% from 255 or 22.19% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF68A is #110975. Grayscale: #E7E7E7. Windows color (decimal): -1116534 or 9107182. OLE color: 9107182.
HSL color Cylindrical-coordinate representation of color #EEF68A: hue angle of 64.44º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEF68A is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 138 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.04 |
| HSL | 64.44º | 0.86% | 0.75% | - |
| HSV(B) | 64.44º | 0.44% | 0.96% | - |
| XYZ | 72.8 | 85.92 | 36.79 | - |
| YUV | 231.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 138 | 0.03 | 0 | 0.44 | 0.04 | 64.44 | 0.86 | 0.75 |
| Hex | EE | F6 | 8A | 3 | 0 | 2C | 4 | 40 | 56 | 4B |
| Octal | 356 | 366 | 212 | 3 | 0 | 54 | 4 | 100 | 126 | 113 |
| Binary | 11101110 | 11110110 | 10001010 | 11 | 0 | 101100 | 100 | 1000000 | 1010110 | 1001011 |
Color Harmonies of #EEF68A
Complementary color
Monochromatic Colors of #EEF68A
Black with #EEF68A
Text Example
Text Example
White with #EEF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF68A; }
p { color: rgb(238,246,138); }
H1.HeaderClassName
{
color: #EEF68A;
}
.AnyTagClassName
{
color: #EEF68A;
}
</style>
background-color css
<style>
a { background-color: #EEF68A; }
a { background-color: rgb(238,246,138); }
div.DivClassName
{
background-color: #EEF68A;
}
.BgClassName
{
background-color: #EEF68A;
}
</style>
border-color css
<style>
span { border-color: #EEF68A; }
span { border-color: rgb(238,246,138); }
td.TdClassName
{
border-color: #EEF68A;
}
.TagClassName
{
border-color: #EEF68A;
}
</style>