Shades of Tidal #EFFB8F
Tints of Tidal #EFFB8F
RGB
CMYK
RGB Variations
Color information
#EFFB8F (or 0xEFFB8F) is known color: Tidal. HEX triplet: EF, FB and 8F. RGB value is (239,251,143). Sum of RGB (Red+Green+Blue) = 239+251+143=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 143 (56.25% from 255 or 22.59% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFB8F is #100470. Grayscale: #EBEBEB. Windows color (decimal): -1049713 or 9436143. OLE color: 9436143.
HSL color Cylindrical-coordinate representation of color #EFFB8F: hue angle of 66.67º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFFB8F is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 143 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.02 |
| HSL | 66.67º | 0.93% | 0.77% | - |
| HSV(B) | 66.67º | 0.43% | 0.98% | - |
| XYZ | 75.05 | 89.33 | 39.27 | - |
| YUV | 235.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 143 | 0.05 | 0 | 0.43 | 0.02 | 66.67 | 0.93 | 0.77 |
| Hex | EF | FB | 8F | 5 | 0 | 2B | 2 | 43 | 5D | 4D |
| Octal | 357 | 373 | 217 | 5 | 0 | 53 | 2 | 103 | 135 | 115 |
| Binary | 11101111 | 11111011 | 10001111 | 101 | 0 | 101011 | 10 | 1000011 | 1011101 | 1001101 |
Color Harmonies of #EFFB8F
Complementary color
Monochromatic Colors of #EFFB8F
Black with #EFFB8F
Text Example
Text Example
White with #EFFB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFB8F; }
p { color: rgb(239,251,143); }
H1.HeaderClassName
{
color: #EFFB8F;
}
.AnyTagClassName
{
color: #EFFB8F;
}
</style>
background-color css
<style>
a { background-color: #EFFB8F; }
a { background-color: rgb(239,251,143); }
div.DivClassName
{
background-color: #EFFB8F;
}
.BgClassName
{
background-color: #EFFB8F;
}
</style>
border-color css
<style>
span { border-color: #EFFB8F; }
span { border-color: rgb(239,251,143); }
td.TdClassName
{
border-color: #EFFB8F;
}
.TagClassName
{
border-color: #EFFB8F;
}
</style>