#EAAF86

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

Shades of Manhattan #EAAF86

Tints of Manhattan #EAAF86

Color information

#EAAF86 (or 0xEAAF86) is unknown color: approx Manhattan. HEX triplet: EA, AF and 86. RGB value is (234,175,134). Sum of RGB (Red+Green+Blue) = 234+175+134=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF86 is #155079. Grayscale: #BCBCBC. Windows color (decimal): -1396858 or 8826858. OLE color: 8826858.

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

Color convert

RGB234175134-
CMYK00.250.430.08
HSL24.6º70.42%72.16%-
HSV(B)24.6º42.74%91.76%-
XYZ53.5649.8729.36-
YUV187.9797.55160.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 134 (52.73% from 255) = 24.68%
R=43.09%
G=32.23%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417513400.250.430.0824.670.4272.16
HexEAAF860192B8194648
Octal352257206031531031106110
Binary11101010101011111000011001100110101110001100110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF86; }

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

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

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

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

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

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

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

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