Shades of Tidal #EDFE8C
Tints of Tidal #EDFE8C
RGB
CMYK
RGB Variations
Color information
#EDFE8C (or 0xEDFE8C) is known color: Tidal. HEX triplet: ED, FE and 8C. RGB value is (237,254,140). Sum of RGB (Red+Green+Blue) = 237+254+140=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 140 (55.08% from 255 or 22.19% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE8C is #120173. Grayscale: #ECECEC. Windows color (decimal): -1180020 or 9240301. OLE color: 9240301.
HSL color Cylindrical-coordinate representation of color #EDFE8C: hue angle of 68.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDFE8C is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 140 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.00 |
| HSL | 68.95º | 0.98% | 0.77% | - |
| HSV(B) | 68.95º | 0.45% | 1% | - |
| XYZ | 75.1 | 90.78 | 38.38 | - |
| YUV | 235.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 140 | 0.07 | 0 | 0.45 | 0.00 | 68.95 | 0.98 | 0.77 |
| Hex | ED | FE | 8C | 7 | 0 | 2D | 0 | 45 | 62 | 4D |
| Octal | 355 | 376 | 214 | 7 | 0 | 55 | 0 | 105 | 142 | 115 |
| Binary | 11101101 | 11111110 | 10001100 | 111 | 0 | 101101 | 0 | 1000101 | 1100010 | 1001101 |
Color Harmonies of #EDFE8C
Complementary color
Monochromatic Colors of #EDFE8C
Black with #EDFE8C
Text Example
Text Example
White with #EDFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE8C; }
p { color: rgb(237,254,140); }
H1.HeaderClassName
{
color: #EDFE8C;
}
.AnyTagClassName
{
color: #EDFE8C;
}
</style>
background-color css
<style>
a { background-color: #EDFE8C; }
a { background-color: rgb(237,254,140); }
div.DivClassName
{
background-color: #EDFE8C;
}
.BgClassName
{
background-color: #EDFE8C;
}
</style>
border-color css
<style>
span { border-color: #EDFE8C; }
span { border-color: rgb(237,254,140); }
td.TdClassName
{
border-color: #EDFE8C;
}
.TagClassName
{
border-color: #EDFE8C;
}
</style>