#E0AF8A

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

Shades of Manhattan #E0AF8A

Tints of Manhattan #E0AF8A

Color information

#E0AF8A (or 0xE0AF8A) is unknown color: approx Manhattan. HEX triplet: E0, AF and 8A. RGB value is (224,175,138). Sum of RGB (Red+Green+Blue) = 224+175+138=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF8A is #1F5075. Grayscale: #B9B9B9. Windows color (decimal): -2052214 or 9088992. OLE color: 9088992.

HSL color Cylindrical-coordinate representation of color #E0AF8A: hue angle of 25.81º 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 #E0AF8A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224175138-
CMYK00.220.380.12
HSL25.81º58.11%70.98%-
HSV(B)25.81º38.39%87.84%-
XYZ50.6648.3430.71-
YUV185.43101.23155.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.71%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=41.71%
G=32.59%
B=25.70%

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
Decimal22417513800.220.380.1225.8158.1170.98
HexE0AF8A01626C1a3a47
Octal34025721202646143272107
Binary1110000010101111100010100101101001101100110101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF8A; }

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

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

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

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

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

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

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

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