Shades of Tidal #EEF485
Tints of Tidal #EEF485
RGB
CMYK
RGB Variations
Color information
#EEF485 (or 0xEEF485) is known color: Tidal. HEX triplet: EE, F4 and 85. RGB value is (238,244,133). Sum of RGB (Red+Green+Blue) = 238+244+133=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 133 (52.34% from 255 or 21.63% from 615); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF485 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF485 is #110B7A. Grayscale: #E5E5E5. Windows color (decimal): -1117051 or 8778990. OLE color: 8778990.
HSL color Cylindrical-coordinate representation of color #EEF485: hue angle of 63.24º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEF485 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 133 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.04 |
| HSL | 63.24º | 0.83% | 0.74% | - |
| HSV(B) | 63.24º | 0.45% | 0.96% | - |
| XYZ | 71.84 | 84.57 | 34.73 | - |
| YUV | 229.55 | 73.51 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 133 | 0.02 | 0 | 0.45 | 0.04 | 63.24 | 0.83 | 0.74 |
| Hex | EE | F4 | 85 | 2 | 0 | 2D | 4 | 3F | 53 | 4A |
| Octal | 356 | 364 | 205 | 2 | 0 | 55 | 4 | 77 | 123 | 112 |
| Binary | 11101110 | 11110100 | 10000101 | 10 | 0 | 101101 | 100 | 111111 | 1010011 | 1001010 |
Color Harmonies of #EEF485
Complementary color
Monochromatic Colors of #EEF485
Black with #EEF485
Text Example
Text Example
White with #EEF485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF485; }
p { color: rgb(238,244,133); }
H1.HeaderClassName
{
color: #EEF485;
}
.AnyTagClassName
{
color: #EEF485;
}
</style>
background-color css
<style>
a { background-color: #EEF485; }
a { background-color: rgb(238,244,133); }
div.DivClassName
{
background-color: #EEF485;
}
.BgClassName
{
background-color: #EEF485;
}
</style>
border-color css
<style>
span { border-color: #EEF485; }
span { border-color: rgb(238,244,133); }
td.TdClassName
{
border-color: #EEF485;
}
.TagClassName
{
border-color: #EEF485;
}
</style>