#EBAD80

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

Shades of Manhattan #EBAD80

Tints of Manhattan #EBAD80

Color information

#EBAD80 (or 0xEBAD80) is unknown color: approx Manhattan. HEX triplet: EB, AD and 80. RGB value is (235,173,128). Sum of RGB (Red+Green+Blue) = 235+173+128=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAD80 is #14527F. Grayscale: #BABABA. Windows color (decimal): -1331840 or 8433131. OLE color: 8433131.

HSL color Cylindrical-coordinate representation of color #EBAD80: hue angle of 25.23º 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 #EBAD80 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235173128-
CMYK00.260.460.08
HSL25.23º72.79%71.18%-
HSV(B)25.23º45.53%92.16%-
XYZ53.149.1127.1-
YUV186.4195.04162.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.84%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=43.84%
G=32.28%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517312800.260.460.0825.2372.7971.18
HexEBAD8001A2E8194947
Octal353255200032561031111107
Binary11101011101011011000000001101010111010001100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAD80; }

 p { color: rgb(235,173,128); }

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

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

 a { background-color: rgb(235,173,128); }

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

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

 span { border-color: rgb(235,173,128); }

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