#E0B284

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

Shades of Manhattan #E0B284

Tints of Manhattan #E0B284

Color information

#E0B284 (or 0xE0B284) is unknown color: approx Manhattan. HEX triplet: E0, B2 and 84. RGB value is (224,178,132). Sum of RGB (Red+Green+Blue) = 224+178+132=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B284 is #1F4D7B. Grayscale: #BABABA. Windows color (decimal): -2051452 or 8696544. OLE color: 8696544.

HSL color Cylindrical-coordinate representation of color #E0B284: hue angle of 30º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0B284 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB224178132-
CMYK00.210.410.12
HSL30º59.74%69.8%-
HSV(B)30º41.07%87.84%-
XYZ50.8349.3528.68-
YUV186.5197.24154.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 24.72%
R=41.95%
G=33.33%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417813200.210.410.123059.7469.8
HexE0B28401529C1e3c46
Octal34026220402551143674106
Binary1110000010110010100001000101011010011100111101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B284; }

 p { color: rgb(224,178,132); }

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

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

 a { background-color: rgb(224,178,132); }

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

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

 span { border-color: rgb(224,178,132); }

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