#E1B272

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

Shades of Harvest Gold #E1B272

Tints of Harvest Gold #E1B272

Color information

#E1B272 (or 0xE1B272) is unknown color: approx Harvest Gold. HEX triplet: E1, B2 and 72. RGB value is (225,178,114). Sum of RGB (Red+Green+Blue) = 225+178+114=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B272 is #1E4D8D. Grayscale: #B9B9B9. Windows color (decimal): -1985934 or 7516897. OLE color: 7516897.

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

Color convert

RGB225178114-
CMYK00.210.490.12
HSL34.59º64.91%66.47%-
HSV(B)34.59º49.33%88.24%-
XYZ50.0149.0622.75-
YUV184.7688.07156.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 114 (44.92% from 255) = 22.05%
R=43.52%
G=34.43%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517811400.210.490.1234.5964.9166.47
HexE1B27201531C234142
Octal341262162025611443101102
Binary11100001101100101110010010101110001110010001110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B272; }

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

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

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

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

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

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

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

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