#E1B068

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

Shades of Harvest Gold #E1B068

Tints of Harvest Gold #E1B068

Color information

#E1B068 (or 0xE1B068) is unknown color: approx Harvest Gold. HEX triplet: E1, B0 and 68. RGB value is (225,176,104). Sum of RGB (Red+Green+Blue) = 225+176+104=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B068 is #1E4F97. Grayscale: #B6B6B6. Windows color (decimal): -1986456 or 6861025. OLE color: 6861025.

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

Color convert

RGB225176104-
CMYK00.220.540.12
HSL35.7º66.85%64.51%-
HSV(B)35.7º53.78%88.24%-
XYZ49.0848.0619.79-
YUV182.4483.73158.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 104 (41.02% from 255) = 20.59%
R=44.55%
G=34.85%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517610400.220.540.1235.766.8564.51
HexE1B06801636C244341
Octal341260150026661444103101
Binary11100001101100001101000010110110110110010010010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B068; }

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

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

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

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

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

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

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

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