#e2b76d

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

Shades of Harvest Gold #E2B76D

Tints of Harvest Gold #E2B76D

Color information

#E2B76D (or 0xE2B76D) is unknown color: approx Harvest Gold. HEX triplet: E2, B7 and 6D. RGB value is (226,183,109). Sum of RGB (Red+Green+Blue) = 226+183+109=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B76D is #1D4892. Grayscale: #BBBBBB. Windows color (decimal): -1919123 or 7190498. OLE color: 7190498.

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

Color convert

RGB226183109-
CMYK00.190.520.11
HSL37.95º66.86%65.69%-
HSV(B)37.95º51.77%88.63%-
XYZ51.0651.1421.65-
YUV187.4283.75155.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.63%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 109 (42.97% from 255) = 21.04%
R=43.63%
G=35.33%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618310900.190.520.1137.9566.8665.69
HexE2B76D01334B264342
Octal342267155023641346103102
Binary11100010101101111101101010011110100101110011010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2b76d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2b76d; }

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

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

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

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

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

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

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

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