Shades of Tidal #EEF387
Tints of Tidal #EEF387
RGB
CMYK
RGB Variations
Color information
#EEF387 (or 0xEEF387) is known color: Tidal. HEX triplet: EE, F3 and 87. RGB value is (238,243,135). Sum of RGB (Red+Green+Blue) = 238+243+135=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 135 (53.12% from 255 or 21.92% from 616); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF387 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF387 is #110C78. Grayscale: #E5E5E5. Windows color (decimal): -1117305 or 8909806. OLE color: 8909806.
HSL color Cylindrical-coordinate representation of color #EEF387: hue angle of 62.78º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEF387 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 135 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.05 |
| HSL | 62.78º | 0.82% | 0.74% | - |
| HSV(B) | 62.78º | 0.44% | 0.95% | - |
| XYZ | 71.68 | 84.03 | 35.36 | - |
| YUV | 229.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 135 | 0.02 | 0 | 0.44 | 0.05 | 62.78 | 0.82 | 0.74 |
| Hex | EE | F3 | 87 | 2 | 0 | 2C | 5 | 3F | 52 | 4A |
| Octal | 356 | 363 | 207 | 2 | 0 | 54 | 5 | 77 | 122 | 112 |
| Binary | 11101110 | 11110011 | 10000111 | 10 | 0 | 101100 | 101 | 111111 | 1010010 | 1001010 |
Color Harmonies of #EEF387
Complementary color
Monochromatic Colors of #EEF387
Black with #EEF387
Text Example
Text Example
White with #EEF387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF387; }
p { color: rgb(238,243,135); }
H1.HeaderClassName
{
color: #EEF387;
}
.AnyTagClassName
{
color: #EEF387;
}
</style>
background-color css
<style>
a { background-color: #EEF387; }
a { background-color: rgb(238,243,135); }
div.DivClassName
{
background-color: #EEF387;
}
.BgClassName
{
background-color: #EEF387;
}
</style>
border-color css
<style>
span { border-color: #EEF387; }
span { border-color: rgb(238,243,135); }
td.TdClassName
{
border-color: #EEF387;
}
.TagClassName
{
border-color: #EEF387;
}
</style>