#E8AC6A

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

Shades of Harvest Gold #E8AC6A

Tints of Harvest Gold #E8AC6A

Color information

#E8AC6A (or 0xE8AC6A) is unknown color: approx Harvest Gold. HEX triplet: E8, AC and 6A. RGB value is (232,172,106). Sum of RGB (Red+Green+Blue) = 232+172+106=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AC6A is #175395. Grayscale: #B6B6B6. Windows color (decimal): -1528726 or 6991080. OLE color: 6991080.

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

Color convert

RGB232172106-
CMYK00.260.540.09
HSL31.43º73.26%66.27%-
HSV(B)31.43º54.31%90.98%-
XYZ50.6347.720.17-
YUV182.4284.88163.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.49%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 106 (41.80% from 255) = 20.78%
R=45.49%
G=33.73%
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.09
SystemRedGreenBlueCMYKHSL
Decimal23217210600.260.540.0931.4373.2666.27
HexE8AC6A01A3691f4942
Octal350254152032661137111102
Binary1110100010101100110101001101011011010011111110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AC6A; }

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

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

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

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

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

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

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

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