#E8AF86

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

Shades of Manhattan #E8AF86

Tints of Manhattan #E8AF86

Color information

#E8AF86 (or 0xE8AF86) is unknown color: approx Manhattan. HEX triplet: E8, AF and 86. RGB value is (232,175,134). Sum of RGB (Red+Green+Blue) = 232+175+134=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF86 is #175079. Grayscale: #BBBBBB. Windows color (decimal): -1527930 or 8826856. OLE color: 8826856.

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

Color convert

RGB232175134-
CMYK00.250.420.09
HSL25.1º68.06%71.76%-
HSV(B)25.1º42.24%90.98%-
XYZ52.9149.5429.33-
YUV187.3797.88159.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.88%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 134 (52.73% from 255) = 24.77%
R=42.88%
G=32.35%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217513400.250.420.0925.168.0671.76
HexE8AF860192A9194448
Octal350257206031521131104110
Binary11101000101011111000011001100110101010011100110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AF86; }

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

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

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

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

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

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

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

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