Shades of Tidal #EEFF7D
Tints of Tidal #EEFF7D
RGB
CMYK
RGB Variations
Color information
#EEFF7D (or 0xEEFF7D) is known color: Tidal. HEX triplet: EE, FF and 7D. RGB value is (238,255,125). Sum of RGB (Red+Green+Blue) = 238+255+125=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 125 (49.22% from 255 or 20.23% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF7D is #110082. Grayscale: #EBEBEB. Windows color (decimal): -1114243 or 8257518. OLE color: 8257518.
HSL color Cylindrical-coordinate representation of color #EEFF7D: hue angle of 67.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEFF7D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 255 | 125 | - |
CMYK | 0.07 | 0 | 0.51 | 0 |
HSL | 67.85º | 1% | 0.75% | - |
HSV(B) | 67.85º | 0.51% | 1% | - |
XYZ | 74.72 | 91.18 | 33.06 | - |
YUV | 235.1 | 65.87 | 130.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 255 | 125 | 0.07 | 0 | 0.51 | 0 | 67.85 | 1 | 0.75 |
Hex | EE | FF | 7D | 7 | 0 | 33 | 0 | 44 | 64 | 4B |
Octal | 356 | 377 | 175 | 7 | 0 | 63 | 0 | 104 | 144 | 113 |
Binary | 11101110 | 11111111 | 1111101 | 111 | 0 | 110011 | 0 | 1000100 | 1100100 | 1001011 |
Color Harmonies of #EEFF7D
Complementary color
Monochromatic Colors of #EEFF7D
Black with #EEFF7D
Text Example
Text Example
White with #EEFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF7D; }
p { color: rgb(238,255,125); }
H1.HeaderClassName
{
color: #EEFF7D;
}
.AnyTagClassName
{
color: #EEFF7D;
}
</style>
background-color css
<style>
a { background-color: #EEFF7D; }
a { background-color: rgb(238,255,125); }
div.DivClassName
{
background-color: #EEFF7D;
}
.BgClassName
{
background-color: #EEFF7D;
}
</style>
border-color css
<style>
span { border-color: #EEFF7D; }
span { border-color: rgb(238,255,125); }
td.TdClassName
{
border-color: #EEFF7D;
}
.TagClassName
{
border-color: #EEFF7D;
}
</style>