#E1B46B

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

Shades of Harvest Gold #E1B46B

Tints of Harvest Gold #E1B46B

Color information

#E1B46B (or 0xE1B46B) is unknown color: approx Harvest Gold. HEX triplet: E1, B4 and 6B. RGB value is (225,180,107). Sum of RGB (Red+Green+Blue) = 225+180+107=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B46B is #1E4B94. Grayscale: #B9B9B9. Windows color (decimal): -1985429 or 7058657. OLE color: 7058657.

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

Color convert

RGB225180107-
CMYK00.20.520.12
HSL37.12º66.29%65.1%-
HSV(B)37.12º52.44%88.24%-
XYZ50.0349.7120.87-
YUV185.1383.91156.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 107 (42.19% from 255) = 20.90%
R=43.95%
G=35.16%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518010700.20.520.1237.1266.2965.1
HexE1B46B01434C254241
Octal341264153024641445102101
Binary11100001101101001101011010100110100110010010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B46B; }

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

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

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

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

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

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

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

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