#E4AA6E

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

Shades of Harvest Gold #E4AA6E

Tints of Harvest Gold #E4AA6E

Color information

#E4AA6E (or 0xE4AA6E) is unknown color: approx Harvest Gold. HEX triplet: E4, AA and 6E. RGB value is (228,170,110). Sum of RGB (Red+Green+Blue) = 228+170+110=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AA6E is #1B5591. Grayscale: #B4B4B4. Windows color (decimal): -1791378 or 7252708. OLE color: 7252708.

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

Color convert

RGB228170110-
CMYK00.250.520.11
HSL30.51º68.6%66.27%-
HSV(B)30.51º51.75%89.41%-
XYZ49.1846.3721.11-
YUV180.588.22161.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.88%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 110 (43.36% from 255) = 21.65%
R=44.88%
G=33.46%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817011000.250.520.1130.5168.666.27
HexE4AA6E01934B1f4542
Octal344252156031641337105102
Binary1110010010101010110111001100111010010111111110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AA6E; }

 p { color: rgb(228,170,110); }

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

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

 a { background-color: rgb(228,170,110); }

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

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

 span { border-color: rgb(228,170,110); }

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