Shades of Tidal #EAED87
Tints of Tidal #EAED87
RGB
CMYK
RGB Variations
Color information
#EAED87 (or 0xEAED87) is known color: Tidal. HEX triplet: EA, ED and 87. RGB value is (234,237,135). Sum of RGB (Red+Green+Blue) = 234+237+135=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 135 (53.12% from 255 or 22.28% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED87 is #151278. Grayscale: #E0E0E0. Windows color (decimal): -1380985 or 8908266. OLE color: 8908266.
HSL color Cylindrical-coordinate representation of color #EAED87: hue angle of 61.76º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAED87 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 135 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.07 |
| HSL | 61.76º | 0.74% | 0.73% | - |
| HSV(B) | 61.76º | 0.43% | 0.93% | - |
| XYZ | 68.59 | 79.81 | 34.71 | - |
| YUV | 224.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 135 | 0.01 | 0 | 0.43 | 0.07 | 61.76 | 0.74 | 0.73 |
| Hex | EA | ED | 87 | 1 | 0 | 2B | 7 | 3E | 4A | 49 |
| Octal | 352 | 355 | 207 | 1 | 0 | 53 | 7 | 76 | 112 | 111 |
| Binary | 11101010 | 11101101 | 10000111 | 1 | 0 | 101011 | 111 | 111110 | 1001010 | 1001001 |
Color Harmonies of #EAED87
Complementary color
Monochromatic Colors of #EAED87
Black with #EAED87
Text Example
Text Example
White with #EAED87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAED87; }
p { color: rgb(234,237,135); }
H1.HeaderClassName
{
color: #EAED87;
}
.AnyTagClassName
{
color: #EAED87;
}
</style>
background-color css
<style>
a { background-color: #EAED87; }
a { background-color: rgb(234,237,135); }
div.DivClassName
{
background-color: #EAED87;
}
.BgClassName
{
background-color: #EAED87;
}
</style>
border-color css
<style>
span { border-color: #EAED87; }
span { border-color: rgb(234,237,135); }
td.TdClassName
{
border-color: #EAED87;
}
.TagClassName
{
border-color: #EAED87;
}
</style>