#EBAC7D

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

Shades of Manhattan #EBAC7D

Tints of Manhattan #EBAC7D

Color information

#EBAC7D (or 0xEBAC7D) is unknown color: approx Manhattan. HEX triplet: EB, AC and 7D. RGB value is (235,172,125). Sum of RGB (Red+Green+Blue) = 235+172+125=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAC7D is #145382. Grayscale: #B9B9B9. Windows color (decimal): -1332099 or 8236267. OLE color: 8236267.

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

Color convert

RGB235172125-
CMYK00.270.470.08
HSL25.64º73.33%70.59%-
HSV(B)25.64º46.81%92.16%-
XYZ52.7248.6526.01-
YUV185.4893.87163.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 125 (49.22% from 255) = 23.50%
R=44.17%
G=32.33%
B=23.50%

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
Decimal23517212500.270.470.0825.6473.3370.59
HexEBAC7D01B2F81a4947
Octal353254175033571032111107
Binary1110101110101100111110101101110111110001101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAC7D; }

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

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

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

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

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

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

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

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