Shades of Tidal #EDFA8E
Tints of Tidal #EDFA8E
RGB
CMYK
RGB Variations
Color information
#EDFA8E (or 0xEDFA8E) is known color: Tidal. HEX triplet: ED, FA and 8E. RGB value is (237,250,142). Sum of RGB (Red+Green+Blue) = 237+250+142=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 142 (55.86% from 255 or 22.58% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFA8E is #120571. Grayscale: #EAEAEA. Windows color (decimal): -1181042 or 9370349. OLE color: 9370349.
HSL color Cylindrical-coordinate representation of color #EDFA8E: hue angle of 67.22º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDFA8E is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 142 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.02 |
| HSL | 67.22º | 0.92% | 0.77% | - |
| HSV(B) | 67.22º | 0.43% | 0.98% | - |
| XYZ | 73.99 | 88.33 | 38.74 | - |
| YUV | 233.8 | 76.19 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 142 | 0.05 | 0 | 0.43 | 0.02 | 67.22 | 0.92 | 0.77 |
| Hex | ED | FA | 8E | 5 | 0 | 2B | 2 | 43 | 5C | 4D |
| Octal | 355 | 372 | 216 | 5 | 0 | 53 | 2 | 103 | 134 | 115 |
| Binary | 11101101 | 11111010 | 10001110 | 101 | 0 | 101011 | 10 | 1000011 | 1011100 | 1001101 |
Color Harmonies of #EDFA8E
Complementary color
Monochromatic Colors of #EDFA8E
Black with #EDFA8E
Text Example
Text Example
White with #EDFA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFA8E; }
p { color: rgb(237,250,142); }
H1.HeaderClassName
{
color: #EDFA8E;
}
.AnyTagClassName
{
color: #EDFA8E;
}
</style>
background-color css
<style>
a { background-color: #EDFA8E; }
a { background-color: rgb(237,250,142); }
div.DivClassName
{
background-color: #EDFA8E;
}
.BgClassName
{
background-color: #EDFA8E;
}
</style>
border-color css
<style>
span { border-color: #EDFA8E; }
span { border-color: rgb(237,250,142); }
td.TdClassName
{
border-color: #EDFA8E;
}
.TagClassName
{
border-color: #EDFA8E;
}
</style>