#EAEFA4

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

Shades of Medium Goldenrod #EAEFA4

Tints of Medium Goldenrod #EAEFA4

Color information

#EAEFA4 (or 0xEAEFA4) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EF and A4. RGB value is (234,239,164). Sum of RGB (Red+Green+Blue) = 234+239+164=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEFA4 is #15105B. Grayscale: #E5E5E5. Windows color (decimal): -1380444 or 10809322. OLE color: 10809322.

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

Color convert

RGB234239164-
CMYK0.0200.310.06
HSL64º70.09%79.02%-
HSV(B)64º31.38%93.73%-
XYZ71.581.9147.16-
YUV228.9591.34131.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 239 (93.75% from 255) = 37.52%
BLUE value IS 164 (64.45% from 255) = 25.75%
R=36.73%
G=37.52%
B=25.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342391640.0200.310.066470.0979.02
HexEAEFA4201F640464f
Octal35235724420376100106117
Binary11101010111011111010010010011111110100000010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFA4; }

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

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

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

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

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

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

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

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