#E1B26C

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

Shades of Harvest Gold #E1B26C

Tints of Harvest Gold #E1B26C

Color information

#E1B26C (or 0xE1B26C) is unknown color: approx Harvest Gold. HEX triplet: E1, B2 and 6C. RGB value is (225,178,108). Sum of RGB (Red+Green+Blue) = 225+178+108=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B26C is #1E4D93. Grayscale: #B8B8B8. Windows color (decimal): -1985940 or 7123681. OLE color: 7123681.

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

Color convert

RGB225178108-
CMYK00.210.520.12
HSL35.9º66.1%65.29%-
HSV(B)35.9º52%88.24%-
XYZ49.6848.9321.01-
YUV184.0785.07157.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 108 (42.58% from 255) = 21.14%
R=44.03%
G=34.83%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517810800.210.520.1235.966.165.29
HexE1B26C01534C244241
Octal341262154025641444102101
Binary11100001101100101101100010101110100110010010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B26C; }

 p { color: rgb(225,178,108); }

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

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

 a { background-color: rgb(225,178,108); }

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

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

 span { border-color: rgb(225,178,108); }

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