#E0B570

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

Shades of Harvest Gold #E0B570

Tints of Harvest Gold #E0B570

Color information

#E0B570 (or 0xE0B570) is unknown color: approx Harvest Gold. HEX triplet: E0, B5 and 70. RGB value is (224,181,112). Sum of RGB (Red+Green+Blue) = 224+181+112=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B570 is #1F4A8F. Grayscale: #BABABA. Windows color (decimal): -2050704 or 7386592. OLE color: 7386592.

HSL color Cylindrical-coordinate representation of color #E0B570: hue angle of 36.96º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0B570 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224181112-
CMYK00.190.500.12
HSL36.96º64.37%65.88%-
HSV(B)36.96º50%87.84%-
XYZ50.1950.0622.35-
YUV185.9986.25155.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.33%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 112 (44.14% from 255) = 21.66%
R=43.33%
G=35.01%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418111200.190.500.1236.9664.3765.88
HexE0B57001332C254042
Octal340265160023621445100102
Binary11100000101101011110000010011110010110010010110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B570; }

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

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

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

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

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

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

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

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