#e3ba74

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

Shades of Harvest Gold #E3BA74

Tints of Harvest Gold #E3BA74

Color information

#E3BA74 (or 0xE3BA74) is unknown color: approx Harvest Gold. HEX triplet: E3, BA and 74. RGB value is (227,186,116). Sum of RGB (Red+Green+Blue) = 227+186+116=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA74 is #1C458B. Grayscale: #BEBEBE. Windows color (decimal): -1852812 or 7650019. OLE color: 7650019.

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

Color convert

RGB227186116-
CMYK00.180.490.11
HSL37.84º66.47%67.25%-
HSV(B)37.84º48.9%89.02%-
XYZ52.3952.7123.94-
YUV190.2886.08154.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.91%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=42.91%
G=35.16%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718611600.180.490.1137.8466.4767.25
HexE3BA7401231B264243
Octal343272164022611346102103
Binary11100011101110101110100010010110001101110011010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3ba74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3ba74; }

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

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

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

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

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

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

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

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