#E4B370

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

Shades of Harvest Gold #E4B370

Tints of Harvest Gold #E4B370

Color information

#E4B370 (or 0xE4B370) is unknown color: approx Harvest Gold. HEX triplet: E4, B3 and 70. RGB value is (228,179,112). Sum of RGB (Red+Green+Blue) = 228+179+112=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B370 is #1B4C8F. Grayscale: #BABABA. Windows color (decimal): -1789072 or 7386084. OLE color: 7386084.

HSL color Cylindrical-coordinate representation of color #E4B370: hue angle of 34.66º 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 #E4B370 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB228179112-
CMYK00.210.510.11
HSL34.66º68.24%66.67%-
HSV(B)34.66º50.88%89.41%-
XYZ51.0449.922.27-
YUV186.0186.23157.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.93%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 112 (44.14% from 255) = 21.58%
R=43.93%
G=34.49%
B=21.58%

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
Decimal22817911200.210.510.1134.6668.2466.67
HexE4B37001533B234443
Octal344263160025631343104103
Binary11100100101100111110000010101110011101110001110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B370; }

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

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

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

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

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

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

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

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