Shades of Tidal #EDFE8A
Tints of Tidal #EDFE8A
RGB
CMYK
RGB Variations
Color information
#EDFE8A (or 0xEDFE8A) is known color: Tidal. HEX triplet: ED, FE and 8A. RGB value is (237,254,138). Sum of RGB (Red+Green+Blue) = 237+254+138=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 138 (54.30% from 255 or 21.94% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE8A is #120175. Grayscale: #ECECEC. Windows color (decimal): -1180022 or 9109229. OLE color: 9109229.
HSL color Cylindrical-coordinate representation of color #EDFE8A: hue angle of 68.79º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDFE8A is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 138 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.00 |
| HSL | 68.79º | 0.98% | 0.77% | - |
| HSV(B) | 68.79º | 0.46% | 1% | - |
| XYZ | 74.95 | 90.72 | 37.61 | - |
| YUV | 235.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 138 | 0.07 | 0 | 0.46 | 0.00 | 68.79 | 0.98 | 0.77 |
| Hex | ED | FE | 8A | 7 | 0 | 2E | 0 | 45 | 62 | 4D |
| Octal | 355 | 376 | 212 | 7 | 0 | 56 | 0 | 105 | 142 | 115 |
| Binary | 11101101 | 11111110 | 10001010 | 111 | 0 | 101110 | 0 | 1000101 | 1100010 | 1001101 |
Color Harmonies of #EDFE8A
Complementary color
Monochromatic Colors of #EDFE8A
Black with #EDFE8A
Text Example
Text Example
White with #EDFE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE8A; }
p { color: rgb(237,254,138); }
H1.HeaderClassName
{
color: #EDFE8A;
}
.AnyTagClassName
{
color: #EDFE8A;
}
</style>
background-color css
<style>
a { background-color: #EDFE8A; }
a { background-color: rgb(237,254,138); }
div.DivClassName
{
background-color: #EDFE8A;
}
.BgClassName
{
background-color: #EDFE8A;
}
</style>
border-color css
<style>
span { border-color: #EDFE8A; }
span { border-color: rgb(237,254,138); }
td.TdClassName
{
border-color: #EDFE8A;
}
.TagClassName
{
border-color: #EDFE8A;
}
</style>