Shades of Tidal #EFEF88
Tints of Tidal #EFEF88
RGB
CMYK
RGB Variations
Color information
#EFEF88 (or 0xEFEF88) is known color: Tidal. HEX triplet: EF, EF and 88. RGB value is (239,239,136). Sum of RGB (Red+Green+Blue) = 239+239+136=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 136 (53.52% from 255 or 22.15% from 614); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF88 is #101077. Grayscale: #E3E3E3. Windows color (decimal): -1052792 or 8974319. OLE color: 8974319.
HSL color Cylindrical-coordinate representation of color #EFEF88: hue angle of 60º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFEF88 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 136 | - |
| CMYK | 0 | 0 | 0.43 | 0.06 |
| HSL | 60º | 0.76% | 0.74% | - |
| HSV(B) | 60º | 0.43% | 0.94% | - |
| XYZ | 70.91 | 81.86 | 35.36 | - |
| YUV | 227.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 136 | 0 | 0 | 0.43 | 0.06 | 60 | 0.76 | 0.74 |
| Hex | EF | EF | 88 | 0 | 0 | 2B | 6 | 3C | 4C | 4A |
| Octal | 357 | 357 | 210 | 0 | 0 | 53 | 6 | 74 | 114 | 112 |
| Binary | 11101111 | 11101111 | 10001000 | 0 | 0 | 101011 | 110 | 111100 | 1001100 | 1001010 |
Color Harmonies of #EFEF88
Complementary color
Monochromatic Colors of #EFEF88
Black with #EFEF88
Text Example
Text Example
White with #EFEF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF88; }
p { color: rgb(239,239,136); }
H1.HeaderClassName
{
color: #EFEF88;
}
.AnyTagClassName
{
color: #EFEF88;
}
</style>
background-color css
<style>
a { background-color: #EFEF88; }
a { background-color: rgb(239,239,136); }
div.DivClassName
{
background-color: #EFEF88;
}
.BgClassName
{
background-color: #EFEF88;
}
</style>
border-color css
<style>
span { border-color: #EFEF88; }
span { border-color: rgb(239,239,136); }
td.TdClassName
{
border-color: #EFEF88;
}
.TagClassName
{
border-color: #EFEF88;
}
</style>