Shades of Tidal #EEF58C
Tints of Tidal #EEF58C
RGB
CMYK
RGB Variations
Color information
#EEF58C (or 0xEEF58C) is known color: Tidal. HEX triplet: EE, F5 and 8C. RGB value is (238,245,140). Sum of RGB (Red+Green+Blue) = 238+245+140=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 245 (96.09% from 255 or 39.33% from 623); Blue value is 140 (55.08% from 255 or 22.47% from 623); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF58C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF58C is #110A73. Grayscale: #E7E7E7. Windows color (decimal): -1116788 or 9237998. OLE color: 9237998.
HSL color Cylindrical-coordinate representation of color #EEF58C: hue angle of 64º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEF58C is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 140 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.04 |
| HSL | 64º | 0.84% | 0.75% | - |
| HSV(B) | 64º | 0.43% | 0.96% | - |
| XYZ | 72.65 | 85.38 | 37.46 | - |
| YUV | 230.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 140 | 0.03 | 0 | 0.43 | 0.04 | 64 | 0.84 | 0.75 |
| Hex | EE | F5 | 8C | 3 | 0 | 2B | 4 | 40 | 54 | 4B |
| Octal | 356 | 365 | 214 | 3 | 0 | 53 | 4 | 100 | 124 | 113 |
| Binary | 11101110 | 11110101 | 10001100 | 11 | 0 | 101011 | 100 | 1000000 | 1010100 | 1001011 |
Color Harmonies of #EEF58C
Complementary color
Monochromatic Colors of #EEF58C
Black with #EEF58C
Text Example
Text Example
White with #EEF58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF58C; }
p { color: rgb(238,245,140); }
H1.HeaderClassName
{
color: #EEF58C;
}
.AnyTagClassName
{
color: #EEF58C;
}
</style>
background-color css
<style>
a { background-color: #EEF58C; }
a { background-color: rgb(238,245,140); }
div.DivClassName
{
background-color: #EEF58C;
}
.BgClassName
{
background-color: #EEF58C;
}
</style>
border-color css
<style>
span { border-color: #EEF58C; }
span { border-color: rgb(238,245,140); }
td.TdClassName
{
border-color: #EEF58C;
}
.TagClassName
{
border-color: #EEF58C;
}
</style>