Shades of Tidal #EFEF8C
Tints of Tidal #EFEF8C
RGB
CMYK
RGB Variations
Color information
#EFEF8C (or 0xEFEF8C) is known color: Tidal. HEX triplet: EF, EF and 8C. RGB value is (239,239,140). Sum of RGB (Red+Green+Blue) = 239+239+140=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 140 (55.08% from 255 or 22.65% from 618); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF8C is #101073. Grayscale: #E4E4E4. Windows color (decimal): -1052788 or 9236463. OLE color: 9236463.
HSL color Cylindrical-coordinate representation of color #EFEF8C: 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.41%. Process color model (Four color, CMYK) of #EFEF8C is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 140 | - |
| CMYK | 0 | 0 | 0.41 | 0.06 |
| HSL | 60º | 0.76% | 0.74% | - |
| HSV(B) | 60º | 0.41% | 0.94% | - |
| XYZ | 71.2 | 81.98 | 36.88 | - |
| YUV | 227.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 140 | 0 | 0 | 0.41 | 0.06 | 60 | 0.76 | 0.74 |
| Hex | EF | EF | 8C | 0 | 0 | 29 | 6 | 3C | 4C | 4A |
| Octal | 357 | 357 | 214 | 0 | 0 | 51 | 6 | 74 | 114 | 112 |
| Binary | 11101111 | 11101111 | 10001100 | 0 | 0 | 101001 | 110 | 111100 | 1001100 | 1001010 |
Color Harmonies of #EFEF8C
Complementary color
Monochromatic Colors of #EFEF8C
Black with #EFEF8C
Text Example
Text Example
White with #EFEF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF8C; }
p { color: rgb(239,239,140); }
H1.HeaderClassName
{
color: #EFEF8C;
}
.AnyTagClassName
{
color: #EFEF8C;
}
</style>
background-color css
<style>
a { background-color: #EFEF8C; }
a { background-color: rgb(239,239,140); }
div.DivClassName
{
background-color: #EFEF8C;
}
.BgClassName
{
background-color: #EFEF8C;
}
</style>
border-color css
<style>
span { border-color: #EFEF8C; }
span { border-color: rgb(239,239,140); }
td.TdClassName
{
border-color: #EFEF8C;
}
.TagClassName
{
border-color: #EFEF8C;
}
</style>