Shades of Tidal #EDF57F
Tints of Tidal #EDF57F
RGB
CMYK
RGB Variations
Color information
#EDF57F (or 0xEDF57F) is known color: Tidal. HEX triplet: ED, F5 and 7F. RGB value is (237,245,127). Sum of RGB (Red+Green+Blue) = 237+245+127=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 127 (50% from 255 or 20.85% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF57F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF57F is #120A80. Grayscale: #E5E5E5. Windows color (decimal): -1182337 or 8386029. OLE color: 8386029.
HSL color Cylindrical-coordinate representation of color #EDF57F: hue angle of 64.07º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDF57F is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 127 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.04 |
| HSL | 64.07º | 0.86% | 0.73% | - |
| HSV(B) | 64.07º | 0.48% | 0.96% | - |
| XYZ | 71.41 | 84.84 | 32.69 | - |
| YUV | 229.16 | 70.35 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 127 | 0.03 | 0 | 0.48 | 0.04 | 64.07 | 0.86 | 0.73 |
| Hex | ED | F5 | 7F | 3 | 0 | 30 | 4 | 40 | 56 | 49 |
| Octal | 355 | 365 | 177 | 3 | 0 | 60 | 4 | 100 | 126 | 111 |
| Binary | 11101101 | 11110101 | 1111111 | 11 | 0 | 110000 | 100 | 1000000 | 1010110 | 1001001 |
Color Harmonies of #EDF57F
Complementary color
Monochromatic Colors of #EDF57F
Black with #EDF57F
Text Example
Text Example
White with #EDF57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF57F; }
p { color: rgb(237,245,127); }
H1.HeaderClassName
{
color: #EDF57F;
}
.AnyTagClassName
{
color: #EDF57F;
}
</style>
background-color css
<style>
a { background-color: #EDF57F; }
a { background-color: rgb(237,245,127); }
div.DivClassName
{
background-color: #EDF57F;
}
.BgClassName
{
background-color: #EDF57F;
}
</style>
border-color css
<style>
span { border-color: #EDF57F; }
span { border-color: rgb(237,245,127); }
td.TdClassName
{
border-color: #EDF57F;
}
.TagClassName
{
border-color: #EDF57F;
}
</style>