#E1AD6A

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

Shades of Harvest Gold #E1AD6A

Tints of Harvest Gold #E1AD6A

Color information

#E1AD6A (or 0xE1AD6A) is unknown color: approx Harvest Gold. HEX triplet: E1, AD and 6A. RGB value is (225,173,106). Sum of RGB (Red+Green+Blue) = 225+173+106=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD6A is #1E5295. Grayscale: #B5B5B5. Windows color (decimal): -1987222 or 6991329. OLE color: 6991329.

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

Color convert

RGB225173106-
CMYK00.230.530.12
HSL33.78º66.48%64.9%-
HSV(B)33.78º52.89%88.24%-
XYZ48.646.9420.13-
YUV180.9185.73159.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 106 (41.80% from 255) = 21.03%
R=44.64%
G=34.33%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517310600.230.530.1233.7866.4864.9
HexE1AD6A01735C224241
Octal341255152027651442102101
Binary11100001101011011101010010111110101110010001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AD6A; }

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

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

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

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

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

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

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

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