#E6AD7E

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

Shades of Manhattan #E6AD7E

Tints of Manhattan #E6AD7E

Color information

#E6AD7E (or 0xE6AD7E) is unknown color: approx Manhattan. HEX triplet: E6, AD and 7E. RGB value is (230,173,126). Sum of RGB (Red+Green+Blue) = 230+173+126=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD7E is #195281. Grayscale: #B8B8B8. Windows color (decimal): -1659522 or 8302054. OLE color: 8302054.

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

Color convert

RGB230173126-
CMYK00.250.450.10
HSL27.12º67.53%69.8%-
HSV(B)27.12º45.22%90.2%-
XYZ51.3448.2226.34-
YUV184.6894.88160.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.48%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 126 (49.61% from 255) = 23.82%
R=43.48%
G=32.70%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017312600.250.450.1027.1267.5369.8
HexE6AD7E0192DA1b4446
Octal346255176031551233104106
Binary1110011010101101111111001100110110110101101110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AD7E; }

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

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

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

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

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

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

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

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