Shades of Tidal #EFF993
Tints of Tidal #EFF993
RGB
CMYK
RGB Variations
Color information
#EFF993 (or 0xEFF993) is known color: Tidal. HEX triplet: EF, F9 and 93. RGB value is (239,249,147). Sum of RGB (Red+Green+Blue) = 239+249+147=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 147 (57.81% from 255 or 23.15% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF993 is #10066C. Grayscale: #EAEAEA. Windows color (decimal): -1050221 or 9697775. OLE color: 9697775.
HSL color Cylindrical-coordinate representation of color #EFF993: hue angle of 65.88º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFF993 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 147 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.02 |
| HSL | 65.88º | 0.89% | 0.78% | - |
| HSV(B) | 65.88º | 0.41% | 0.98% | - |
| XYZ | 74.74 | 88.21 | 40.69 | - |
| YUV | 234.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 147 | 0.04 | 0 | 0.41 | 0.02 | 65.88 | 0.89 | 0.78 |
| Hex | EF | F9 | 93 | 4 | 0 | 29 | 2 | 42 | 59 | 4E |
| Octal | 357 | 371 | 223 | 4 | 0 | 51 | 2 | 102 | 131 | 116 |
| Binary | 11101111 | 11111001 | 10010011 | 100 | 0 | 101001 | 10 | 1000010 | 1011001 | 1001110 |
Color Harmonies of #EFF993
Complementary color
Monochromatic Colors of #EFF993
Black with #EFF993
Text Example
Text Example
White with #EFF993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF993; }
p { color: rgb(239,249,147); }
H1.HeaderClassName
{
color: #EFF993;
}
.AnyTagClassName
{
color: #EFF993;
}
</style>
background-color css
<style>
a { background-color: #EFF993; }
a { background-color: rgb(239,249,147); }
div.DivClassName
{
background-color: #EFF993;
}
.BgClassName
{
background-color: #EFF993;
}
</style>
border-color css
<style>
span { border-color: #EFF993; }
span { border-color: rgb(239,249,147); }
td.TdClassName
{
border-color: #EFF993;
}
.TagClassName
{
border-color: #EFF993;
}
</style>