#E1AB6D

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

Shades of Harvest Gold #E1AB6D

Tints of Harvest Gold #E1AB6D

Color information

#E1AB6D (or 0xE1AB6D) is unknown color: approx Harvest Gold. HEX triplet: E1, AB and 6D. RGB value is (225,171,109). Sum of RGB (Red+Green+Blue) = 225+171+109=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AB6D is #1E5492. Grayscale: #B4B4B4. Windows color (decimal): -1987731 or 7187425. OLE color: 7187425.

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

Color convert

RGB225171109-
CMYK00.240.520.12
HSL32.07º65.91%65.49%-
HSV(B)32.07º51.56%88.24%-
XYZ48.3746.2420.84-
YUV180.0887.89160.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=44.55%
G=33.86%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517110900.240.520.1232.0765.9165.49
HexE1AB6D01834C204241
Octal341253155030641440102101
Binary11100001101010111101101011000110100110010000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AB6D; }

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

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

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

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

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

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

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

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