Shades of Tidal #EEF385
Tints of Tidal #EEF385
RGB
CMYK
RGB Variations
Color information
#EEF385 (or 0xEEF385) is known color: Tidal. HEX triplet: EE, F3 and 85. RGB value is (238,243,133). Sum of RGB (Red+Green+Blue) = 238+243+133=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 133 (52.34% from 255 or 21.66% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF385 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF385 is #110C7A. Grayscale: #E5E5E5. Windows color (decimal): -1117307 or 8778734. OLE color: 8778734.
HSL color Cylindrical-coordinate representation of color #EEF385: hue angle of 62.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEF385 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 133 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.05 |
| HSL | 62.73º | 0.82% | 0.74% | - |
| HSV(B) | 62.73º | 0.45% | 0.95% | - |
| XYZ | 71.54 | 83.97 | 34.63 | - |
| YUV | 228.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 133 | 0.02 | 0 | 0.45 | 0.05 | 62.73 | 0.82 | 0.74 |
| Hex | EE | F3 | 85 | 2 | 0 | 2D | 5 | 3F | 52 | 4A |
| Octal | 356 | 363 | 205 | 2 | 0 | 55 | 5 | 77 | 122 | 112 |
| Binary | 11101110 | 11110011 | 10000101 | 10 | 0 | 101101 | 101 | 111111 | 1010010 | 1001010 |
Color Harmonies of #EEF385
Complementary color
Monochromatic Colors of #EEF385
Black with #EEF385
Text Example
Text Example
White with #EEF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF385; }
p { color: rgb(238,243,133); }
H1.HeaderClassName
{
color: #EEF385;
}
.AnyTagClassName
{
color: #EEF385;
}
</style>
background-color css
<style>
a { background-color: #EEF385; }
a { background-color: rgb(238,243,133); }
div.DivClassName
{
background-color: #EEF385;
}
.BgClassName
{
background-color: #EEF385;
}
</style>
border-color css
<style>
span { border-color: #EEF385; }
span { border-color: rgb(238,243,133); }
td.TdClassName
{
border-color: #EEF385;
}
.TagClassName
{
border-color: #EEF385;
}
</style>