#EAAE8D

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

Shades of Manhattan #EAAE8D

Tints of Manhattan #EAAE8D

Color information

#EAAE8D (or 0xEAAE8D) is unknown color: approx Manhattan. HEX triplet: EA, AE and 8D. RGB value is (234,174,141). Sum of RGB (Red+Green+Blue) = 234+174+141=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE8D is #155172. Grayscale: #BCBCBC. Windows color (decimal): -1397107 or 9285354. OLE color: 9285354.

HSL color Cylindrical-coordinate representation of color #EAAE8D: hue angle of 21.29º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAAE8D is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234174141-
CMYK00.260.400.08
HSL21.29º68.89%73.53%-
HSV(B)21.29º39.74%91.76%-
XYZ53.8849.6931.95-
YUV188.18101.38160.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=42.62%
G=31.69%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417414100.260.400.0821.2968.8973.53
HexEAAE8D01A28815454a
Octal352256215032501025105112
Binary11101010101011101000110101101010100010001010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE8D; }

 p { color: rgb(234,174,141); }

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

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

 a { background-color: rgb(234,174,141); }

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

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

 span { border-color: rgb(234,174,141); }

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