#E4BC6F

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

Shades of Harvest Gold #E4BC6F

Tints of Harvest Gold #E4BC6F

Color information

#E4BC6F (or 0xE4BC6F) is unknown color: approx Harvest Gold. HEX triplet: E4, BC and 6F. RGB value is (228,188,111). Sum of RGB (Red+Green+Blue) = 228+188+111=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BC6F is #1B4390. Grayscale: #BFBFBF. Windows color (decimal): -1786769 or 7322852. OLE color: 7322852.

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

Color convert

RGB228188111-
CMYK00.180.510.11
HSL39.49º68.42%66.47%-
HSV(B)39.49º51.32%89.41%-
XYZ52.8553.6122.6-
YUV191.1882.75154.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 111 (43.75% from 255) = 21.06%
R=43.26%
G=35.67%
B=21.06%

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
Decimal22818811100.180.510.1139.4968.4266.47
HexE4BC6F01233B274442
Octal344274157022631347104102
Binary11100100101111001101111010010110011101110011110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BC6F; }

 p { color: rgb(228,188,111); }

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

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

 a { background-color: rgb(228,188,111); }

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

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

 span { border-color: rgb(228,188,111); }

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