Shades of Tidal #EDF98B
Tints of Tidal #EDF98B
RGB
CMYK
RGB Variations
Color information
#EDF98B (or 0xEDF98B) is known color: Tidal. HEX triplet: ED, F9 and 8B. RGB value is (237,249,139). Sum of RGB (Red+Green+Blue) = 237+249+139=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 139 (54.69% from 255 or 22.24% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF98B is #120674. Grayscale: #E9E9E9. Windows color (decimal): -1181301 or 9173485. OLE color: 9173485.
HSL color Cylindrical-coordinate representation of color #EDF98B: hue angle of 66.55º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDF98B is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 139 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.02 |
| HSL | 66.55º | 0.9% | 0.76% | - |
| HSV(B) | 66.55º | 0.44% | 0.98% | - |
| XYZ | 73.46 | 87.62 | 37.47 | - |
| YUV | 232.87 | 75.02 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 139 | 0.05 | 0 | 0.44 | 0.02 | 66.55 | 0.9 | 0.76 |
| Hex | ED | F9 | 8B | 5 | 0 | 2C | 2 | 43 | 5A | 4C |
| Octal | 355 | 371 | 213 | 5 | 0 | 54 | 2 | 103 | 132 | 114 |
| Binary | 11101101 | 11111001 | 10001011 | 101 | 0 | 101100 | 10 | 1000011 | 1011010 | 1001100 |
Color Harmonies of #EDF98B
Complementary color
Monochromatic Colors of #EDF98B
Black with #EDF98B
Text Example
Text Example
White with #EDF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF98B; }
p { color: rgb(237,249,139); }
H1.HeaderClassName
{
color: #EDF98B;
}
.AnyTagClassName
{
color: #EDF98B;
}
</style>
background-color css
<style>
a { background-color: #EDF98B; }
a { background-color: rgb(237,249,139); }
div.DivClassName
{
background-color: #EDF98B;
}
.BgClassName
{
background-color: #EDF98B;
}
</style>
border-color css
<style>
span { border-color: #EDF98B; }
span { border-color: rgb(237,249,139); }
td.TdClassName
{
border-color: #EDF98B;
}
.TagClassName
{
border-color: #EDF98B;
}
</style>