#E4B374

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

Shades of Harvest Gold #E4B374

Tints of Harvest Gold #E4B374

Color information

#E4B374 (or 0xE4B374) is unknown color: approx Harvest Gold. HEX triplet: E4, B3 and 74. RGB value is (228,179,116). Sum of RGB (Red+Green+Blue) = 228+179+116=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B374 is #1B4C8B. Grayscale: #BABABA. Windows color (decimal): -1789068 or 7648228. OLE color: 7648228.

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

Color convert

RGB228179116-
CMYK00.210.490.11
HSL33.75º67.47%67.45%-
HSV(B)33.75º49.12%89.41%-
XYZ51.275023.47-
YUV186.4788.23157.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.59%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 116 (45.70% from 255) = 22.18%
R=43.59%
G=34.23%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817911600.210.490.1133.7567.4767.45
HexE4B37401531B224343
Octal344263164025611342103103
Binary11100100101100111110100010101110001101110001010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B374; }

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

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

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

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

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

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

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

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