Shades of Tidal #EFF38B
Tints of Tidal #EFF38B
RGB
CMYK
RGB Variations
Color information
#EFF38B (or 0xEFF38B) is known color: Tidal. HEX triplet: EF, F3 and 8B. RGB value is (239,243,139). Sum of RGB (Red+Green+Blue) = 239+243+139=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 139 (54.69% from 255 or 22.38% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF38B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF38B is #100C74. Grayscale: #E6E6E6. Windows color (decimal): -1051765 or 9171951. OLE color: 9171951.
HSL color Cylindrical-coordinate representation of color #EFF38B: hue angle of 62.31º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFF38B is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 139 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.05 |
| HSL | 62.31º | 0.81% | 0.75% | - |
| HSV(B) | 62.31º | 0.43% | 0.95% | - |
| XYZ | 72.31 | 84.32 | 36.89 | - |
| YUV | 229.95 | 76.67 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 139 | 0.02 | 0 | 0.43 | 0.05 | 62.31 | 0.81 | 0.75 |
| Hex | EF | F3 | 8B | 2 | 0 | 2B | 5 | 3E | 51 | 4B |
| Octal | 357 | 363 | 213 | 2 | 0 | 53 | 5 | 76 | 121 | 113 |
| Binary | 11101111 | 11110011 | 10001011 | 10 | 0 | 101011 | 101 | 111110 | 1010001 | 1001011 |
Color Harmonies of #EFF38B
Complementary color
Monochromatic Colors of #EFF38B
Black with #EFF38B
Text Example
Text Example
White with #EFF38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF38B; }
p { color: rgb(239,243,139); }
H1.HeaderClassName
{
color: #EFF38B;
}
.AnyTagClassName
{
color: #EFF38B;
}
</style>
background-color css
<style>
a { background-color: #EFF38B; }
a { background-color: rgb(239,243,139); }
div.DivClassName
{
background-color: #EFF38B;
}
.BgClassName
{
background-color: #EFF38B;
}
</style>
border-color css
<style>
span { border-color: #EFF38B; }
span { border-color: rgb(239,243,139); }
td.TdClassName
{
border-color: #EFF38B;
}
.TagClassName
{
border-color: #EFF38B;
}
</style>