#E3BA70

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

Shades of Harvest Gold #E3BA70

Tints of Harvest Gold #E3BA70

Color information

#E3BA70 (or 0xE3BA70) is unknown color: approx Harvest Gold. HEX triplet: E3, BA and 70. RGB value is (227,186,112). Sum of RGB (Red+Green+Blue) = 227+186+112=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA70 is #1C458F. Grayscale: #BEBEBE. Windows color (decimal): -1852816 or 7387875. OLE color: 7387875.

HSL color Cylindrical-coordinate representation of color #E3BA70: hue angle of 38.61º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3BA70 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB227186112-
CMYK00.180.510.11
HSL38.61º67.25%66.47%-
HSV(B)38.61º50.66%89.02%-
XYZ52.1652.6222.74-
YUV189.8284.08154.52-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.24%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 112 (44.14% from 255) = 21.33%
R=43.24%
G=35.43%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718611200.180.510.1138.6167.2566.47
HexE3BA7001233B274342
Octal343272160022631347103102
Binary11100011101110101110000010010110011101110011110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BA70; }

 p { color: rgb(227,186,112); }

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

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

 a { background-color: rgb(227,186,112); }

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

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

 span { border-color: rgb(227,186,112); }

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