Shades of Tidal #EFEE8A
Tints of Tidal #EFEE8A
RGB
CMYK
RGB Variations
Color information
#EFEE8A (or 0xEFEE8A) is known color: Tidal. HEX triplet: EF, EE and 8A. RGB value is (239,238,138). Sum of RGB (Red+Green+Blue) = 239+238+138=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE8A is #101175. Grayscale: #E3E3E3. Windows color (decimal): -1053046 or 9105135. OLE color: 9105135.
HSL color Cylindrical-coordinate representation of color #EFEE8A: hue angle of 59.41º 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 #EFEE8A is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 138 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.06 |
| HSL | 59.41º | 0.76% | 0.74% | - |
| HSV(B) | 59.41º | 0.42% | 0.94% | - |
| XYZ | 70.76 | 81.33 | 36.01 | - |
| YUV | 226.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 138 | 0 | 0.00 | 0.42 | 0.06 | 59.41 | 0.76 | 0.74 |
| Hex | EF | EE | 8A | 0 | 0 | 2A | 6 | 3B | 4C | 4A |
| Octal | 357 | 356 | 212 | 0 | 0 | 52 | 6 | 73 | 114 | 112 |
| Binary | 11101111 | 11101110 | 10001010 | 0 | 0 | 101010 | 110 | 111011 | 1001100 | 1001010 |
Color Harmonies of #EFEE8A
Complementary color
Monochromatic Colors of #EFEE8A
Black with #EFEE8A
Text Example
Text Example
White with #EFEE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE8A; }
p { color: rgb(239,238,138); }
H1.HeaderClassName
{
color: #EFEE8A;
}
.AnyTagClassName
{
color: #EFEE8A;
}
</style>
background-color css
<style>
a { background-color: #EFEE8A; }
a { background-color: rgb(239,238,138); }
div.DivClassName
{
background-color: #EFEE8A;
}
.BgClassName
{
background-color: #EFEE8A;
}
</style>
border-color css
<style>
span { border-color: #EFEE8A; }
span { border-color: rgb(239,238,138); }
td.TdClassName
{
border-color: #EFEE8A;
}
.TagClassName
{
border-color: #EFEE8A;
}
</style>