Shades of Tidal #EFF08B
Tints of Tidal #EFF08B
RGB
CMYK
RGB Variations
Color information
#EFF08B (or 0xEFF08B) is known color: Tidal. HEX triplet: EF, F0 and 8B. RGB value is (239,240,139). Sum of RGB (Red+Green+Blue) = 239+240+139=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 139 (54.69% from 255 or 22.49% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF08B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF08B is #100F74. Grayscale: #E4E4E4. Windows color (decimal): -1052533 or 9171183. OLE color: 9171183.
HSL color Cylindrical-coordinate representation of color #EFF08B: hue angle of 60.59º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFF08B is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 139 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.06 |
| HSL | 60.59º | 0.77% | 0.74% | - |
| HSV(B) | 60.59º | 0.42% | 0.94% | - |
| XYZ | 71.42 | 82.53 | 36.59 | - |
| YUV | 228.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 139 | 0.00 | 0 | 0.42 | 0.06 | 60.59 | 0.77 | 0.74 |
| Hex | EF | F0 | 8B | 0 | 0 | 2A | 6 | 3D | 4D | 4A |
| Octal | 357 | 360 | 213 | 0 | 0 | 52 | 6 | 75 | 115 | 112 |
| Binary | 11101111 | 11110000 | 10001011 | 0 | 0 | 101010 | 110 | 111101 | 1001101 | 1001010 |
Color Harmonies of #EFF08B
Complementary color
Monochromatic Colors of #EFF08B
Black with #EFF08B
Text Example
Text Example
White with #EFF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF08B; }
p { color: rgb(239,240,139); }
H1.HeaderClassName
{
color: #EFF08B;
}
.AnyTagClassName
{
color: #EFF08B;
}
</style>
background-color css
<style>
a { background-color: #EFF08B; }
a { background-color: rgb(239,240,139); }
div.DivClassName
{
background-color: #EFF08B;
}
.BgClassName
{
background-color: #EFF08B;
}
</style>
border-color css
<style>
span { border-color: #EFF08B; }
span { border-color: rgb(239,240,139); }
td.TdClassName
{
border-color: #EFF08B;
}
.TagClassName
{
border-color: #EFF08B;
}
</style>