#EAAF7A

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

Shades of Manhattan #EAAF7A

Tints of Manhattan #EAAF7A

Color information

#EAAF7A (or 0xEAAF7A) is unknown color: approx Manhattan. HEX triplet: EA, AF and 7A. RGB value is (234,175,122). Sum of RGB (Red+Green+Blue) = 234+175+122=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF7A is #155085. Grayscale: #BABABA. Windows color (decimal): -1396870 or 8040426. OLE color: 8040426.

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

Color convert

RGB234175122-
CMYK00.250.480.08
HSL28.39º72.73%69.8%-
HSV(B)28.39º47.86%91.76%-
XYZ52.7749.5625.2-
YUV186.691.55161.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 122 (48.05% from 255) = 22.98%
R=44.07%
G=32.96%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417512200.250.480.0828.3972.7369.8
HexEAAF7A0193081c4946
Octal352257172031601034111106
Binary1110101010101111111101001100111000010001110010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF7A; }

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

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

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

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

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

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

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

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