#E2B968

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

Shades of Harvest Gold #E2B968

Tints of Harvest Gold #E2B968

Color information

#E2B968 (or 0xE2B968) is unknown color: approx Harvest Gold. HEX triplet: E2, B9 and 68. RGB value is (226,185,104). Sum of RGB (Red+Green+Blue) = 226+185+104=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B968 is #1D4697. Grayscale: #BCBCBC. Windows color (decimal): -1918616 or 6863330. OLE color: 6863330.

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

Color convert

RGB226185104-
CMYK00.180.540.11
HSL39.84º67.78%64.71%-
HSV(B)39.84º53.98%88.63%-
XYZ51.2151.8720.41-
YUV188.0280.58155.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.88%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 104 (41.02% from 255) = 20.19%
R=43.88%
G=35.92%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618510400.180.540.1139.8467.7864.71
HexE2B96801236B284441
Octal342271150022661350104101
Binary11100010101110011101000010010110110101110100010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B968; }

 p { color: rgb(226,185,104); }

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

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

 a { background-color: rgb(226,185,104); }

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

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

 span { border-color: rgb(226,185,104); }

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