#ebb086

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

Shades of Manhattan #EBB086

Tints of Manhattan #EBB086

Color information

#EBB086 (or 0xEBB086) is unknown color: approx Manhattan. HEX triplet: EB, B0 and 86. RGB value is (235,176,134). Sum of RGB (Red+Green+Blue) = 235+176+134=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB086 is #144F79. Grayscale: #BDBDBD. Windows color (decimal): -1331066 or 8827115. OLE color: 8827115.

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

Color convert

RGB235176134-
CMYK00.250.430.08
HSL24.95º71.63%72.35%-
HSV(B)24.95º42.98%92.16%-
XYZ54.0950.4329.44-
YUV188.8597.05160.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 176 (69.14% from 255) = 32.29%
BLUE value IS 134 (52.73% from 255) = 24.59%
R=43.12%
G=32.29%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517613400.250.430.0824.9571.6372.35
HexEBB0860192B8194848
Octal353260206031531031110110
Binary11101011101100001000011001100110101110001100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb086; }

 p { color: rgb(235,176,134); }

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

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

 a { background-color: rgb(235,176,134); }

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

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

 span { border-color: rgb(235,176,134); }

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