Shades of Tidal #EFF08D
Tints of Tidal #EFF08D
RGB
CMYK
RGB Variations
Color information
#EFF08D (or 0xEFF08D) is known color: Tidal. HEX triplet: EF, F0 and 8D. RGB value is (239,240,141). Sum of RGB (Red+Green+Blue) = 239+240+141=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 141 (55.47% from 255 or 22.74% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF08D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF08D is #100F72. Grayscale: #E4E4E4. Windows color (decimal): -1052531 or 9302255. OLE color: 9302255.
HSL color Cylindrical-coordinate representation of color #EFF08D: hue angle of 60.61º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFF08D is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 141 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.06 |
| HSL | 60.61º | 0.77% | 0.75% | - |
| HSV(B) | 60.61º | 0.41% | 0.94% | - |
| XYZ | 71.56 | 82.59 | 37.37 | - |
| YUV | 228.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 141 | 0.00 | 0 | 0.41 | 0.06 | 60.61 | 0.77 | 0.75 |
| Hex | EF | F0 | 8D | 0 | 0 | 29 | 6 | 3D | 4D | 4B |
| Octal | 357 | 360 | 215 | 0 | 0 | 51 | 6 | 75 | 115 | 113 |
| Binary | 11101111 | 11110000 | 10001101 | 0 | 0 | 101001 | 110 | 111101 | 1001101 | 1001011 |
Color Harmonies of #EFF08D
Complementary color
Monochromatic Colors of #EFF08D
Black with #EFF08D
Text Example
Text Example
White with #EFF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF08D; }
p { color: rgb(239,240,141); }
H1.HeaderClassName
{
color: #EFF08D;
}
.AnyTagClassName
{
color: #EFF08D;
}
</style>
background-color css
<style>
a { background-color: #EFF08D; }
a { background-color: rgb(239,240,141); }
div.DivClassName
{
background-color: #EFF08D;
}
.BgClassName
{
background-color: #EFF08D;
}
</style>
border-color css
<style>
span { border-color: #EFF08D; }
span { border-color: rgb(239,240,141); }
td.TdClassName
{
border-color: #EFF08D;
}
.TagClassName
{
border-color: #EFF08D;
}
</style>