#EAB38A

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

Shades of Manhattan #EAB38A

Tints of Manhattan #EAB38A

Color information

#EAB38A (or 0xEAB38A) is unknown color: approx Manhattan. HEX triplet: EA, B3 and 8A. RGB value is (234,179,138). Sum of RGB (Red+Green+Blue) = 234+179+138=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB38A is #154C75. Grayscale: #BEBEBE. Windows color (decimal): -1395830 or 9090026. OLE color: 9090026.

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

Color convert

RGB234179138-
CMYK00.240.410.08
HSL25.63º69.57%72.94%-
HSV(B)25.63º41.03%91.76%-
XYZ54.6451.5731.12-
YUV190.7798.22158.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 179 (70.31% from 255) = 32.49%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=42.47%
G=32.49%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417913800.240.410.0825.6369.5772.94
HexEAB38A0182981a4649
Octal352263212030511032106111
Binary11101010101100111000101001100010100110001101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB38A; }

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

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

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

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

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

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

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

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