#EBB07F

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

Shades of Manhattan #EBB07F

Tints of Manhattan #EBB07F

Color information

#EBB07F (or 0xEBB07F) is unknown color: approx Manhattan. HEX triplet: EB, B0 and 7F. RGB value is (235,176,127). Sum of RGB (Red+Green+Blue) = 235+176+127=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB07F is #144F80. Grayscale: #BCBCBC. Windows color (decimal): -1331073 or 8368363. OLE color: 8368363.

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

Color convert

RGB235176127-
CMYK00.250.460.08
HSL27.22º72.97%70.98%-
HSV(B)27.22º45.96%92.16%-
XYZ53.6250.2526.95-
YUV188.0693.55161.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 127 (50% from 255) = 23.61%
R=43.68%
G=32.71%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517612700.250.460.0827.2272.9770.98
HexEBB07F0192E81b4947
Octal353260177031561033111107
Binary1110101110110000111111101100110111010001101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB07F; }

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

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

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

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

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

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

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

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