#EBAA81

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

Shades of Manhattan #EBAA81

Tints of Manhattan #EBAA81

Color information

#EBAA81 (or 0xEBAA81) is unknown color: approx Manhattan. HEX triplet: EB, AA and 81. RGB value is (235,170,129). Sum of RGB (Red+Green+Blue) = 235+170+129=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAA81 is #14557E. Grayscale: #B8B8B8. Windows color (decimal): -1332607 or 8497899. OLE color: 8497899.

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

Color convert

RGB235170129-
CMYK00.280.450.08
HSL23.21º72.6%71.37%-
HSV(B)23.21º45.11%92.16%-
XYZ52.64827.26-
YUV184.7696.53163.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 129 (50.78% from 255) = 24.16%
R=44.01%
G=31.84%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517012900.280.450.0823.2172.671.37
HexEBAA8101C2D8174947
Octal353252201034551027111107
Binary11101011101010101000000101110010110110001011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA81; }

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

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

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

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

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

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

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

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