Shades of Tidal #EDFA81
Tints of Tidal #EDFA81
RGB
CMYK
RGB Variations
Color information
#EDFA81 (or 0xEDFA81) is known color: Tidal. HEX triplet: ED, FA and 81. RGB value is (237,250,129). Sum of RGB (Red+Green+Blue) = 237+250+129=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 129 (50.78% from 255 or 20.94% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFA81 is #12057E. Grayscale: #E8E8E8. Windows color (decimal): -1181055 or 8518381. OLE color: 8518381.
HSL color Cylindrical-coordinate representation of color #EDFA81: hue angle of 66.45º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDFA81 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 129 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.02 |
| HSL | 66.45º | 0.92% | 0.74% | - |
| HSV(B) | 66.45º | 0.48% | 0.98% | - |
| XYZ | 73.07 | 87.96 | 33.9 | - |
| YUV | 232.32 | 69.69 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 129 | 0.05 | 0 | 0.48 | 0.02 | 66.45 | 0.92 | 0.74 |
| Hex | ED | FA | 81 | 5 | 0 | 30 | 2 | 42 | 5C | 4A |
| Octal | 355 | 372 | 201 | 5 | 0 | 60 | 2 | 102 | 134 | 112 |
| Binary | 11101101 | 11111010 | 10000001 | 101 | 0 | 110000 | 10 | 1000010 | 1011100 | 1001010 |
Color Harmonies of #EDFA81
Complementary color
Monochromatic Colors of #EDFA81
Black with #EDFA81
Text Example
Text Example
White with #EDFA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFA81; }
p { color: rgb(237,250,129); }
H1.HeaderClassName
{
color: #EDFA81;
}
.AnyTagClassName
{
color: #EDFA81;
}
</style>
background-color css
<style>
a { background-color: #EDFA81; }
a { background-color: rgb(237,250,129); }
div.DivClassName
{
background-color: #EDFA81;
}
.BgClassName
{
background-color: #EDFA81;
}
</style>
border-color css
<style>
span { border-color: #EDFA81; }
span { border-color: rgb(237,250,129); }
td.TdClassName
{
border-color: #EDFA81;
}
.TagClassName
{
border-color: #EDFA81;
}
</style>