Shades of Tidal #EDF08A
Tints of Tidal #EDF08A
RGB
CMYK
RGB Variations
Color information
#EDF08A (or 0xEDF08A) is known color: Tidal. HEX triplet: ED, F0 and 8A. RGB value is (237,240,138). Sum of RGB (Red+Green+Blue) = 237+240+138=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF08A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF08A is #120F75. Grayscale: #E3E3E3. Windows color (decimal): -1183606 or 9105645. OLE color: 9105645.
HSL color Cylindrical-coordinate representation of color #EDF08A: hue angle of 61.76º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDF08A is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 138 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.06 |
| HSL | 61.76º | 0.77% | 0.74% | - |
| HSV(B) | 61.76º | 0.43% | 0.94% | - |
| XYZ | 70.67 | 82.16 | 36.18 | - |
| YUV | 227.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 138 | 0.01 | 0 | 0.42 | 0.06 | 61.76 | 0.77 | 0.74 |
| Hex | ED | F0 | 8A | 1 | 0 | 2A | 6 | 3E | 4D | 4A |
| Octal | 355 | 360 | 212 | 1 | 0 | 52 | 6 | 76 | 115 | 112 |
| Binary | 11101101 | 11110000 | 10001010 | 1 | 0 | 101010 | 110 | 111110 | 1001101 | 1001010 |
Color Harmonies of #EDF08A
Complementary color
Monochromatic Colors of #EDF08A
Black with #EDF08A
Text Example
Text Example
White with #EDF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF08A; }
p { color: rgb(237,240,138); }
H1.HeaderClassName
{
color: #EDF08A;
}
.AnyTagClassName
{
color: #EDF08A;
}
</style>
background-color css
<style>
a { background-color: #EDF08A; }
a { background-color: rgb(237,240,138); }
div.DivClassName
{
background-color: #EDF08A;
}
.BgClassName
{
background-color: #EDF08A;
}
</style>
border-color css
<style>
span { border-color: #EDF08A; }
span { border-color: rgb(237,240,138); }
td.TdClassName
{
border-color: #EDF08A;
}
.TagClassName
{
border-color: #EDF08A;
}
</style>