#EAAD8B

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

Shades of Manhattan #EAAD8B

Tints of Manhattan #EAAD8B

Color information

#EAAD8B (or 0xEAAD8B) is unknown color: approx Manhattan. HEX triplet: EA, AD and 8B. RGB value is (234,173,139). Sum of RGB (Red+Green+Blue) = 234+173+139=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAD8B is #155274. Grayscale: #BBBBBB. Windows color (decimal): -1397365 or 9154026. OLE color: 9154026.

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

Color convert

RGB234173139-
CMYK00.260.410.08
HSL21.47º69.34%73.14%-
HSV(B)21.47º40.6%91.76%-
XYZ53.5449.2431.11-
YUV187.36100.71161.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 139 (54.69% from 255) = 25.46%
R=42.86%
G=31.68%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417313900.260.410.0821.4769.3473.14
HexEAAD8B01A298154549
Octal352255213032511025105111
Binary11101010101011011000101101101010100110001010110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD8B; }

 p { color: rgb(234,173,139); }

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

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

 a { background-color: rgb(234,173,139); }

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

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

 span { border-color: rgb(234,173,139); }

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