#E6B280

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

Shades of Manhattan #E6B280

Tints of Manhattan #E6B280

Color information

#E6B280 (or 0xE6B280) is unknown color: approx Manhattan. HEX triplet: E6, B2 and 80. RGB value is (230,178,128). Sum of RGB (Red+Green+Blue) = 230+178+128=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B280 is #194D7F. Grayscale: #BCBCBC. Windows color (decimal): -1658240 or 8434406. OLE color: 8434406.

HSL color Cylindrical-coordinate representation of color #E6B280: hue angle of 29.41º 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 #E6B280 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230178128-
CMYK00.230.440.10
HSL29.41º67.11%70.2%-
HSV(B)29.41º44.35%90.2%-
XYZ52.4550.2227.35-
YUV187.8594.23158.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.91%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=42.91%
G=33.21%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017812800.230.440.1029.4167.1170.2
HexE6B2800172CA1d4346
Octal346262200027541235103106
Binary11100110101100101000000001011110110010101110110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B280; }

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

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

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

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

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

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

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

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