#EAAF84

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

Shades of Manhattan #EAAF84

Tints of Manhattan #EAAF84

Color information

#EAAF84 (or 0xEAAF84) is unknown color: approx Manhattan. HEX triplet: EA, AF and 84. RGB value is (234,175,132). Sum of RGB (Red+Green+Blue) = 234+175+132=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF84 is #15507B. Grayscale: #BBBBBB. Windows color (decimal): -1396860 or 8695786. OLE color: 8695786.

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

Color convert

RGB234175132-
CMYK00.250.440.08
HSL25.29º70.83%71.76%-
HSV(B)25.29º43.59%91.76%-
XYZ53.4349.8228.63-
YUV187.7496.55161-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 132 (51.95% from 255) = 24.40%
R=43.25%
G=32.35%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417513200.250.440.0825.2970.8371.76
HexEAAF840192C8194748
Octal352257204031541031107110
Binary11101010101011111000010001100110110010001100110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF84; }

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

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

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

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

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

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

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

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