#EAED87

Color #EAED87 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EAED87

Tints of Tidal #EAED87

Color information

#EAED87 (or 0xEAED87) is unknown color: approx 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

RGB234237135-
CMYK0.0100.430.07
HSL61.76º73.91%72.94%-
HSV(B)61.76º43.04%92.94%-
XYZ68.5979.8134.71-
YUV224.4777.51134.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 135 (53.12% from 255) = 22.28%
R=38.61%
G=39.11%
B=22.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371350.0100.430.0761.7673.9172.94
HexEAED87102B73e4a49
Octal3523552071053776112111
Binary1110101011101101100001111010101111111111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>