Shades of Tidal #EFEE8B
Tints of Tidal #EFEE8B
RGB
CMYK
RGB Variations
Color information
#EFEE8B (or 0xEFEE8B) is known color: Tidal. HEX triplet: EF, EE and 8B. RGB value is (239,238,139). Sum of RGB (Red+Green+Blue) = 239+238+139=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 139 (54.69% from 255 or 22.56% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE8B is #101174. Grayscale: #E3E3E3. Windows color (decimal): -1053045 or 9170671. OLE color: 9170671.
HSL color Cylindrical-coordinate representation of color #EFEE8B: hue angle of 59.4º 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 #EFEE8B is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 139 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.06 |
| HSL | 59.4º | 0.76% | 0.74% | - |
| HSV(B) | 59.4º | 0.42% | 0.94% | - |
| XYZ | 70.83 | 81.36 | 36.4 | - |
| YUV | 227.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 139 | 0 | 0.00 | 0.42 | 0.06 | 59.4 | 0.76 | 0.74 |
| Hex | EF | EE | 8B | 0 | 0 | 2A | 6 | 3B | 4C | 4A |
| Octal | 357 | 356 | 213 | 0 | 0 | 52 | 6 | 73 | 114 | 112 |
| Binary | 11101111 | 11101110 | 10001011 | 0 | 0 | 101010 | 110 | 111011 | 1001100 | 1001010 |
Color Harmonies of #EFEE8B
Complementary color
Monochromatic Colors of #EFEE8B
Black with #EFEE8B
Text Example
Text Example
White with #EFEE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE8B; }
p { color: rgb(239,238,139); }
H1.HeaderClassName
{
color: #EFEE8B;
}
.AnyTagClassName
{
color: #EFEE8B;
}
</style>
background-color css
<style>
a { background-color: #EFEE8B; }
a { background-color: rgb(239,238,139); }
div.DivClassName
{
background-color: #EFEE8B;
}
.BgClassName
{
background-color: #EFEE8B;
}
</style>
border-color css
<style>
span { border-color: #EFEE8B; }
span { border-color: rgb(239,238,139); }
td.TdClassName
{
border-color: #EFEE8B;
}
.TagClassName
{
border-color: #EFEE8B;
}
</style>