#E1AD6D

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

Shades of Harvest Gold #E1AD6D

Tints of Harvest Gold #E1AD6D

Color information

#E1AD6D (or 0xE1AD6D) is unknown color: approx Harvest Gold. HEX triplet: E1, AD and 6D. RGB value is (225,173,109). Sum of RGB (Red+Green+Blue) = 225+173+109=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD6D is #1E5292. Grayscale: #B5B5B5. Windows color (decimal): -1987219 or 7187937. OLE color: 7187937.

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

Color convert

RGB225173109-
CMYK00.230.520.12
HSL33.1º65.91%65.49%-
HSV(B)33.1º51.56%88.24%-
XYZ48.764720.97-
YUV181.2587.23159.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.38%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 109 (42.97% from 255) = 21.50%
R=44.38%
G=34.12%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517310900.230.520.1233.165.9165.49
HexE1AD6D01734C214241
Octal341255155027641441102101
Binary11100001101011011101101010111110100110010000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AD6D; }

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

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

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

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

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

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

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

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