#E6B46C

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

Shades of Harvest Gold #E6B46C

Tints of Harvest Gold #E6B46C

Color information

#E6B46C (or 0xE6B46C) is unknown color: approx Harvest Gold. HEX triplet: E6, B4 and 6C. RGB value is (230,180,108). Sum of RGB (Red+Green+Blue) = 230+180+108=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B46C is #194B93. Grayscale: #BBBBBB. Windows color (decimal): -1657748 or 7124198. OLE color: 7124198.

HSL color Cylindrical-coordinate representation of color #E6B46C: hue angle of 35.41º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6B46C is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB230180108-
CMYK00.220.530.10
HSL35.41º70.93%66.27%-
HSV(B)35.41º53.04%90.2%-
XYZ51.6650.5521.22-
YUV186.7483.56158.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.40%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 108 (42.58% from 255) = 20.85%
R=44.40%
G=34.75%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018010800.220.530.1035.4170.9366.27
HexE6B46C01635A234742
Octal346264154026651243107102
Binary11100110101101001101100010110110101101010001110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B46C; }

 p { color: rgb(230,180,108); }

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

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

 a { background-color: rgb(230,180,108); }

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

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

 span { border-color: rgb(230,180,108); }

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