#EAB48A

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

Shades of Manhattan #EAB48A

Tints of Manhattan #EAB48A

Color information

#EAB48A (or 0xEAB48A) is unknown color: approx Manhattan. HEX triplet: EA, B4 and 8A. RGB value is (234,180,138). Sum of RGB (Red+Green+Blue) = 234+180+138=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB48A is #154B75. Grayscale: #BFBFBF. Windows color (decimal): -1395574 or 9090282. OLE color: 9090282.

HSL color Cylindrical-coordinate representation of color #EAB48A: hue angle of 26.25º degrees, saturation: 0.7, 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 #EAB48A is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234180138-
CMYK00.230.410.08
HSL26.25º69.57%72.94%-
HSV(B)26.25º41.03%91.76%-
XYZ54.8451.9731.19-
YUV191.3697.89158.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 180 (70.70% from 255) = 32.61%
BLUE value IS 138 (54.30% from 255) = 25%
R=42.39%
G=32.61%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418013800.230.410.0826.2569.5772.94
HexEAB48A0172981a4649
Octal352264212027511032106111
Binary11101010101101001000101001011110100110001101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB48A; }

 p { color: rgb(234,180,138); }

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

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

 a { background-color: rgb(234,180,138); }

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

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

 span { border-color: rgb(234,180,138); }

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