#e1a86b

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

Shades of Harvest Gold #E1A86B

Tints of Harvest Gold #E1A86B

Color information

#E1A86B (or 0xE1A86B) is unknown color: approx Harvest Gold. HEX triplet: E1, A8 and 6B. RGB value is (225,168,107). Sum of RGB (Red+Green+Blue) = 225+168+107=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A86B is #1E5794. Grayscale: #B2B2B2. Windows color (decimal): -1988501 or 7055585. OLE color: 7055585.

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

Color convert

RGB225168107-
CMYK00.250.520.12
HSL31.02º66.29%65.1%-
HSV(B)31.02º52.44%88.24%-
XYZ47.7145.0720.1-
YUV178.0987.88161.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 107 (42.19% from 255) = 21.4%
R=45%
G=33.6%
B=21.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516810700.250.520.1231.0266.2965.1
HexE1A86B01934C1f4241
Octal341250153031641437102101
Binary1110000110101000110101101100111010011001111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1a86b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1a86b; }

 p { color: rgb(225,168,107); }

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

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

 a { background-color: rgb(225,168,107); }

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

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

 span { border-color: rgb(225,168,107); }

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