#EAE8AD

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

Shades of Medium Goldenrod #EAE8AD

Tints of Medium Goldenrod #EAE8AD

Color information

#EAE8AD (or 0xEAE8AD) is unknown color: approx Medium Goldenrod. HEX triplet: EA, E8 and AD. RGB value is (234,232,173). Sum of RGB (Red+Green+Blue) = 234+232+173=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8AD is #151752. Grayscale: #E2E2E2. Windows color (decimal): -1382227 or 11397354. OLE color: 11397354.

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

Color convert

RGB234232173-
CMYK00.010.260.08
HSL58.03º59.22%79.8%-
HSV(B)58.03º26.07%91.76%-
XYZ70.3378.2250.93-
YUV225.8798.16133.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 232 (91.02% from 255) = 36.31%
BLUE value IS 173 (67.97% from 255) = 27.07%
R=36.62%
G=36.31%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423217300.010.260.0858.0359.2279.8
HexEAE8AD011A83a3b50
Octal3523502550132107273120
Binary111010101110100010101101011101010001110101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8AD; }

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

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

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

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

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

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

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

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