#EBAA7F

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

Shades of Manhattan #EBAA7F

Tints of Manhattan #EBAA7F

Color information

#EBAA7F (or 0xEBAA7F) is unknown color: approx Manhattan. HEX triplet: EB, AA and 7F. RGB value is (235,170,127). Sum of RGB (Red+Green+Blue) = 235+170+127=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA7F is #145580. Grayscale: #B8B8B8. Windows color (decimal): -1332609 or 8366827. OLE color: 8366827.

HSL color Cylindrical-coordinate representation of color #EBAA7F: hue angle of 23.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBAA7F is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235170127-
CMYK00.280.460.08
HSL23.89º72.97%70.98%-
HSV(B)23.89º45.96%92.16%-
XYZ52.4747.9426.57-
YUV184.5395.53164-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 127 (50% from 255) = 23.87%
R=44.17%
G=31.95%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517012700.280.460.0823.8972.9770.98
HexEBAA7F01C2E8184947
Octal353252177034561030111107
Binary1110101110101010111111101110010111010001100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA7F; }

 p { color: rgb(235,170,127); }

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

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

 a { background-color: rgb(235,170,127); }

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

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

 span { border-color: rgb(235,170,127); }

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