Shades of Tidal #EDEF87
Tints of Tidal #EDEF87
RGB
CMYK
RGB Variations
Color information
#EDEF87 (or 0xEDEF87) is known color: Tidal. HEX triplet: ED, EF and 87. RGB value is (237,239,135). Sum of RGB (Red+Green+Blue) = 237+239+135=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 135 (53.12% from 255 or 22.09% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF87 is #121078. Grayscale: #E2E2E2. Windows color (decimal): -1183865 or 8908781. OLE color: 8908781.
HSL color Cylindrical-coordinate representation of color #EDEF87: hue angle of 61.15º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDEF87 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 135 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.06 |
| HSL | 61.15º | 0.76% | 0.73% | - |
| HSV(B) | 61.15º | 0.44% | 0.94% | - |
| XYZ | 70.16 | 81.49 | 34.95 | - |
| YUV | 226.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 135 | 0.01 | 0 | 0.44 | 0.06 | 61.15 | 0.76 | 0.73 |
| Hex | ED | EF | 87 | 1 | 0 | 2C | 6 | 3D | 4C | 49 |
| Octal | 355 | 357 | 207 | 1 | 0 | 54 | 6 | 75 | 114 | 111 |
| Binary | 11101101 | 11101111 | 10000111 | 1 | 0 | 101100 | 110 | 111101 | 1001100 | 1001001 |
Color Harmonies of #EDEF87
Complementary color
Monochromatic Colors of #EDEF87
Black with #EDEF87
Text Example
Text Example
White with #EDEF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF87; }
p { color: rgb(237,239,135); }
H1.HeaderClassName
{
color: #EDEF87;
}
.AnyTagClassName
{
color: #EDEF87;
}
</style>
background-color css
<style>
a { background-color: #EDEF87; }
a { background-color: rgb(237,239,135); }
div.DivClassName
{
background-color: #EDEF87;
}
.BgClassName
{
background-color: #EDEF87;
}
</style>
border-color css
<style>
span { border-color: #EDEF87; }
span { border-color: rgb(237,239,135); }
td.TdClassName
{
border-color: #EDEF87;
}
.TagClassName
{
border-color: #EDEF87;
}
</style>