#E4B380

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

Shades of Manhattan #E4B380

Tints of Manhattan #E4B380

Color information

#E4B380 (or 0xE4B380) is unknown color: approx Manhattan. HEX triplet: E4, B3 and 80. RGB value is (228,179,128). Sum of RGB (Red+Green+Blue) = 228+179+128=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4B380 is #1B4C7F. Grayscale: #BCBCBC. Windows color (decimal): -1789056 or 8434660. OLE color: 8434660.

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

Color convert

RGB228179128-
CMYK00.210.440.11
HSL30.6º64.94%69.8%-
HSV(B)30.6º43.86%89.41%-
XYZ52.0150.2927.39-
YUV187.8494.23156.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.62%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=42.62%
G=33.46%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817912800.210.440.1130.664.9469.8
HexE4B3800152CB1f4146
Octal344263200025541337101106
Binary11100100101100111000000001010110110010111111110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B380; }

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

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

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

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

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

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

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

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