#e8a96a

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

Shades of Harvest Gold #E8A96A

Tints of Harvest Gold #E8A96A

Color information

#E8A96A (or 0xE8A96A) is unknown color: approx Harvest Gold. HEX triplet: E8, A9 and 6A. RGB value is (232,169,106). Sum of RGB (Red+Green+Blue) = 232+169+106=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A96A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A96A is #175695. Grayscale: #B4B4B4. Windows color (decimal): -1529494 or 6990312. OLE color: 6990312.

HSL color Cylindrical-coordinate representation of color #E8A96A: hue angle of 30º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E8A96A is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB232169106-
CMYK00.270.540.09
HSL30º73.26%66.27%-
HSV(B)30º54.31%90.98%-
XYZ50.0746.5719.99-
YUV180.6585.87164.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.76%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=45.76%
G=33.33%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216910600.270.540.093073.2666.27
HexE8A96A01B3691e4942
Octal350251152033661136111102
Binary1110100010101001110101001101111011010011111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8a96a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8a96a; }

 p { color: rgb(232,169,106); }

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

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

 a { background-color: rgb(232,169,106); }

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

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

 span { border-color: rgb(232,169,106); }

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