#EBB38C

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

Shades of Manhattan #EBB38C

Tints of Manhattan #EBB38C

Color information

#EBB38C (or 0xEBB38C) is unknown color: approx Manhattan. HEX triplet: EB, B3 and 8C. RGB value is (235,179,140). Sum of RGB (Red+Green+Blue) = 235+179+140=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB38C is #144C73. Grayscale: #BFBFBF. Windows color (decimal): -1330292 or 9221099. OLE color: 9221099.

HSL color Cylindrical-coordinate representation of color #EBB38C: hue angle of 24.63º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBB38C is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB235179140-
CMYK00.240.400.08
HSL24.63º70.37%73.53%-
HSV(B)24.63º40.43%92.16%-
XYZ55.1151.831.9-
YUV191.399.05159.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 140 (55.08% from 255) = 25.27%
R=42.42%
G=32.31%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517914000.240.400.0824.6370.3773.53
HexEBB38C01828819464a
Octal353263214030501031106112
Binary11101011101100111000110001100010100010001100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB38C; }

 p { color: rgb(235,179,140); }

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

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

 a { background-color: rgb(235,179,140); }

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

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

 span { border-color: rgb(235,179,140); }

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