Shades of Tidal #EDF68A
Tints of Tidal #EDF68A
RGB
CMYK
RGB Variations
Color information
#EDF68A (or 0xEDF68A) is known color: Tidal. HEX triplet: ED, F6 and 8A. RGB value is (237,246,138). Sum of RGB (Red+Green+Blue) = 237+246+138=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 138 (54.30% from 255 or 22.22% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF68A is #120975. Grayscale: #E7E7E7. Windows color (decimal): -1182070 or 9107181. OLE color: 9107181.
HSL color Cylindrical-coordinate representation of color #EDF68A: hue angle of 65º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDF68A is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 138 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.04 |
| HSL | 65º | 0.86% | 0.75% | - |
| HSV(B) | 65º | 0.44% | 0.96% | - |
| XYZ | 72.47 | 85.75 | 36.78 | - |
| YUV | 231 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 138 | 0.04 | 0 | 0.44 | 0.04 | 65 | 0.86 | 0.75 |
| Hex | ED | F6 | 8A | 4 | 0 | 2C | 4 | 41 | 56 | 4B |
| Octal | 355 | 366 | 212 | 4 | 0 | 54 | 4 | 101 | 126 | 113 |
| Binary | 11101101 | 11110110 | 10001010 | 100 | 0 | 101100 | 100 | 1000001 | 1010110 | 1001011 |
Color Harmonies of #EDF68A
Complementary color
Monochromatic Colors of #EDF68A
Black with #EDF68A
Text Example
Text Example
White with #EDF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF68A; }
p { color: rgb(237,246,138); }
H1.HeaderClassName
{
color: #EDF68A;
}
.AnyTagClassName
{
color: #EDF68A;
}
</style>
background-color css
<style>
a { background-color: #EDF68A; }
a { background-color: rgb(237,246,138); }
div.DivClassName
{
background-color: #EDF68A;
}
.BgClassName
{
background-color: #EDF68A;
}
</style>
border-color css
<style>
span { border-color: #EDF68A; }
span { border-color: rgb(237,246,138); }
td.TdClassName
{
border-color: #EDF68A;
}
.TagClassName
{
border-color: #EDF68A;
}
</style>