#E2B16F

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

Shades of Harvest Gold #E2B16F

Tints of Harvest Gold #E2B16F

Color information

#E2B16F (or 0xE2B16F) is unknown color: approx Harvest Gold. HEX triplet: E2, B1 and 6F. RGB value is (226,177,111). Sum of RGB (Red+Green+Blue) = 226+177+111=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B16F is #1D4E90. Grayscale: #B8B8B8. Windows color (decimal): -1920657 or 7320034. OLE color: 7320034.

HSL color Cylindrical-coordinate representation of color #E2B16F: hue angle of 34.43º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2B16F is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB226177111-
CMYK00.220.510.11
HSL34.43º66.47%66.08%-
HSV(B)34.43º50.88%88.63%-
XYZ49.9648.7621.82-
YUV184.1386.73157.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.97%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 111 (43.75% from 255) = 21.60%
R=43.97%
G=34.44%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617711100.220.510.1134.4366.4766.08
HexE2B16F01633B224242
Octal342261157026631342102102
Binary11100010101100011101111010110110011101110001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B16F; }

 p { color: rgb(226,177,111); }

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

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

 a { background-color: rgb(226,177,111); }

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

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

 span { border-color: rgb(226,177,111); }

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