#E4B470

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

Shades of Harvest Gold #E4B470

Tints of Harvest Gold #E4B470

Color information

#E4B470 (or 0xE4B470) is unknown color: approx Harvest Gold. HEX triplet: E4, B4 and 70. RGB value is (228,180,112). Sum of RGB (Red+Green+Blue) = 228+180+112=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B470 is #1B4B8F. Grayscale: #BABABA. Windows color (decimal): -1788816 or 7386340. OLE color: 7386340.

HSL color Cylindrical-coordinate representation of color #E4B470: hue angle of 35.17º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4B470 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB228180112-
CMYK00.210.510.11
HSL35.17º68.24%66.67%-
HSV(B)35.17º50.88%89.41%-
XYZ51.2450.3122.34-
YUV186.685.9157.53-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.85%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 112 (44.14% from 255) = 21.54%
R=43.85%
G=34.62%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818011200.210.510.1135.1768.2466.67
HexE4B47001533B234443
Octal344264160025631343104103
Binary11100100101101001110000010101110011101110001110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B470; }

 p { color: rgb(228,180,112); }

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

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

 a { background-color: rgb(228,180,112); }

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

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

 span { border-color: rgb(228,180,112); }

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