#E1AD69

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

Shades of Harvest Gold #E1AD69

Tints of Harvest Gold #E1AD69

Color information

#E1AD69 (or 0xE1AD69) is unknown color: approx Harvest Gold. HEX triplet: E1, AD and 69. RGB value is (225,173,105). Sum of RGB (Red+Green+Blue) = 225+173+105=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD69 is #1E5296. Grayscale: #B5B5B5. Windows color (decimal): -1987223 or 6925793. OLE color: 6925793.

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

Color convert

RGB225173105-
CMYK00.230.530.12
HSL34º66.67%64.71%-
HSV(B)34º53.33%88.24%-
XYZ48.5446.9119.86-
YUV180.885.23159.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 105 (41.41% from 255) = 20.87%
R=44.73%
G=34.39%
B=20.87%

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
Decimal22517310500.230.530.123466.6764.71
HexE1AD6901735C224341
Octal341255151027651442103101
Binary11100001101011011101001010111110101110010001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AD69; }

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

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

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

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

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

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

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

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