#E8AD5F

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

Shades of Harvest Gold #E8AD5F

Tints of Harvest Gold #E8AD5F

Color information

#E8AD5F (or 0xE8AD5F) is unknown color: approx Harvest Gold. HEX triplet: E8, AD and 5F. RGB value is (232,173,95). Sum of RGB (Red+Green+Blue) = 232+173+95=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AD5F is #1752A0. Grayscale: #B6B6B6. Windows color (decimal): -1528481 or 6270440. OLE color: 6270440.

HSL color Cylindrical-coordinate representation of color #E8AD5F: hue angle of 34.16º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8AD5F is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23217395-
CMYK00.250.590.09
HSL34.16º74.86%64.12%-
HSV(B)34.16º59.05%90.98%-
XYZ50.2947.8717.42-
YUV181.7579.05163.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.4%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 95 (37.5% from 255) = 19%
R=46.4%
G=34.6%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321739500.250.590.0934.1674.8664.12
HexE8AD5F0193B9224b40
Octal350255137031731142113100
Binary11101000101011011011111011001111011100110001010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AD5F; }

 p { color: rgb(232,173,95); }

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

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

 a { background-color: rgb(232,173,95); }

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

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

 span { border-color: rgb(232,173,95); }

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