#EAEDA4

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

Shades of Medium Goldenrod #EAEDA4

Tints of Medium Goldenrod #EAEDA4

Color information

#EAEDA4 (or 0xEAEDA4) is unknown color: approx Medium Goldenrod. HEX triplet: EA, ED and A4. RGB value is (234,237,164). Sum of RGB (Red+Green+Blue) = 234+237+164=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 164 (64.45% from 255 or 25.83% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDA4 is #15125B. Grayscale: #E4E4E4. Windows color (decimal): -1380956 or 10808810. OLE color: 10808810.

HSL color Cylindrical-coordinate representation of color #EAEDA4: hue angle of 62.47º degrees, saturation: 0.67, 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 #EAEDA4 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB234237164-
CMYK0.0100.310.07
HSL62.47º66.97%78.63%-
HSV(B)62.47º30.8%92.94%-
XYZ70.9280.7446.97-
YUV227.7892.01132.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 164 (64.45% from 255) = 25.83%
R=36.85%
G=37.32%
B=25.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371640.0100.310.0762.4766.9778.63
HexEAEDA4101F73e434f
Octal3523552441037776103117
Binary111010101110110110100100101111111111111010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDA4; }

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

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

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

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

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

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

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

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