#EAEAA6

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

Shades of Medium Goldenrod #EAEAA6

Tints of Medium Goldenrod #EAEAA6

Color information

#EAEAA6 (or 0xEAEAA6) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EA and A6. RGB value is (234,234,166). Sum of RGB (Red+Green+Blue) = 234+234+166=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 166 (65.23% from 255 or 26.18% from 634); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEAA6 is #151559. Grayscale: #E2E2E2. Windows color (decimal): -1381722 or 10939114. OLE color: 10939114.

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

Color convert

RGB234234166-
CMYK000.290.08
HSL60º61.82%78.43%-
HSV(B)60º29.06%91.76%-
XYZ70.2479.0947.64-
YUV226.2594133.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 166 (65.23% from 255) = 26.18%
R=36.91%
G=36.91%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234166000.290.086061.8278.43
HexEAEAA6001D83c3e4e
Octal3523522460035107476116
Binary111010101110101010100110001110110001111001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAA6; }

 p { color: rgb(234,234,166); }

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

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

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

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

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

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

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