#E2B26D

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

Shades of Harvest Gold #E2B26D

Tints of Harvest Gold #E2B26D

Color information

#E2B26D (or 0xE2B26D) is unknown color: approx Harvest Gold. HEX triplet: E2, B2 and 6D. RGB value is (226,178,109). Sum of RGB (Red+Green+Blue) = 226+178+109=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B26D is #1D4D92. Grayscale: #B8B8B8. Windows color (decimal): -1920403 or 7189218. OLE color: 7189218.

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

Color convert

RGB226178109-
CMYK00.210.520.11
HSL35.38º66.86%65.69%-
HSV(B)35.38º51.77%88.63%-
XYZ50.0449.1121.31-
YUV184.4985.4157.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.05%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 109 (42.97% from 255) = 21.25%
R=44.05%
G=34.70%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617810900.210.520.1135.3866.8665.69
HexE2B26D01534B234342
Octal342262155025641343103102
Binary11100010101100101101101010101110100101110001110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B26D; }

 p { color: rgb(226,178,109); }

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

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

 a { background-color: rgb(226,178,109); }

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

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

 span { border-color: rgb(226,178,109); }

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