Html Css Color HEX #EAB080 Manhattan

📋 copy color: '#EAB080'

red 234 ◦ green 176 ◦ blue 128

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

Shades of Manhattan #EAB080

Tints of Manhattan #EAB080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.71%

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

R = 43.49%
G = 32.71%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAB080 (or 0xEAB080) is known color: Manhattan. HEX triplet: EA, B0 and 80. RGB value is (234,176,128). Sum of RGB (Red+Green+Blue) = 234+176+128=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB080 is #154F7F. Grayscale: #BCBCBC. Windows color (decimal): -1396608 or 8433898. OLE color: 8433898.

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

Color convert

RGB 234 176 128 -
CMYK 0 0.25 0.45 0.08
HSL 27.17º 0.72% 0.71% -
HSV(B) 27.17º 0.45% 0.92% -
XYZ 53.35 50.1 27.28 -
YUV 187.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 234 176 128 0 0.25 0.45 0.08 27.17 0.72 0.71
Hex EA B0 80 0 19 2D 8 1B 48 47
Octal 352 260 200 0 31 55 10 33 110 107
Binary 11101010 10110000 10000000 0 11001 101101 1000 11011 1001000 1000111

Color Harmonies of #EAB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB080

Black with #EAB080

Text Example


Text Example

White with #EAB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB080; }

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

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

background-color css

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

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

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

border-color css

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

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

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