#EAE8AA

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

Shades of Medium Goldenrod #EAE8AA

Tints of Medium Goldenrod #EAE8AA

Color information

#EAE8AA (or 0xEAE8AA) is unknown color: approx Medium Goldenrod. HEX triplet: EA, E8 and AA. RGB value is (234,232,170). Sum of RGB (Red+Green+Blue) = 234+232+170=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8AA is #151755. Grayscale: #E1E1E1. Windows color (decimal): -1382230 or 11200746. OLE color: 11200746.

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

Color convert

RGB234232170-
CMYK00.010.270.08
HSL58.12º60.38%79.22%-
HSV(B)58.12º27.35%91.76%-
XYZ70.0478.1149.41-
YUV225.5396.66134.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 232 (91.02% from 255) = 36.48%
BLUE value IS 170 (66.80% from 255) = 26.73%
R=36.79%
G=36.48%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423217000.010.270.0858.1260.3879.22
HexEAE8AA011B83a3c4f
Octal3523502520133107274117
Binary111010101110100010101010011101110001110101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8AA; }

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

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

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

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

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

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

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

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