#EAEEA4

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

Shades of Medium Goldenrod #EAEEA4

Tints of Medium Goldenrod #EAEEA4

Color information

#EAEEA4 (or 0xEAEEA4) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EE and A4. RGB value is (234,238,164). Sum of RGB (Red+Green+Blue) = 234+238+164=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 164 (64.45% from 255 or 25.79% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEEA4 is #15115B. Grayscale: #E4E4E4. Windows color (decimal): -1380700 or 10809066. OLE color: 10809066.

HSL color Cylindrical-coordinate representation of color #EAEEA4: hue angle of 63.24º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAEEA4 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB234238164-
CMYK0.0200.310.07
HSL63.24º68.52%78.82%-
HSV(B)63.24º31.09%93.33%-
XYZ71.2181.3247.07-
YUV228.3791.67132.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 164 (64.45% from 255) = 25.79%
R=36.79%
G=37.42%
B=25.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342381640.0200.310.0763.2468.5278.82
HexEAEEA4201F73f454f
Octal3523562442037777105117
Binary1110101011101110101001001001111111111111110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEA4; }

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

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

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

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

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

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

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

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