Shades of Tidal #EEFA8C
Tints of Tidal #EEFA8C
RGB
CMYK
RGB Variations
Color information
#EEFA8C (or 0xEEFA8C) is known color: Tidal. HEX triplet: EE, FA and 8C. RGB value is (238,250,140). Sum of RGB (Red+Green+Blue) = 238+250+140=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 140 (55.08% from 255 or 22.29% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA8C is #110573. Grayscale: #EAEAEA. Windows color (decimal): -1115508 or 9239278. OLE color: 9239278.
HSL color Cylindrical-coordinate representation of color #EEFA8C: hue angle of 66.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEFA8C is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 140 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.02 |
| HSL | 66.55º | 0.92% | 0.76% | - |
| HSV(B) | 66.55º | 0.44% | 0.98% | - |
| XYZ | 74.18 | 88.44 | 37.97 | - |
| YUV | 233.87 | 75.02 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 140 | 0.05 | 0 | 0.44 | 0.02 | 66.55 | 0.92 | 0.76 |
| Hex | EE | FA | 8C | 5 | 0 | 2C | 2 | 43 | 5C | 4C |
| Octal | 356 | 372 | 214 | 5 | 0 | 54 | 2 | 103 | 134 | 114 |
| Binary | 11101110 | 11111010 | 10001100 | 101 | 0 | 101100 | 10 | 1000011 | 1011100 | 1001100 |
Color Harmonies of #EEFA8C
Complementary color
Monochromatic Colors of #EEFA8C
Black with #EEFA8C
Text Example
Text Example
White with #EEFA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA8C; }
p { color: rgb(238,250,140); }
H1.HeaderClassName
{
color: #EEFA8C;
}
.AnyTagClassName
{
color: #EEFA8C;
}
</style>
background-color css
<style>
a { background-color: #EEFA8C; }
a { background-color: rgb(238,250,140); }
div.DivClassName
{
background-color: #EEFA8C;
}
.BgClassName
{
background-color: #EEFA8C;
}
</style>
border-color css
<style>
span { border-color: #EEFA8C; }
span { border-color: rgb(238,250,140); }
td.TdClassName
{
border-color: #EEFA8C;
}
.TagClassName
{
border-color: #EEFA8C;
}
</style>