#EAEDA9

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

Shades of Medium Goldenrod #EAEDA9

Tints of Medium Goldenrod #EAEDA9

Color information

#EAEDA9 (or 0xEAEDA9) is unknown color: approx Medium Goldenrod. HEX triplet: EA, ED and A9. RGB value is (234,237,169). Sum of RGB (Red+Green+Blue) = 234+237+169=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 169 (66.41% from 255 or 26.41% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDA9 is #151256. Grayscale: #E4E4E4. Windows color (decimal): -1380951 or 11136490. OLE color: 11136490.

HSL color Cylindrical-coordinate representation of color #EAEDA9: hue angle of 62.65º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAEDA9 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB234237169-
CMYK0.0100.290.07
HSL62.65º65.38%79.61%-
HSV(B)62.65º28.69%92.94%-
XYZ71.3880.9349.39-
YUV228.3594.51132.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 169 (66.41% from 255) = 26.41%
R=36.56%
G=37.03%
B=26.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371690.0100.290.0762.6565.3879.61
HexEAEDA9101D73f4150
Octal3523552511035777101120
Binary111010101110110110101001101110111111111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDA9; }

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

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

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

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

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

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

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

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