#e1b469

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

Shades of Harvest Gold #E1B469

Tints of Harvest Gold #E1B469

Color information

#E1B469 (or 0xE1B469) is unknown color: approx Harvest Gold. HEX triplet: E1, B4 and 69. RGB value is (225,180,105). Sum of RGB (Red+Green+Blue) = 225+180+105=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B469 is #1E4B96. Grayscale: #B9B9B9. Windows color (decimal): -1985431 or 6927585. OLE color: 6927585.

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

Color convert

RGB225180105-
CMYK00.20.530.12
HSL37.5º66.67%64.71%-
HSV(B)37.5º53.33%88.24%-
XYZ49.9249.6720.32-
YUV184.982.91156.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.12%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 105 (41.41% from 255) = 20.59%
R=44.12%
G=35.29%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518010500.20.530.1237.566.6764.71
HexE1B46901435C264341
Octal341264151024651446103101
Binary11100001101101001101001010100110101110010011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1b469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1b469; }

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

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

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

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

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

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

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

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