#E7B96B

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

Shades of Harvest Gold #E7B96B

Tints of Harvest Gold #E7B96B

Color information

#E7B96B (or 0xE7B96B) is unknown color: approx Harvest Gold. HEX triplet: E7, B9 and 6B. RGB value is (231,185,107). Sum of RGB (Red+Green+Blue) = 231+185+107=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B96B is #184694. Grayscale: #BEBEBE. Windows color (decimal): -1590933 or 7059943. OLE color: 7059943.

HSL color Cylindrical-coordinate representation of color #E7B96B: hue angle of 37.74º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7B96B is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB231185107-
CMYK00.200.540.09
HSL37.74º72.09%66.27%-
HSV(B)37.74º53.68%90.59%-
XYZ52.9652.7521.3-
YUV189.8681.24157.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.17%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 107 (42.19% from 255) = 20.46%
R=44.17%
G=35.37%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118510700.200.540.0937.7472.0966.27
HexE7B96B014369264842
Octal347271153024661146110102
Binary11100111101110011101011010100110110100110011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B96B; }

 p { color: rgb(231,185,107); }

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

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

 a { background-color: rgb(231,185,107); }

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

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

 span { border-color: rgb(231,185,107); }

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