#E6B467

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

Shades of Harvest Gold #E6B467

Tints of Harvest Gold #E6B467

Color information

#E6B467 (or 0xE6B467) is unknown color: approx Harvest Gold. HEX triplet: E6, B4 and 67. RGB value is (230,180,103). Sum of RGB (Red+Green+Blue) = 230+180+103=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B467 is #194B98. Grayscale: #BABABA. Windows color (decimal): -1657753 or 6796518. OLE color: 6796518.

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

Color convert

RGB230180103-
CMYK00.220.550.10
HSL36.38º71.75%65.29%-
HSV(B)36.38º55.22%90.2%-
XYZ51.450.4419.86-
YUV186.1781.06159.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.83%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 103 (40.62% from 255) = 20.08%
R=44.83%
G=35.09%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018010300.220.550.1036.3871.7565.29
HexE6B46701637A244841
Octal346264147026671244110101
Binary11100110101101001100111010110110111101010010010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B467; }

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

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

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

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

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

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

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

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