Shades of Tidal #EEF68B
Tints of Tidal #EEF68B
RGB
CMYK
RGB Variations
Color information
#EEF68B (or 0xEEF68B) is known color: Tidal. HEX triplet: EE, F6 and 8B. RGB value is (238,246,139). Sum of RGB (Red+Green+Blue) = 238+246+139=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 139 (54.69% from 255 or 22.31% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF68B is #110974. Grayscale: #E7E7E7. Windows color (decimal): -1116533 or 9172718. OLE color: 9172718.
HSL color Cylindrical-coordinate representation of color #EEF68B: hue angle of 64.49º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEF68B is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 139 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.04 |
| HSL | 64.49º | 0.86% | 0.75% | - |
| HSV(B) | 64.49º | 0.43% | 0.96% | - |
| XYZ | 72.88 | 85.95 | 37.18 | - |
| YUV | 231.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 139 | 0.03 | 0 | 0.43 | 0.04 | 64.49 | 0.86 | 0.75 |
| Hex | EE | F6 | 8B | 3 | 0 | 2B | 4 | 40 | 56 | 4B |
| Octal | 356 | 366 | 213 | 3 | 0 | 53 | 4 | 100 | 126 | 113 |
| Binary | 11101110 | 11110110 | 10001011 | 11 | 0 | 101011 | 100 | 1000000 | 1010110 | 1001011 |
Color Harmonies of #EEF68B
Complementary color
Monochromatic Colors of #EEF68B
Black with #EEF68B
Text Example
Text Example
White with #EEF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF68B; }
p { color: rgb(238,246,139); }
H1.HeaderClassName
{
color: #EEF68B;
}
.AnyTagClassName
{
color: #EEF68B;
}
</style>
background-color css
<style>
a { background-color: #EEF68B; }
a { background-color: rgb(238,246,139); }
div.DivClassName
{
background-color: #EEF68B;
}
.BgClassName
{
background-color: #EEF68B;
}
</style>
border-color css
<style>
span { border-color: #EEF68B; }
span { border-color: rgb(238,246,139); }
td.TdClassName
{
border-color: #EEF68B;
}
.TagClassName
{
border-color: #EEF68B;
}
</style>