Shades of Tidal #EDF98A
Tints of Tidal #EDF98A
RGB
CMYK
RGB Variations
Color information
#EDF98A (or 0xEDF98A) is known color: Tidal. HEX triplet: ED, F9 and 8A. RGB value is (237,249,138). Sum of RGB (Red+Green+Blue) = 237+249+138=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 138 (54.30% from 255 or 22.12% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF98A is #120675. Grayscale: #E9E9E9. Windows color (decimal): -1181302 or 9107949. OLE color: 9107949.
HSL color Cylindrical-coordinate representation of color #EDF98A: hue angle of 66.49º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDF98A is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 138 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.02 |
| HSL | 66.49º | 0.9% | 0.76% | - |
| HSV(B) | 66.49º | 0.45% | 0.98% | - |
| XYZ | 73.39 | 87.59 | 37.08 | - |
| YUV | 232.76 | 74.52 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 138 | 0.05 | 0 | 0.45 | 0.02 | 66.49 | 0.9 | 0.76 |
| Hex | ED | F9 | 8A | 5 | 0 | 2D | 2 | 42 | 5A | 4C |
| Octal | 355 | 371 | 212 | 5 | 0 | 55 | 2 | 102 | 132 | 114 |
| Binary | 11101101 | 11111001 | 10001010 | 101 | 0 | 101101 | 10 | 1000010 | 1011010 | 1001100 |
Color Harmonies of #EDF98A
Complementary color
Monochromatic Colors of #EDF98A
Black with #EDF98A
Text Example
Text Example
White with #EDF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF98A; }
p { color: rgb(237,249,138); }
H1.HeaderClassName
{
color: #EDF98A;
}
.AnyTagClassName
{
color: #EDF98A;
}
</style>
background-color css
<style>
a { background-color: #EDF98A; }
a { background-color: rgb(237,249,138); }
div.DivClassName
{
background-color: #EDF98A;
}
.BgClassName
{
background-color: #EDF98A;
}
</style>
border-color css
<style>
span { border-color: #EDF98A; }
span { border-color: rgb(237,249,138); }
td.TdClassName
{
border-color: #EDF98A;
}
.TagClassName
{
border-color: #EDF98A;
}
</style>