#EAEBA5

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

Shades of Medium Goldenrod #EAEBA5

Tints of Medium Goldenrod #EAEBA5

Color information

#EAEBA5 (or 0xEAEBA5) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EB and A5. RGB value is (234,235,165). Sum of RGB (Red+Green+Blue) = 234+235+165=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 165 (64.84% from 255 or 26.03% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEBA5 is #15145A. Grayscale: #E3E3E3. Windows color (decimal): -1381467 or 10873834. OLE color: 10873834.

HSL color Cylindrical-coordinate representation of color #EAEBA5: hue angle of 60.86º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAEBA5 is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234235165-
CMYK0.0000.300.08
HSL60.86º63.64%78.43%-
HSV(B)60.86º29.79%92.16%-
XYZ70.4379.6347.25-
YUV226.7293.17133.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 165 (64.84% from 255) = 26.03%
R=36.91%
G=37.07%
B=26.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342351650.0000.300.0860.8663.6478.43
HexEAEBA5001E83d404e
Octal35235324500361075100116
Binary1110101011101011101001010011110100011110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBA5; }

 p { color: rgb(234,235,165); }

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

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

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

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

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

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

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