#E4B076

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

Shades of Manhattan #E4B076

Tints of Manhattan #E4B076

Color information

#E4B076 (or 0xE4B076) is unknown color: approx Manhattan. HEX triplet: E4, B0 and 76. RGB value is (228,176,118). Sum of RGB (Red+Green+Blue) = 228+176+118=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4B076 is #1B4F89. Grayscale: #B9B9B9. Windows color (decimal): -1789834 or 7778532. OLE color: 7778532.

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

Color convert

RGB228176118-
CMYK00.230.480.11
HSL31.64º67.07%67.84%-
HSV(B)31.64º48.25%89.41%-
XYZ50.7948.8523.89-
YUV184.9490.23158.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.68%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 118 (46.48% from 255) = 22.61%
R=43.68%
G=33.72%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817611800.230.480.1131.6467.0767.84
HexE4B07601730B204344
Octal344260166027601340103104
Binary11100100101100001110110010111110000101110000010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B076; }

 p { color: rgb(228,176,118); }

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

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

 a { background-color: rgb(228,176,118); }

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

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

 span { border-color: rgb(228,176,118); }

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