Shades of Tidal #EEEF8B
Tints of Tidal #EEEF8B
RGB
CMYK
RGB Variations
Color information
#EEEF8B (or 0xEEEF8B) is known color: Tidal. HEX triplet: EE, EF and 8B. RGB value is (238,239,139). Sum of RGB (Red+Green+Blue) = 238+239+139=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 139 (54.69% from 255 or 22.56% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEF8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEF8B is #111074. Grayscale: #E3E3E3. Windows color (decimal): -1118325 or 9170926. OLE color: 9170926.
HSL color Cylindrical-coordinate representation of color #EEEF8B: hue angle of 60.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEEF8B is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 239 | 139 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.06 |
| HSL | 60.6º | 0.76% | 0.74% | - |
| HSV(B) | 60.6º | 0.42% | 0.94% | - |
| XYZ | 70.79 | 81.77 | 36.48 | - |
| YUV | 227.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 239 | 139 | 0.00 | 0 | 0.42 | 0.06 | 60.6 | 0.76 | 0.74 |
| Hex | EE | EF | 8B | 0 | 0 | 2A | 6 | 3D | 4C | 4A |
| Octal | 356 | 357 | 213 | 0 | 0 | 52 | 6 | 75 | 114 | 112 |
| Binary | 11101110 | 11101111 | 10001011 | 0 | 0 | 101010 | 110 | 111101 | 1001100 | 1001010 |
Color Harmonies of #EEEF8B
Complementary color
Monochromatic Colors of #EEEF8B
Black with #EEEF8B
Text Example
Text Example
White with #EEEF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEF8B; }
p { color: rgb(238,239,139); }
H1.HeaderClassName
{
color: #EEEF8B;
}
.AnyTagClassName
{
color: #EEEF8B;
}
</style>
background-color css
<style>
a { background-color: #EEEF8B; }
a { background-color: rgb(238,239,139); }
div.DivClassName
{
background-color: #EEEF8B;
}
.BgClassName
{
background-color: #EEEF8B;
}
</style>
border-color css
<style>
span { border-color: #EEEF8B; }
span { border-color: rgb(238,239,139); }
td.TdClassName
{
border-color: #EEEF8B;
}
.TagClassName
{
border-color: #EEEF8B;
}
</style>