#E8B675

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

Shades of Harvest Gold #E8B675

Tints of Harvest Gold #E8B675

Color information

#E8B675 (or 0xE8B675) is unknown color: approx Harvest Gold. HEX triplet: E8, B6 and 75. RGB value is (232,182,117). Sum of RGB (Red+Green+Blue) = 232+182+117=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B675 is #17498A. Grayscale: #BDBDBD. Windows color (decimal): -1526155 or 7714536. OLE color: 7714536.

HSL color Cylindrical-coordinate representation of color #E8B675: hue angle of 33.91º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8B675 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB232182117-
CMYK00.220.500.09
HSL33.91º71.43%68.43%-
HSV(B)33.91º49.57%90.98%-
XYZ53.2251.924.04-
YUV189.5487.06158.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.69%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 117 (46.09% from 255) = 22.03%
R=43.69%
G=34.27%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218211700.220.500.0933.9171.4368.43
HexE8B675016329224744
Octal350266165026621142107104
Binary11101000101101101110101010110110010100110001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B675; }

 p { color: rgb(232,182,117); }

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

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

 a { background-color: rgb(232,182,117); }

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

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

 span { border-color: rgb(232,182,117); }

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