#EBB285

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

Shades of Manhattan #EBB285

Tints of Manhattan #EBB285

Color information

#EBB285 (or 0xEBB285) is unknown color: approx Manhattan. HEX triplet: EB, B2 and 85. RGB value is (235,178,133). Sum of RGB (Red+Green+Blue) = 235+178+133=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB285 is #144D7A. Grayscale: #BEBEBE. Windows color (decimal): -1330555 or 8762091. OLE color: 8762091.

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

Color convert

RGB235178133-
CMYK00.240.430.08
HSL26.47º71.83%72.16%-
HSV(B)26.47º43.4%92.16%-
XYZ54.4151.229.2-
YUV189.9195.88160.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 178 (69.92% from 255) = 32.60%
BLUE value IS 133 (52.34% from 255) = 24.36%
R=43.04%
G=32.60%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517813300.240.430.0826.4771.8372.16
HexEBB2850182B81a4848
Octal353262205030531032110110
Binary11101011101100101000010101100010101110001101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB285; }

 p { color: rgb(235,178,133); }

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

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

 a { background-color: rgb(235,178,133); }

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

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

 span { border-color: rgb(235,178,133); }

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