#EAE8AF

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

Shades of Medium Goldenrod #EAE8AF

Tints of Medium Goldenrod #EAE8AF

Color information

#EAE8AF (or 0xEAE8AF) is unknown color: approx Medium Goldenrod. HEX triplet: EA, E8 and AF. RGB value is (234,232,175). Sum of RGB (Red+Green+Blue) = 234+232+175=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8AF is #151750. Grayscale: #E2E2E2. Windows color (decimal): -1382225 or 11528426. OLE color: 11528426.

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

Color convert

RGB234232175-
CMYK00.010.250.08
HSL57.97º58.42%80.2%-
HSV(B)57.97º25.21%91.76%-
XYZ70.5378.351.95-
YUV226.199.16133.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 232 (91.02% from 255) = 36.19%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=36.51%
G=36.19%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423217500.010.250.0857.9758.4280.2
HexEAE8AF011983a3a50
Octal3523502570131107272120
Binary111010101110100010101111011100110001110101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8AF; }

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

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

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

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

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

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

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

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