#EAE9AF

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

Shades of Medium Goldenrod #EAE9AF

Tints of Medium Goldenrod #EAE9AF

Color information

#EAE9AF (or 0xEAE9AF) is unknown color: approx Medium Goldenrod. HEX triplet: EA, E9 and AF. RGB value is (234,233,175). Sum of RGB (Red+Green+Blue) = 234+233+175=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE9AF is #151650. Grayscale: #E2E2E2. Windows color (decimal): -1381969 or 11528682. OLE color: 11528682.

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

Color convert

RGB234233175-
CMYK00.000.250.08
HSL58.98º58.42%80.2%-
HSV(B)58.98º25.21%91.76%-
XYZ70.8178.8752.05-
YUV226.6998.83133.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 233 (91.41% from 255) = 36.29%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=36.45%
G=36.29%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423317500.000.250.0858.9858.4280.2
HexEAE9AF001983b3a50
Octal3523512570031107372120
Binary111010101110100110101111001100110001110111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9AF; }

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

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

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

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

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

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

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

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