#E7BA6A

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

Shades of Harvest Gold #E7BA6A

Tints of Harvest Gold #E7BA6A

Color information

#E7BA6A (or 0xE7BA6A) is unknown color: approx Harvest Gold. HEX triplet: E7, BA and 6A. RGB value is (231,186,106). Sum of RGB (Red+Green+Blue) = 231+186+106=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA6A is #184595. Grayscale: #BEBEBE. Windows color (decimal): -1590678 or 6994663. OLE color: 6994663.

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

Color convert

RGB231186106-
CMYK00.190.540.09
HSL38.4º72.25%66.08%-
HSV(B)38.4º54.11%90.59%-
XYZ53.1253.1521.09-
YUV190.3380.41157-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.17%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 106 (41.80% from 255) = 20.27%
R=44.17%
G=35.56%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118610600.190.540.0938.472.2566.08
HexE7BA6A013369264842
Octal347272152023661146110102
Binary11100111101110101101010010011110110100110011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BA6A; }

 p { color: rgb(231,186,106); }

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

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

 a { background-color: rgb(231,186,106); }

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

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

 span { border-color: rgb(231,186,106); }

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