#E1BA6C

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

Shades of Harvest Gold #E1BA6C

Tints of Harvest Gold #E1BA6C

Color information

#E1BA6C (or 0xE1BA6C) is unknown color: approx Harvest Gold. HEX triplet: E1, BA and 6C. RGB value is (225,186,108). Sum of RGB (Red+Green+Blue) = 225+186+108=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA6C is #1E4593. Grayscale: #BDBDBD. Windows color (decimal): -1983892 or 7125729. OLE color: 7125729.

HSL color Cylindrical-coordinate representation of color #E1BA6C: hue angle of 40º 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 #E1BA6C is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225186108-
CMYK00.170.520.12
HSL40º66.1%65.29%-
HSV(B)40º52%88.24%-
XYZ51.3252.2121.56-
YUV188.7782.42153.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 108 (42.58% from 255) = 20.81%
R=43.35%
G=35.84%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518610800.170.520.124066.165.29
HexE1BA6C01134C284241
Octal341272154021641450102101
Binary11100001101110101101100010001110100110010100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA6C; }

 p { color: rgb(225,186,108); }

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

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

 a { background-color: rgb(225,186,108); }

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

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

 span { border-color: rgb(225,186,108); }

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