#E8B670

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

Shades of Harvest Gold #E8B670

Tints of Harvest Gold #E8B670

Color information

#E8B670 (or 0xE8B670) is unknown color: approx Harvest Gold. HEX triplet: E8, B6 and 70. RGB value is (232,182,112). Sum of RGB (Red+Green+Blue) = 232+182+112=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B670 is #17498F. Grayscale: #BDBDBD. Windows color (decimal): -1526160 or 7386856. OLE color: 7386856.

HSL color Cylindrical-coordinate representation of color #E8B670: hue angle of 35º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8B670 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB232182112-
CMYK00.220.520.09
HSL35º72.29%67.45%-
HSV(B)35º51.72%90.98%-
XYZ52.9351.7822.53-
YUV188.9784.56158.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.11%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 112 (44.14% from 255) = 21.29%
R=44.11%
G=34.60%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218211200.220.520.093572.2967.45
HexE8B670016349234843
Octal350266160026641143110103
Binary11101000101101101110000010110110100100110001110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B670; }

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

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

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

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

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

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

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

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