#E3AE69

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

Shades of Harvest Gold #E3AE69

Tints of Harvest Gold #E3AE69

Color information

#E3AE69 (or 0xE3AE69) is unknown color: approx Harvest Gold. HEX triplet: E3, AE and 69. RGB value is (227,174,105). Sum of RGB (Red+Green+Blue) = 227+174+105=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AE69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AE69 is #1C5196. Grayscale: #B6B6B6. Windows color (decimal): -1855895 or 6926051. OLE color: 6926051.

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

Color convert

RGB227174105-
CMYK00.230.540.11
HSL33.93º68.54%65.1%-
HSV(B)33.93º53.74%89.02%-
XYZ49.3647.6219.95-
YUV181.9884.56160.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.86%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 105 (41.41% from 255) = 20.75%
R=44.86%
G=34.39%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717410500.230.540.1133.9368.5465.1
HexE3AE6901736B224541
Octal343256151027661342105101
Binary11100011101011101101001010111110110101110001010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AE69; }

 p { color: rgb(227,174,105); }

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

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

 a { background-color: rgb(227,174,105); }

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

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

 span { border-color: rgb(227,174,105); }

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