#E0AE6A

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

Shades of Harvest Gold #E0AE6A

Tints of Harvest Gold #E0AE6A

Color information

#E0AE6A (or 0xE0AE6A) is unknown color: approx Harvest Gold. HEX triplet: E0, AE and 6A. RGB value is (224,174,106). Sum of RGB (Red+Green+Blue) = 224+174+106=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AE6A is #1F5195. Grayscale: #B5B5B5. Windows color (decimal): -2052502 or 6991584. OLE color: 6991584.

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

Color convert

RGB224174106-
CMYK00.220.530.12
HSL34.58º65.56%64.71%-
HSV(B)34.58º52.68%87.84%-
XYZ48.4847.1620.18-
YUV181.285.56158.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 106 (41.80% from 255) = 21.03%
R=44.44%
G=34.52%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417410600.220.530.1234.5865.5664.71
HexE0AE6A01635C234241
Octal340256152026651443102101
Binary11100000101011101101010010110110101110010001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AE6A; }

 p { color: rgb(224,174,106); }

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

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

 a { background-color: rgb(224,174,106); }

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

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

 span { border-color: rgb(224,174,106); }

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