Shades of Tidal #EDF285
Tints of Tidal #EDF285
RGB
CMYK
RGB Variations
Color information
#EDF285 (or 0xEDF285) is known color: Tidal. HEX triplet: ED, F2 and 85. RGB value is (237,242,133). Sum of RGB (Red+Green+Blue) = 237+242+133=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 133 (52.34% from 255 or 21.73% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF285 is #120D7A. Grayscale: #E4E4E4. Windows color (decimal): -1183099 or 8778477. OLE color: 8778477.
HSL color Cylindrical-coordinate representation of color #EDF285: hue angle of 62.75º degrees, saturation: 0.81, 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 #EDF285 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 133 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.05 |
| HSL | 62.75º | 0.81% | 0.74% | - |
| HSV(B) | 62.75º | 0.45% | 0.95% | - |
| XYZ | 70.91 | 83.2 | 34.51 | - |
| YUV | 228.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 133 | 0.02 | 0 | 0.45 | 0.05 | 62.75 | 0.81 | 0.74 |
| Hex | ED | F2 | 85 | 2 | 0 | 2D | 5 | 3F | 51 | 4A |
| Octal | 355 | 362 | 205 | 2 | 0 | 55 | 5 | 77 | 121 | 112 |
| Binary | 11101101 | 11110010 | 10000101 | 10 | 0 | 101101 | 101 | 111111 | 1010001 | 1001010 |
Color Harmonies of #EDF285
Complementary color
Monochromatic Colors of #EDF285
Black with #EDF285
Text Example
Text Example
White with #EDF285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF285; }
p { color: rgb(237,242,133); }
H1.HeaderClassName
{
color: #EDF285;
}
.AnyTagClassName
{
color: #EDF285;
}
</style>
background-color css
<style>
a { background-color: #EDF285; }
a { background-color: rgb(237,242,133); }
div.DivClassName
{
background-color: #EDF285;
}
.BgClassName
{
background-color: #EDF285;
}
</style>
border-color css
<style>
span { border-color: #EDF285; }
span { border-color: rgb(237,242,133); }
td.TdClassName
{
border-color: #EDF285;
}
.TagClassName
{
border-color: #EDF285;
}
</style>