Shades of Tidal #EEFB8C
Tints of Tidal #EEFB8C
RGB
CMYK
RGB Variations
Color information
#EEFB8C (or 0xEEFB8C) is known color: Tidal. HEX triplet: EE, FB and 8C. RGB value is (238,251,140). Sum of RGB (Red+Green+Blue) = 238+251+140=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 140 (55.08% from 255 or 22.26% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFB8C is #110473. Grayscale: #EAEAEA. Windows color (decimal): -1115252 or 9239534. OLE color: 9239534.
HSL color Cylindrical-coordinate representation of color #EEFB8C: hue angle of 67.03º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEFB8C is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 251 | 140 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.02 |
| HSL | 67.03º | 0.93% | 0.77% | - |
| HSV(B) | 67.03º | 0.44% | 0.98% | - |
| XYZ | 74.49 | 89.06 | 38.08 | - |
| YUV | 234.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 251 | 140 | 0.05 | 0 | 0.44 | 0.02 | 67.03 | 0.93 | 0.77 |
| Hex | EE | FB | 8C | 5 | 0 | 2C | 2 | 43 | 5D | 4D |
| Octal | 356 | 373 | 214 | 5 | 0 | 54 | 2 | 103 | 135 | 115 |
| Binary | 11101110 | 11111011 | 10001100 | 101 | 0 | 101100 | 10 | 1000011 | 1011101 | 1001101 |
Color Harmonies of #EEFB8C
Complementary color
Monochromatic Colors of #EEFB8C
Black with #EEFB8C
Text Example
Text Example
White with #EEFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFB8C; }
p { color: rgb(238,251,140); }
H1.HeaderClassName
{
color: #EEFB8C;
}
.AnyTagClassName
{
color: #EEFB8C;
}
</style>
background-color css
<style>
a { background-color: #EEFB8C; }
a { background-color: rgb(238,251,140); }
div.DivClassName
{
background-color: #EEFB8C;
}
.BgClassName
{
background-color: #EEFB8C;
}
</style>
border-color css
<style>
span { border-color: #EEFB8C; }
span { border-color: rgb(238,251,140); }
td.TdClassName
{
border-color: #EEFB8C;
}
.TagClassName
{
border-color: #EEFB8C;
}
</style>