#EAEDA6

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

Shades of Medium Goldenrod #EAEDA6

Tints of Medium Goldenrod #EAEDA6

Color information

#EAEDA6 (or 0xEAEDA6) is unknown color: approx Medium Goldenrod. HEX triplet: EA, ED and A6. RGB value is (234,237,166). Sum of RGB (Red+Green+Blue) = 234+237+166=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 166 (65.23% from 255 or 26.06% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDA6 is #151259. Grayscale: #E4E4E4. Windows color (decimal): -1380954 or 10939882. OLE color: 10939882.

HSL color Cylindrical-coordinate representation of color #EAEDA6: hue angle of 62.54º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAEDA6 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB234237166-
CMYK0.0100.300.07
HSL62.54º66.36%79.02%-
HSV(B)62.54º29.96%92.94%-
XYZ71.180.8147.93-
YUV228.0193.01132.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 166 (65.23% from 255) = 26.06%
R=36.73%
G=37.21%
B=26.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371660.0100.300.0762.5466.3679.02
HexEAEDA6101E73f424f
Octal3523552461036777102117
Binary111010101110110110100110101111011111111110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDA6; }

 p { color: rgb(234,237,166); }

 H1.HeaderClassName
 {
   color: #EAEDA6;
 }
 .AnyTagClassName
 {
   color: #EAEDA6;
 }
</style>
background-color css

<style>
 a { background-color: #EAEDA6; }

 a { background-color: rgb(234,237,166); }

 div.DivClassName
 {
   background-color: #EAEDA6;
 }
 .BgClassName
 {
   background-color: #EAEDA6;
 }
</style>
border-color css

<style>
 span { border-color: #EAEDA6; }

 span { border-color: rgb(234,237,166); }

 td.TdClassName
 {
   border-color: #EAEDA6;
 }
 .TagClassName
 {
   border-color: #EAEDA6;
 }
</style>