Shades of Tidal #EDFC8C
Tints of Tidal #EDFC8C
RGB
CMYK
RGB Variations
Color information
#EDFC8C (or 0xEDFC8C) is known color: Tidal. HEX triplet: ED, FC and 8C. RGB value is (237,252,140). Sum of RGB (Red+Green+Blue) = 237+252+140=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 140 (55.08% from 255 or 22.26% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFC8C is #120373. Grayscale: #EBEBEB. Windows color (decimal): -1180532 or 9239789. OLE color: 9239789.
HSL color Cylindrical-coordinate representation of color #EDFC8C: hue angle of 68.04º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDFC8C is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 140 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.01 |
| HSL | 68.04º | 0.95% | 0.77% | - |
| HSV(B) | 68.04º | 0.44% | 0.99% | - |
| XYZ | 74.47 | 89.52 | 38.16 | - |
| YUV | 234.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 140 | 0.06 | 0 | 0.44 | 0.01 | 68.04 | 0.95 | 0.77 |
| Hex | ED | FC | 8C | 6 | 0 | 2C | 1 | 44 | 5F | 4D |
| Octal | 355 | 374 | 214 | 6 | 0 | 54 | 1 | 104 | 137 | 115 |
| Binary | 11101101 | 11111100 | 10001100 | 110 | 0 | 101100 | 1 | 1000100 | 1011111 | 1001101 |
Color Harmonies of #EDFC8C
Complementary color
Monochromatic Colors of #EDFC8C
Black with #EDFC8C
Text Example
Text Example
White with #EDFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFC8C; }
p { color: rgb(237,252,140); }
H1.HeaderClassName
{
color: #EDFC8C;
}
.AnyTagClassName
{
color: #EDFC8C;
}
</style>
background-color css
<style>
a { background-color: #EDFC8C; }
a { background-color: rgb(237,252,140); }
div.DivClassName
{
background-color: #EDFC8C;
}
.BgClassName
{
background-color: #EDFC8C;
}
</style>
border-color css
<style>
span { border-color: #EDFC8C; }
span { border-color: rgb(237,252,140); }
td.TdClassName
{
border-color: #EDFC8C;
}
.TagClassName
{
border-color: #EDFC8C;
}
</style>