#E2AB6C

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

Shades of Harvest Gold #E2AB6C

Tints of Harvest Gold #E2AB6C

Color information

#E2AB6C (or 0xE2AB6C) is unknown color: approx Harvest Gold. HEX triplet: E2, AB and 6C. RGB value is (226,171,108). Sum of RGB (Red+Green+Blue) = 226+171+108=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AB6C is #1D5493. Grayscale: #B4B4B4. Windows color (decimal): -1922196 or 7121890. OLE color: 7121890.

HSL color Cylindrical-coordinate representation of color #E2AB6C: hue angle of 32.03º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2AB6C is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB226171108-
CMYK00.240.520.11
HSL32.03º67.05%65.49%-
HSV(B)32.03º52.21%88.63%-
XYZ48.6346.3820.58-
YUV180.2687.22160.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.75%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 108 (42.58% from 255) = 21.39%
R=44.75%
G=33.86%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617110800.240.520.1132.0367.0565.49
HexE2AB6C01834B204341
Octal342253154030641340103101
Binary11100010101010111101100011000110100101110000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AB6C; }

 p { color: rgb(226,171,108); }

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

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

 a { background-color: rgb(226,171,108); }

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

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

 span { border-color: rgb(226,171,108); }

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