#E0B082

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

Shades of Manhattan #E0B082

Tints of Manhattan #E0B082

Color information

#E0B082 (or 0xE0B082) is unknown color: approx Manhattan. HEX triplet: E0, B0 and 82. RGB value is (224,176,130). Sum of RGB (Red+Green+Blue) = 224+176+130=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B082 is #1F4F7D. Grayscale: #B9B9B9. Windows color (decimal): -2051966 or 8564960. OLE color: 8564960.

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

Color convert

RGB224176130-
CMYK00.210.420.12
HSL29.36º60.26%69.41%-
HSV(B)29.36º41.96%87.84%-
XYZ50.348.5127.83-
YUV185.1196.9155.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 130 (51.17% from 255) = 24.53%
R=42.26%
G=33.21%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417613000.210.420.1229.3660.2669.41
HexE0B0820152AC1d3c45
Octal34026020202552143574105
Binary1110000010110000100000100101011010101100111011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B082; }

 p { color: rgb(224,176,130); }

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

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

 a { background-color: rgb(224,176,130); }

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

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

 span { border-color: rgb(224,176,130); }

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