#E6B480

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

Shades of Manhattan #E6B480

Tints of Manhattan #E6B480

Color information

#E6B480 (or 0xE6B480) is unknown color: approx Manhattan. HEX triplet: E6, B4 and 80. RGB value is (230,180,128). Sum of RGB (Red+Green+Blue) = 230+180+128=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B480 is #194B7F. Grayscale: #BDBDBD. Windows color (decimal): -1657728 or 8434918. OLE color: 8434918.

HSL color Cylindrical-coordinate representation of color #E6B480: hue angle of 30.59º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6B480 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230180128-
CMYK00.220.440.10
HSL30.59º67.11%70.2%-
HSV(B)30.59º44.35%90.2%-
XYZ52.8551.0227.49-
YUV189.0293.56157.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.75%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 128 (50.39% from 255) = 23.79%
R=42.75%
G=33.46%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018012800.220.440.1030.5967.1170.2
HexE6B4800162CA1f4346
Octal346264200026541237103106
Binary11100110101101001000000001011010110010101111110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B480; }

 p { color: rgb(230,180,128); }

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

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

 a { background-color: rgb(230,180,128); }

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

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

 span { border-color: rgb(230,180,128); }

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