#E8B570

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

Shades of Harvest Gold #E8B570

Tints of Harvest Gold #E8B570

Color information

#E8B570 (or 0xE8B570) is unknown color: approx Harvest Gold. HEX triplet: E8, B5 and 70. RGB value is (232,181,112). Sum of RGB (Red+Green+Blue) = 232+181+112=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B570 is #174A8F. Grayscale: #BCBCBC. Windows color (decimal): -1526416 or 7386600. OLE color: 7386600.

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

Color convert

RGB232181112-
CMYK00.220.520.09
HSL34.5º72.29%67.45%-
HSV(B)34.5º51.72%90.98%-
XYZ52.7351.3722.47-
YUV188.3884.9159.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.19%
GREEN value IS 181 (71.09% from 255) = 34.48%
BLUE value IS 112 (44.14% from 255) = 21.33%
R=44.19%
G=34.48%
B=21.33%

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
Decimal23218111200.220.520.0934.572.2967.45
HexE8B570016349224843
Octal350265160026641142110103
Binary11101000101101011110000010110110100100110001010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B570; }

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

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

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

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

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

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

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

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