#EAEBA4

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

Shades of Medium Goldenrod #EAEBA4

Tints of Medium Goldenrod #EAEBA4

Color information

#EAEBA4 (or 0xEAEBA4) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EB and A4. RGB value is (234,235,164). Sum of RGB (Red+Green+Blue) = 234+235+164=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 164 (64.45% from 255 or 25.91% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEBA4 is #15145B. Grayscale: #E2E2E2. Windows color (decimal): -1381468 or 10808298. OLE color: 10808298.

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

Color convert

RGB234235164-
CMYK0.0000.300.08
HSL60.85º63.96%78.24%-
HSV(B)60.85º30.21%92.16%-
XYZ70.3479.5946.78-
YUV226.6192.67133.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 164 (64.45% from 255) = 25.91%
R=36.97%
G=37.12%
B=25.91%

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
Decimal2342351640.0000.300.0860.8563.9678.24
HexEAEBA4001E83d404e
Octal35235324400361075100116
Binary1110101011101011101001000011110100011110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBA4; }

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

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

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

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

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

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

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

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