#E4B56A

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

Shades of Harvest Gold #E4B56A

Tints of Harvest Gold #E4B56A

Color information

#E4B56A (or 0xE4B56A) is unknown color: approx Harvest Gold. HEX triplet: E4, B5 and 6A. RGB value is (228,181,106). Sum of RGB (Red+Green+Blue) = 228+181+106=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B56A is #1B4A95. Grayscale: #BABABA. Windows color (decimal): -1788566 or 6993380. OLE color: 6993380.

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

Color convert

RGB228181106-
CMYK00.210.540.11
HSL36.89º69.32%65.49%-
HSV(B)36.89º53.51%89.41%-
XYZ51.1250.5820.7-
YUV186.582.57157.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.27%
GREEN value IS 181 (71.09% from 255) = 35.15%
BLUE value IS 106 (41.80% from 255) = 20.58%
R=44.27%
G=35.15%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818110600.210.540.1136.8969.3265.49
HexE4B56A01536B254541
Octal344265152025661345105101
Binary11100100101101011101010010101110110101110010110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B56A; }

 p { color: rgb(228,181,106); }

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

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

 a { background-color: rgb(228,181,106); }

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

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

 span { border-color: rgb(228,181,106); }

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