#E6AD8A

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

Shades of Manhattan #E6AD8A

Tints of Manhattan #E6AD8A

Color information

#E6AD8A (or 0xE6AD8A) is unknown color: approx Manhattan. HEX triplet: E6, AD and 8A. RGB value is (230,173,138). Sum of RGB (Red+Green+Blue) = 230+173+138=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AD8A is #195275. Grayscale: #BABABA. Windows color (decimal): -1659510 or 9088486. OLE color: 9088486.

HSL color Cylindrical-coordinate representation of color #E6AD8A: hue angle of 22.83º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6AD8A is Cyan = 0, Magento = 0.25, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB230173138-
CMYK00.250.40.10
HSL22.83º64.79%72.16%-
HSV(B)22.83º40%90.2%-
XYZ52.1648.5530.67-
YUV186.05100.88159.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.51%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 138 (54.30% from 255) = 25.51%
R=42.51%
G=31.98%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017313800.250.40.1022.8364.7972.16
HexE6AD8A01928A174148
Octal346255212031501227101110
Binary11100110101011011000101001100110100010101011110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AD8A; }

 p { color: rgb(230,173,138); }

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

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

 a { background-color: rgb(230,173,138); }

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

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

 span { border-color: rgb(230,173,138); }

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