#e1b06a

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

Shades of Harvest Gold #E1B06A

Tints of Harvest Gold #E1B06A

Color information

#E1B06A (or 0xE1B06A) is unknown color: approx Harvest Gold. HEX triplet: E1, B0 and 6A. RGB value is (225,176,106). Sum of RGB (Red+Green+Blue) = 225+176+106=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B06A is #1E4F95. Grayscale: #B6B6B6. Windows color (decimal): -1986454 or 6992097. OLE color: 6992097.

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

Color convert

RGB225176106-
CMYK00.220.530.12
HSL35.29º66.48%64.9%-
HSV(B)35.29º52.89%88.24%-
XYZ49.1848.120.33-
YUV182.6784.73158.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.38%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=44.38%
G=34.71%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517610600.220.530.1235.2966.4864.9
HexE1B06A01635C234241
Octal341260152026651443102101
Binary11100001101100001101010010110110101110010001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1b06a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1b06a; }

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

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

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

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

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

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

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

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