Shades of Tidal #EDF38E
Tints of Tidal #EDF38E
RGB
CMYK
RGB Variations
Color information
#EDF38E (or 0xEDF38E) is known color: Tidal. HEX triplet: ED, F3 and 8E. RGB value is (237,243,142). Sum of RGB (Red+Green+Blue) = 237+243+142=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 142 (55.86% from 255 or 22.83% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF38E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF38E is #120C71. Grayscale: #E6E6E6. Windows color (decimal): -1182834 or 9368557. OLE color: 9368557.
HSL color Cylindrical-coordinate representation of color #EDF38E: hue angle of 63.56º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDF38E is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 142 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.05 |
| HSL | 63.56º | 0.81% | 0.75% | - |
| HSV(B) | 63.56º | 0.42% | 0.95% | - |
| XYZ | 71.86 | 84.06 | 38.03 | - |
| YUV | 229.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 142 | 0.02 | 0 | 0.42 | 0.05 | 63.56 | 0.81 | 0.75 |
| Hex | ED | F3 | 8E | 2 | 0 | 2A | 5 | 40 | 51 | 4B |
| Octal | 355 | 363 | 216 | 2 | 0 | 52 | 5 | 100 | 121 | 113 |
| Binary | 11101101 | 11110011 | 10001110 | 10 | 0 | 101010 | 101 | 1000000 | 1010001 | 1001011 |
Color Harmonies of #EDF38E
Complementary color
Monochromatic Colors of #EDF38E
Black with #EDF38E
Text Example
Text Example
White with #EDF38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF38E; }
p { color: rgb(237,243,142); }
H1.HeaderClassName
{
color: #EDF38E;
}
.AnyTagClassName
{
color: #EDF38E;
}
</style>
background-color css
<style>
a { background-color: #EDF38E; }
a { background-color: rgb(237,243,142); }
div.DivClassName
{
background-color: #EDF38E;
}
.BgClassName
{
background-color: #EDF38E;
}
</style>
border-color css
<style>
span { border-color: #EDF38E; }
span { border-color: rgb(237,243,142); }
td.TdClassName
{
border-color: #EDF38E;
}
.TagClassName
{
border-color: #EDF38E;
}
</style>