#EAE8AE

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

Shades of Medium Goldenrod #EAE8AE

Tints of Medium Goldenrod #EAE8AE

Color information

#EAE8AE (or 0xEAE8AE) is unknown color: approx Medium Goldenrod. HEX triplet: EA, E8 and AE. RGB value is (234,232,174). Sum of RGB (Red+Green+Blue) = 234+232+174=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8AE is #151751. Grayscale: #E2E2E2. Windows color (decimal): -1382226 or 11462890. OLE color: 11462890.

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

Color convert

RGB234232174-
CMYK00.010.260.08
HSL58º58.82%80%-
HSV(B)58º25.64%91.76%-
XYZ70.4378.2651.44-
YUV225.9998.66133.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 232 (91.02% from 255) = 36.25%
BLUE value IS 174 (68.36% from 255) = 27.19%
R=36.56%
G=36.25%
B=27.19%

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
Decimal23423217400.010.260.085858.8280
HexEAE8AE011A83a3b50
Octal3523502560132107273120
Binary111010101110100010101110011101010001110101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8AE; }

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

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

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

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

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

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

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

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