#E1B168

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

Shades of Harvest Gold #E1B168

Tints of Harvest Gold #E1B168

Color information

#E1B168 (or 0xE1B168) is unknown color: approx Harvest Gold. HEX triplet: E1, B1 and 68. RGB value is (225,177,104). Sum of RGB (Red+Green+Blue) = 225+177+104=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B168 is #1E4E97. Grayscale: #B7B7B7. Windows color (decimal): -1986200 or 6861281. OLE color: 6861281.

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

Color convert

RGB225177104-
CMYK00.210.540.12
HSL36.2º66.85%64.51%-
HSV(B)36.2º53.78%88.24%-
XYZ49.2748.4519.85-
YUV183.0383.4157.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 104 (41.02% from 255) = 20.55%
R=44.47%
G=34.98%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517710400.210.540.1236.266.8564.51
HexE1B16801536C244341
Octal341261150025661444103101
Binary11100001101100011101000010101110110110010010010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B168; }

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

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

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

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

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

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

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

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