#EAAA6B

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

Shades of Harvest Gold #EAAA6B

Tints of Harvest Gold #EAAA6B

Color information

#EAAA6B (or 0xEAAA6B) is unknown color: approx Harvest Gold. HEX triplet: EA, AA and 6B. RGB value is (234,170,107). Sum of RGB (Red+Green+Blue) = 234+170+107=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA6B is #155594. Grayscale: #B6B6B6. Windows color (decimal): -1398165 or 7056106. OLE color: 7056106.

HSL color Cylindrical-coordinate representation of color #EAAA6B: hue angle of 29.76º 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 #EAAA6B is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB234170107-
CMYK00.270.540.08
HSL29.76º75.15%66.86%-
HSV(B)29.76º54.27%91.76%-
XYZ50.9647.320.35-
YUV181.9585.7165.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 107 (42.19% from 255) = 20.94%
R=45.79%
G=33.27%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417010700.270.540.0829.7675.1566.86
HexEAAA6B01B3681e4b43
Octal352252153033661036113103
Binary1110101010101010110101101101111011010001111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA6B; }

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

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

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

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

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

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

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

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