#EAE8A9

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

Shades of Medium Goldenrod #EAE8A9

Tints of Medium Goldenrod #EAE8A9

Color information

#EAE8A9 (or 0xEAE8A9) is unknown color: approx Medium Goldenrod. HEX triplet: EA, E8 and A9. RGB value is (234,232,169). Sum of RGB (Red+Green+Blue) = 234+232+169=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 169 (66.41% from 255 or 26.61% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8A9 is #151756. Grayscale: #E1E1E1. Windows color (decimal): -1382231 or 11135210. OLE color: 11135210.

HSL color Cylindrical-coordinate representation of color #EAE8A9: hue angle of 58.15º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAE8A9 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB234232169-
CMYK00.010.280.08
HSL58.15º60.75%79.02%-
HSV(B)58.15º27.78%91.76%-
XYZ69.9578.0748.92-
YUV225.4296.16134.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 232 (91.02% from 255) = 36.54%
BLUE value IS 169 (66.41% from 255) = 26.61%
R=36.85%
G=36.54%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423216900.010.280.0858.1560.7579.02
HexEAE8A9011C83a3d4f
Octal3523502510134107275117
Binary111010101110100010101001011110010001110101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8A9; }

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

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

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

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

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

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

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

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