#EAE9AB

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

Shades of Medium Goldenrod #EAE9AB

Tints of Medium Goldenrod #EAE9AB

Color information

#EAE9AB (or 0xEAE9AB) is unknown color: approx Medium Goldenrod. HEX triplet: EA, E9 and AB. RGB value is (234,233,171). Sum of RGB (Red+Green+Blue) = 234+233+171=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE9AB is #151654. Grayscale: #E2E2E2. Windows color (decimal): -1381973 or 11266538. OLE color: 11266538.

HSL color Cylindrical-coordinate representation of color #EAE9AB: hue angle of 59.05º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAE9AB is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234233171-
CMYK00.000.270.08
HSL59.05º60%79.41%-
HSV(B)59.05º26.92%91.76%-
XYZ70.4278.7150.01-
YUV226.2396.83133.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 233 (91.41% from 255) = 36.52%
BLUE value IS 171 (67.19% from 255) = 26.80%
R=36.68%
G=36.52%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423317100.000.270.0859.056079.41
HexEAE9AB001B83b3c4f
Octal3523512530033107374117
Binary111010101110100110101011001101110001110111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9AB; }

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

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

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

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

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

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

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

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