Shades of Tidal #EFFD8A
Tints of Tidal #EFFD8A
RGB
CMYK
RGB Variations
Color information
#EFFD8A (or 0xEFFD8A) is known color: Tidal. HEX triplet: EF, FD and 8A. RGB value is (239,253,138). Sum of RGB (Red+Green+Blue) = 239+253+138=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 138 (54.30% from 255 or 21.90% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFD8A is #100275. Grayscale: #ECECEC. Windows color (decimal): -1049206 or 9108975. OLE color: 9108975.
HSL color Cylindrical-coordinate representation of color #EFFD8A: hue angle of 67.3º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFFD8A is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 138 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.01 |
| HSL | 67.3º | 0.97% | 0.77% | - |
| HSV(B) | 67.3º | 0.45% | 0.99% | - |
| XYZ | 75.31 | 90.44 | 37.53 | - |
| YUV | 235.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 138 | 0.06 | 0 | 0.45 | 0.01 | 67.3 | 0.97 | 0.77 |
| Hex | EF | FD | 8A | 6 | 0 | 2D | 1 | 43 | 61 | 4D |
| Octal | 357 | 375 | 212 | 6 | 0 | 55 | 1 | 103 | 141 | 115 |
| Binary | 11101111 | 11111101 | 10001010 | 110 | 0 | 101101 | 1 | 1000011 | 1100001 | 1001101 |
Color Harmonies of #EFFD8A
Complementary color
Monochromatic Colors of #EFFD8A
Black with #EFFD8A
Text Example
Text Example
White with #EFFD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD8A; }
p { color: rgb(239,253,138); }
H1.HeaderClassName
{
color: #EFFD8A;
}
.AnyTagClassName
{
color: #EFFD8A;
}
</style>
background-color css
<style>
a { background-color: #EFFD8A; }
a { background-color: rgb(239,253,138); }
div.DivClassName
{
background-color: #EFFD8A;
}
.BgClassName
{
background-color: #EFFD8A;
}
</style>
border-color css
<style>
span { border-color: #EFFD8A; }
span { border-color: rgb(239,253,138); }
td.TdClassName
{
border-color: #EFFD8A;
}
.TagClassName
{
border-color: #EFFD8A;
}
</style>