Html Css Color HEX #EAB180 Manhattan

📋 copy color: '#EAB180'

red 234 ◦ green 177 ◦ blue 128

#EAB180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manhattan #EAB180

Tints of Manhattan #EAB180

RGB

 RED value IS 234 (91.8% from 255) = 43.41%

 GREEN value IS 177 (69.53% from 255) = 32.84%

 BLUE value IS 128 (50.39% from 255) = 23.75%

R = 43.41%
G = 32.84%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAB180 (or 0xEAB180) is known color: Manhattan. HEX triplet: EA, B1 and 80. RGB value is (234,177,128). Sum of RGB (Red+Green+Blue) = 234+177+128=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB180 is #154E7F. Grayscale: #BCBCBC. Windows color (decimal): -1396352 or 8434154. OLE color: 8434154.

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

Color convert

RGB 234 177 128 -
CMYK 0 0.24 0.45 0.08
HSL 27.74º 0.72% 0.71% -
HSV(B) 27.74º 0.45% 0.92% -
XYZ 53.55 50.5 27.35 -
YUV 188.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 234 177 128 0 0.24 0.45 0.08 27.74 0.72 0.71
Hex EA B1 80 0 18 2D 8 1C 48 47
Octal 352 261 200 0 30 55 10 34 110 107
Binary 11101010 10110001 10000000 0 11000 101101 1000 11100 1001000 1000111

Color Harmonies of #EAB180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB180

Black with #EAB180

Text Example


Text Example

White with #EAB180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB180; }

 p { color: rgb(234,177,128); }

 H1.HeaderClassName
 {
   color: #EAB180;
 }
 .AnyTagClassName
 {
   color: #EAB180;
 }
</style>

background-color css

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

 a { background-color: rgb(234,177,128); }

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

border-color css

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

 span { border-color: rgb(234,177,128); }

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