#E2B07A

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

Shades of Manhattan #E2B07A

Tints of Manhattan #E2B07A

Color information

#E2B07A (or 0xE2B07A) is unknown color: approx Manhattan. HEX triplet: E2, B0 and 7A. RGB value is (226,176,122). Sum of RGB (Red+Green+Blue) = 226+176+122=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B07A is #1D4F85. Grayscale: #B9B9B9. Windows color (decimal): -1920902 or 8040674. OLE color: 8040674.

HSL color Cylindrical-coordinate representation of color #E2B07A: hue angle of 31.15º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2B07A is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB226176122-
CMYK00.220.460.11
HSL31.15º64.2%68.24%-
HSV(B)31.15º46.02%88.63%-
XYZ50.448.6225.14-
YUV184.7992.56157.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 122 (48.05% from 255) = 23.28%
R=43.13%
G=33.59%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617612200.220.460.1131.1564.268.24
HexE2B07A0162EB1f4044
Octal342260172026561337100104
Binary1110001010110000111101001011010111010111111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B07A; }

 p { color: rgb(226,176,122); }

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

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

 a { background-color: rgb(226,176,122); }

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

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

 span { border-color: rgb(226,176,122); }

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