#EBB38A

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

Shades of Manhattan #EBB38A

Tints of Manhattan #EBB38A

Color information

#EBB38A (or 0xEBB38A) is unknown color: approx Manhattan. HEX triplet: EB, B3 and 8A. RGB value is (235,179,138). Sum of RGB (Red+Green+Blue) = 235+179+138=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB38A is #144C75. Grayscale: #BFBFBF. Windows color (decimal): -1330294 or 9090027. OLE color: 9090027.

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

Color convert

RGB235179138-
CMYK00.240.410.08
HSL25.36º70.8%73.14%-
HSV(B)25.36º41.28%92.16%-
XYZ54.9751.7431.13-
YUV191.0798.05159.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.57%
GREEN value IS 179 (70.31% from 255) = 32.43%
BLUE value IS 138 (54.30% from 255) = 25%
R=42.57%
G=32.43%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517913800.240.410.0825.3670.873.14
HexEBB38A018298194749
Octal353263212030511031107111
Binary11101011101100111000101001100010100110001100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB38A; }

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

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

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

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

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

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

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

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