#E0AF8B

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

Shades of Manhattan #E0AF8B

Tints of Manhattan #E0AF8B

Color information

#E0AF8B (or 0xE0AF8B) is unknown color: approx Manhattan. HEX triplet: E0, AF and 8B. RGB value is (224,175,139). Sum of RGB (Red+Green+Blue) = 224+175+139=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF8B is #1F5074. Grayscale: #B9B9B9. Windows color (decimal): -2052213 or 9154528. OLE color: 9154528.

HSL color Cylindrical-coordinate representation of color #E0AF8B: hue angle of 25.41º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0AF8B is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224175139-
CMYK00.220.380.12
HSL25.41º57.82%71.18%-
HSV(B)25.41º37.95%87.84%-
XYZ50.7348.3731.09-
YUV185.55101.73155.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 139 (54.69% from 255) = 25.84%
R=41.64%
G=32.53%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417513900.220.380.1225.4157.8271.18
HexE0AF8B01626C193a47
Octal34025721302646143172107
Binary1110000010101111100010110101101001101100110011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF8B; }

 p { color: rgb(224,175,139); }

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

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

 a { background-color: rgb(224,175,139); }

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

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

 span { border-color: rgb(224,175,139); }

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