#EBB08B

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

Shades of Manhattan #EBB08B

Tints of Manhattan #EBB08B

Color information

#EBB08B (or 0xEBB08B) is unknown color: approx Manhattan. HEX triplet: EB, B0 and 8B. RGB value is (235,176,139). Sum of RGB (Red+Green+Blue) = 235+176+139=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB08B is #144F74. Grayscale: #BDBDBD. Windows color (decimal): -1331061 or 9154795. OLE color: 9154795.

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

Color convert

RGB235176139-
CMYK00.250.410.08
HSL23.13º70.59%73.33%-
HSV(B)23.13º40.85%92.16%-
XYZ54.4550.5831.32-
YUV189.4299.55160.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 176 (69.14% from 255) = 32%
BLUE value IS 139 (54.69% from 255) = 25.27%
R=42.73%
G=32%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517613900.250.410.0823.1370.5973.33
HexEBB08B019298174749
Octal353260213031511027107111
Binary11101011101100001000101101100110100110001011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB08B; }

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

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

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

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

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

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

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

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