#e2af7e

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

Shades of Manhattan #E2AF7E

Tints of Manhattan #E2AF7E

Color information

#E2AF7E (or 0xE2AF7E) is unknown color: approx Manhattan. HEX triplet: E2, AF and 7E. RGB value is (226,175,126). Sum of RGB (Red+Green+Blue) = 226+175+126=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF7E is #1D5081. Grayscale: #B8B8B8. Windows color (decimal): -1921154 or 8302562. OLE color: 8302562.

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

Color convert

RGB226175126-
CMYK00.230.440.11
HSL29.4º63.29%69.02%-
HSV(B)29.4º44.25%88.63%-
XYZ50.4648.3426.41-
YUV184.6694.9157.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.88%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 126 (49.61% from 255) = 23.91%
R=42.88%
G=33.21%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617512600.230.440.1129.463.2969.02
HexE2AF7E0172CB1d3f45
Octal34225717602754133577105
Binary111000101010111111111100101111011001011111011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2af7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2af7e; }

 p { color: rgb(226,175,126); }

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

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

 a { background-color: rgb(226,175,126); }

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

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

 span { border-color: rgb(226,175,126); }

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