#EAEAB1

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

Shades of Medium Goldenrod #EAEAB1

Tints of Medium Goldenrod #EAEAB1

Color information

#EAEAB1 (or 0xEAEAB1) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EA and B1. RGB value is (234,234,177). Sum of RGB (Red+Green+Blue) = 234+234+177=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEAB1 is #15154E. Grayscale: #E3E3E3. Windows color (decimal): -1381711 or 11660010. OLE color: 11660010.

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

Color convert

RGB234234177-
CMYK000.240.08
HSL60º57.58%80.59%-
HSV(B)60º24.36%91.76%-
XYZ71.2979.5153.19-
YUV227.599.5132.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 177 (69.53% from 255) = 27.44%
R=36.28%
G=36.28%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234177000.240.086057.5880.59
HexEAEAB1001883c3a51
Octal3523522610030107472121
Binary111010101110101010110001001100010001111001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAB1; }

 p { color: rgb(234,234,177); }

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

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

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

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

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

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

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