#EAAF7E

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

Shades of Manhattan #EAAF7E

Tints of Manhattan #EAAF7E

Color information

#EAAF7E (or 0xEAAF7E) is unknown color: approx Manhattan. HEX triplet: EA, AF and 7E. RGB value is (234,175,126). Sum of RGB (Red+Green+Blue) = 234+175+126=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF7E is #155081. Grayscale: #BBBBBB. Windows color (decimal): -1396866 or 8302570. OLE color: 8302570.

HSL color Cylindrical-coordinate representation of color #EAAF7E: hue angle of 27.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAAF7E is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB234175126-
CMYK00.250.460.08
HSL27.22º72%70.59%-
HSV(B)27.22º46.15%91.76%-
XYZ53.0349.6626.53-
YUV187.0593.55161.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.74%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 126 (49.61% from 255) = 23.55%
R=43.74%
G=32.71%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417512600.250.460.0827.227270.59
HexEAAF7E0192E81b4847
Octal352257176031561033110107
Binary1110101010101111111111001100110111010001101110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF7E; }

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

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

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

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

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

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

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

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