#e6a96c

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

Shades of Harvest Gold #E6A96C

Tints of Harvest Gold #E6A96C

Color information

#E6A96C (or 0xE6A96C) is unknown color: approx Harvest Gold. HEX triplet: E6, A9 and 6C. RGB value is (230,169,108). Sum of RGB (Red+Green+Blue) = 230+169+108=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A96C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A96C is #195693. Grayscale: #B4B4B4. Windows color (decimal): -1660564 or 7121382. OLE color: 7121382.

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

Color convert

RGB230169108-
CMYK00.270.530.10
HSL30º70.93%66.27%-
HSV(B)30º53.04%90.2%-
XYZ49.5346.2820.51-
YUV180.2887.21163.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.36%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 21.30%
R=45.36%
G=33.33%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016910800.270.530.103070.9366.27
HexE6A96C01B35A1e4742
Octal346251154033651236107102
Binary1110011010101001110110001101111010110101111010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6a96c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6a96c; }

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

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

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

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

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

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

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

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