#EAE9AD

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

Shades of Medium Goldenrod #EAE9AD

Tints of Medium Goldenrod #EAE9AD

Color information

#EAE9AD (or 0xEAE9AD) is unknown color: approx Medium Goldenrod. HEX triplet: EA, E9 and AD. RGB value is (234,233,173). Sum of RGB (Red+Green+Blue) = 234+233+173=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE9AD is #151652. Grayscale: #E2E2E2. Windows color (decimal): -1381971 or 11397610. OLE color: 11397610.

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

Color convert

RGB234233173-
CMYK00.000.260.08
HSL59.02º59.22%79.8%-
HSV(B)59.02º26.07%91.76%-
XYZ70.6178.7951.02-
YUV226.4697.83133.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 233 (91.41% from 255) = 36.41%
BLUE value IS 173 (67.97% from 255) = 27.03%
R=36.56%
G=36.41%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423317300.000.260.0859.0259.2279.8
HexEAE9AD001A83b3b50
Octal3523512550032107373120
Binary111010101110100110101101001101010001110111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9AD; }

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

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

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

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

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

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

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

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