Shades of Tidal #EEFF8C
Tints of Tidal #EEFF8C
RGB
CMYK
RGB Variations
Color information
#EEFF8C (or 0xEEFF8C) is known color: Tidal. HEX triplet: EE, FF and 8C. RGB value is (238,255,140). Sum of RGB (Red+Green+Blue) = 238+255+140=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 140 (55.08% from 255 or 22.12% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF8C is #110073. Grayscale: #EDEDED. Windows color (decimal): -1114228 or 9240558. OLE color: 9240558.
HSL color Cylindrical-coordinate representation of color #EEFF8C: hue angle of 68.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEFF8C is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 140 | - |
| CMYK | 0.07 | 0 | 0.45 | 0 |
| HSL | 68.87º | 1% | 0.77% | - |
| HSV(B) | 68.87º | 0.45% | 1% | - |
| XYZ | 75.75 | 91.59 | 38.5 | - |
| YUV | 236.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 140 | 0.07 | 0 | 0.45 | 0 | 68.87 | 1 | 0.77 |
| Hex | EE | FF | 8C | 7 | 0 | 2D | 0 | 45 | 64 | 4D |
| Octal | 356 | 377 | 214 | 7 | 0 | 55 | 0 | 105 | 144 | 115 |
| Binary | 11101110 | 11111111 | 10001100 | 111 | 0 | 101101 | 0 | 1000101 | 1100100 | 1001101 |
Color Harmonies of #EEFF8C
Complementary color
Monochromatic Colors of #EEFF8C
Black with #EEFF8C
Text Example
Text Example
White with #EEFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF8C; }
p { color: rgb(238,255,140); }
H1.HeaderClassName
{
color: #EEFF8C;
}
.AnyTagClassName
{
color: #EEFF8C;
}
</style>
background-color css
<style>
a { background-color: #EEFF8C; }
a { background-color: rgb(238,255,140); }
div.DivClassName
{
background-color: #EEFF8C;
}
.BgClassName
{
background-color: #EEFF8C;
}
</style>
border-color css
<style>
span { border-color: #EEFF8C; }
span { border-color: rgb(238,255,140); }
td.TdClassName
{
border-color: #EEFF8C;
}
.TagClassName
{
border-color: #EEFF8C;
}
</style>