Html Css Color HEX #EAB077 Manhattan

📋 copy color: '#EAB077'

red 234 ◦ green 176 ◦ blue 119

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

Shades of Manhattan #EAB077

Tints of Manhattan #EAB077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.5%

R = 44.23%
G = 33.27%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAB077 (or 0xEAB077) is known color: Manhattan. HEX triplet: EA, B0 and 77. RGB value is (234,176,119). Sum of RGB (Red+Green+Blue) = 234+176+119=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB077 is #154F88. Grayscale: #BBBBBB. Windows color (decimal): -1396617 or 7844074. OLE color: 7844074.

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

Color convert

RGB 234 176 119 -
CMYK 0 0.25 0.49 0.08
HSL 29.74º 0.73% 0.69% -
HSV(B) 29.74º 0.49% 0.92% -
XYZ 52.79 49.88 24.3 -
YUV 186.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 234 176 119 0 0.25 0.49 0.08 29.74 0.73 0.69
Hex EA B0 77 0 19 31 8 1E 49 45
Octal 352 260 167 0 31 61 10 36 111 105
Binary 11101010 10110000 1110111 0 11001 110001 1000 11110 1001001 1000101

Color Harmonies of #EAB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB077

Black with #EAB077

Text Example


Text Example

White with #EAB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB077; }

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

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

background-color css

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

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

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

border-color css

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

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

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