#EAEAA9

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

Shades of Medium Goldenrod #EAEAA9

Tints of Medium Goldenrod #EAEAA9

Color information

#EAEAA9 (or 0xEAEAA9) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EA and A9. RGB value is (234,234,169). Sum of RGB (Red+Green+Blue) = 234+234+169=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 169 (66.41% from 255 or 26.53% from 637); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEAA9 is #151556. Grayscale: #E2E2E2. Windows color (decimal): -1381719 or 11135722. OLE color: 11135722.

HSL color Cylindrical-coordinate representation of color #EAEAA9: hue angle of 60º 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 #EAEAA9 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB234234169-
CMYK000.280.08
HSL60º60.75%79.02%-
HSV(B)60º27.78%91.76%-
XYZ70.5279.249.11-
YUV226.5995.5133.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 234 (91.80% from 255) = 36.73%
BLUE value IS 169 (66.41% from 255) = 26.53%
R=36.73%
G=36.73%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234169000.280.086060.7579.02
HexEAEAA9001C83c3d4f
Octal3523522510034107475117
Binary111010101110101010101001001110010001111001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAA9; }

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

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

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

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

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

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

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

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