#E2B767

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

Shades of Harvest Gold #E2B767

Tints of Harvest Gold #E2B767

Color information

#E2B767 (or 0xE2B767) is unknown color: approx Harvest Gold. HEX triplet: E2, B7 and 67. RGB value is (226,183,103). Sum of RGB (Red+Green+Blue) = 226+183+103=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B767 is #1D4898. Grayscale: #BBBBBB. Windows color (decimal): -1919129 or 6797282. OLE color: 6797282.

HSL color Cylindrical-coordinate representation of color #E2B767: hue angle of 39.02º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2B767 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB226183103-
CMYK00.190.540.11
HSL39.02º67.96%64.51%-
HSV(B)39.02º54.42%88.63%-
XYZ50.7551.0120-
YUV186.7480.75156-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.14%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 103 (40.62% from 255) = 20.12%
R=44.14%
G=35.74%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618310300.190.540.1139.0267.9664.51
HexE2B76701336B274441
Octal342267147023661347104101
Binary11100010101101111100111010011110110101110011110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B767; }

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

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

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

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

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

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

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

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