#E8AF8A

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

Shades of Manhattan #E8AF8A

Tints of Manhattan #E8AF8A

Color information

#E8AF8A (or 0xE8AF8A) is unknown color: approx Manhattan. HEX triplet: E8, AF and 8A. RGB value is (232,175,138). Sum of RGB (Red+Green+Blue) = 232+175+138=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF8A is #175075. Grayscale: #BCBCBC. Windows color (decimal): -1527926 or 9089000. OLE color: 9089000.

HSL color Cylindrical-coordinate representation of color #E8AF8A: hue angle of 23.62º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8AF8A is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB232175138-
CMYK00.250.410.09
HSL23.62º67.14%72.55%-
HSV(B)23.62º40.52%90.98%-
XYZ53.249.6530.82-
YUV187.8299.88159.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.57%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=42.57%
G=32.11%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217513800.250.410.0923.6267.1472.55
HexE8AF8A019299184349
Octal350257212031511130103111
Binary11101000101011111000101001100110100110011100010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AF8A; }

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

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

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

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

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

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

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

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