#E0AB6C

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

Shades of Harvest Gold #E0AB6C

Tints of Harvest Gold #E0AB6C

Color information

#E0AB6C (or 0xE0AB6C) is unknown color: approx Harvest Gold. HEX triplet: E0, AB and 6C. RGB value is (224,171,108). Sum of RGB (Red+Green+Blue) = 224+171+108=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AB6C is #1F5493. Grayscale: #B3B3B3. Windows color (decimal): -2053268 or 7121888. OLE color: 7121888.

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

Color convert

RGB224171108-
CMYK00.240.520.12
HSL32.59º65.17%65.1%-
HSV(B)32.59º51.79%87.84%-
XYZ48.0146.0620.55-
YUV179.6787.56159.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 108 (42.58% from 255) = 21.47%
R=44.53%
G=34.00%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417110800.240.520.1232.5965.1765.1
HexE0AB6C01834C214141
Octal340253154030641441101101
Binary11100000101010111101100011000110100110010000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AB6C; }

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

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

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

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

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

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

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

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