#EAE9AA

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

Shades of Medium Goldenrod #EAE9AA

Tints of Medium Goldenrod #EAE9AA

Color information

#EAE9AA (or 0xEAE9AA) is unknown color: approx Medium Goldenrod. HEX triplet: EA, E9 and AA. RGB value is (234,233,170). Sum of RGB (Red+Green+Blue) = 234+233+170=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE9AA is #151655. Grayscale: #E2E2E2. Windows color (decimal): -1381974 or 11201002. OLE color: 11201002.

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

Color convert

RGB234233170-
CMYK00.000.270.08
HSL59.06º60.38%79.22%-
HSV(B)59.06º27.35%91.76%-
XYZ70.3378.6749.51-
YUV226.1296.33133.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 233 (91.41% from 255) = 36.58%
BLUE value IS 170 (66.80% from 255) = 26.69%
R=36.73%
G=36.58%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423317000.000.270.0859.0660.3879.22
HexEAE9AA001B83b3c4f
Octal3523512520033107374117
Binary111010101110100110101010001101110001110111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9AA; }

 p { color: rgb(234,233,170); }

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

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

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

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

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

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

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