#EAEAB5

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

Shades of Medium Goldenrod #EAEAB5

Tints of Medium Goldenrod #EAEAB5

Color information

#EAEAB5 (or 0xEAEAB5) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EA and B5. RGB value is (234,234,181). Sum of RGB (Red+Green+Blue) = 234+234+181=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 181 (71.09% from 255 or 27.89% from 649); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEAB5 is #15154A. Grayscale: #E4E4E4. Windows color (decimal): -1381707 or 11922154. OLE color: 11922154.

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

Color convert

RGB234234181-
CMYK000.230.08
HSL60º55.79%81.37%-
HSV(B)60º22.65%91.76%-
XYZ71.6979.6755.32-
YUV227.96101.5132.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 181 (71.09% from 255) = 27.89%
R=36.06%
G=36.06%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234181000.230.086055.7981.37
HexEAEAB5001783c3851
Octal3523522650027107470121
Binary111010101110101010110101001011110001111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAB5; }

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

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

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

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

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

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

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

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