#EBAB7D

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

Shades of Manhattan #EBAB7D

Tints of Manhattan #EBAB7D

Color information

#EBAB7D (or 0xEBAB7D) is unknown color: approx Manhattan. HEX triplet: EB, AB and 7D. RGB value is (235,171,125). Sum of RGB (Red+Green+Blue) = 235+171+125=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAB7D is #145482. Grayscale: #B9B9B9. Windows color (decimal): -1332355 or 8236011. OLE color: 8236011.

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

Color convert

RGB235171125-
CMYK00.270.470.08
HSL25.09º73.33%70.59%-
HSV(B)25.09º46.81%92.16%-
XYZ52.5348.2725.95-
YUV184.8994.2163.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=44.26%
G=32.20%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517112500.270.470.0825.0973.3370.59
HexEBAB7D01B2F8194947
Octal353253175033571031111107
Binary1110101110101011111110101101110111110001100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAB7D; }

 p { color: rgb(235,171,125); }

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

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

 a { background-color: rgb(235,171,125); }

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

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

 span { border-color: rgb(235,171,125); }

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