#EAAE6B

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

Shades of Harvest Gold #EAAE6B

Tints of Harvest Gold #EAAE6B

Color information

#EAAE6B (or 0xEAAE6B) is unknown color: approx Harvest Gold. HEX triplet: EA, AE and 6B. RGB value is (234,174,107). Sum of RGB (Red+Green+Blue) = 234+174+107=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAE6B is #155194. Grayscale: #B8B8B8. Windows color (decimal): -1397141 or 7057130. OLE color: 7057130.

HSL color Cylindrical-coordinate representation of color #EAAE6B: hue angle of 31.65º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAAE6B is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB234174107-
CMYK00.260.540.08
HSL31.65º75.15%66.86%-
HSV(B)31.65º54.27%91.76%-
XYZ51.7248.8320.61-
YUV184.384.38163.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 107 (42.19% from 255) = 20.78%
R=45.44%
G=33.79%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417410700.260.540.0831.6575.1566.86
HexEAAE6B01A368204b43
Octal352256153032661040113103
Binary11101010101011101101011011010110110100010000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE6B; }

 p { color: rgb(234,174,107); }

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

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

 a { background-color: rgb(234,174,107); }

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

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

 span { border-color: rgb(234,174,107); }

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