Shades of Tidal #EDF485
Tints of Tidal #EDF485
RGB
CMYK
RGB Variations
Color information
#EDF485 (or 0xEDF485) is known color: Tidal. HEX triplet: ED, F4 and 85. RGB value is (237,244,133). Sum of RGB (Red+Green+Blue) = 237+244+133=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 133 (52.34% from 255 or 21.66% from 614); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF485 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF485 is #120B7A. Grayscale: #E5E5E5. Windows color (decimal): -1182587 or 8778989. OLE color: 8778989.
HSL color Cylindrical-coordinate representation of color #EDF485: hue angle of 63.78º 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 #EDF485 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 133 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.04 |
| HSL | 63.78º | 0.83% | 0.74% | - |
| HSV(B) | 63.78º | 0.45% | 0.96% | - |
| XYZ | 71.51 | 84.4 | 34.71 | - |
| YUV | 229.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 133 | 0.03 | 0 | 0.45 | 0.04 | 63.78 | 0.83 | 0.74 |
| Hex | ED | F4 | 85 | 3 | 0 | 2D | 4 | 40 | 53 | 4A |
| Octal | 355 | 364 | 205 | 3 | 0 | 55 | 4 | 100 | 123 | 112 |
| Binary | 11101101 | 11110100 | 10000101 | 11 | 0 | 101101 | 100 | 1000000 | 1010011 | 1001010 |
Color Harmonies of #EDF485
Complementary color
Monochromatic Colors of #EDF485
Black with #EDF485
Text Example
Text Example
White with #EDF485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF485; }
p { color: rgb(237,244,133); }
H1.HeaderClassName
{
color: #EDF485;
}
.AnyTagClassName
{
color: #EDF485;
}
</style>
background-color css
<style>
a { background-color: #EDF485; }
a { background-color: rgb(237,244,133); }
div.DivClassName
{
background-color: #EDF485;
}
.BgClassName
{
background-color: #EDF485;
}
</style>
border-color css
<style>
span { border-color: #EDF485; }
span { border-color: rgb(237,244,133); }
td.TdClassName
{
border-color: #EDF485;
}
.TagClassName
{
border-color: #EDF485;
}
</style>