#E6B067

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

Shades of Harvest Gold #E6B067

Tints of Harvest Gold #E6B067

Color information

#E6B067 (or 0xE6B067) is unknown color: approx Harvest Gold. HEX triplet: E6, B0 and 67. RGB value is (230,176,103). Sum of RGB (Red+Green+Blue) = 230+176+103=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B067 is #194F98. Grayscale: #B8B8B8. Windows color (decimal): -1658777 or 6795494. OLE color: 6795494.

HSL color Cylindrical-coordinate representation of color #E6B067: hue angle of 34.49º 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 #E6B067 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB230176103-
CMYK00.230.550.10
HSL34.49º71.75%65.29%-
HSV(B)34.49º55.22%90.2%-
XYZ50.6148.8519.59-
YUV183.8282.39160.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.19%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 103 (40.62% from 255) = 20.24%
R=45.19%
G=34.58%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017610300.230.550.1034.4971.7565.29
HexE6B06701737A224841
Octal346260147027671242110101
Binary11100110101100001100111010111110111101010001010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B067; }

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

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

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

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

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

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

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

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