#E1B56D

Color #E1B56D Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #E1B56D

Tints of Harvest Gold #E1B56D

Color information

#E1B56D (or 0xE1B56D) is unknown color: approx Harvest Gold. HEX triplet: E1, B5 and 6D. RGB value is (225,181,109). Sum of RGB (Red+Green+Blue) = 225+181+109=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B56D is #1E4A92. Grayscale: #BABABA. Windows color (decimal): -1985171 or 7189985. OLE color: 7189985.

HSL color Cylindrical-coordinate representation of color #E1B56D: hue angle of 37.24º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1B56D is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225181109-
CMYK00.200.520.12
HSL37.24º65.91%65.49%-
HSV(B)37.24º51.56%88.24%-
XYZ50.3450.1621.5-
YUV185.9584.58155.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 181 (71.09% from 255) = 35.15%
BLUE value IS 109 (42.97% from 255) = 21.17%
R=43.69%
G=35.15%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518110900.200.520.1237.2465.9165.49
HexE1B56D01434C254241
Octal341265155024641445102101
Binary11100001101101011101101010100110100110010010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B56D; }

 p { color: rgb(225,181,109); }

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

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

 a { background-color: rgb(225,181,109); }

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

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

 span { border-color: rgb(225,181,109); }

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