#EAE6B2

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

Shades of Medium Goldenrod #EAE6B2

Tints of Medium Goldenrod #EAE6B2

Color information

#EAE6B2 (or 0xEAE6B2) is unknown color: approx Medium Goldenrod. HEX triplet: EA, E6 and B2. RGB value is (234,230,178). Sum of RGB (Red+Green+Blue) = 234+230+178=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 178 (69.92% from 255 or 27.73% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE6B2 is #15194D. Grayscale: #E1E1E1. Windows color (decimal): -1382734 or 11724522. OLE color: 11724522.

HSL color Cylindrical-coordinate representation of color #EAE6B2: hue angle of 55.71º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAE6B2 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234230178-
CMYK00.020.240.08
HSL55.71º57.14%80.78%-
HSV(B)55.71º23.93%91.76%-
XYZ70.2677.353.34-
YUV225.27101.33134.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 230 (90.23% from 255) = 35.83%
BLUE value IS 178 (69.92% from 255) = 27.73%
R=36.45%
G=35.83%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423017800.020.240.0855.7157.1480.78
HexEAE6B202188383951
Octal3523462620230107071121
Binary1110101011100110101100100101100010001110001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE6B2; }

 p { color: rgb(234,230,178); }

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

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

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

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

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

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

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