Html Css Color HEX #E2A770 Manhattan

📋 copy color: '#E2A770'

red 226 ◦ green 167 ◦ blue 112

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

Shades of Manhattan #E2A770

Tints of Manhattan #E2A770

RGB

 RED value IS 226 (88.67% from 255) = 44.75%

 GREEN value IS 167 (65.63% from 255) = 33.07%

 BLUE value IS 112 (44.14% from 255) = 22.18%

R = 44.75%
G = 33.07%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E2A770 (or 0xE2A770) is known color: Manhattan. HEX triplet: E2, A7 and 70. RGB value is (226,167,112). Sum of RGB (Red+Green+Blue) = 226+167+112=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A770 is #1D588F. Grayscale: #B2B2B2. Windows color (decimal): -1923216 or 7383010. OLE color: 7383010.

HSL color Cylindrical-coordinate representation of color #E2A770: hue angle of 28.95º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2A770 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 167 112 -
CMYK 0 0.26 0.50 0.11
HSL 28.95º 0.66% 0.66% -
HSV(B) 28.95º 0.5% 0.89% -
XYZ 48.11 44.98 21.47 -
YUV 178.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 226 167 112 0 0.26 0.50 0.11 28.95 0.66 0.66
Hex E2 A7 70 0 1A 32 B 1D 42 42
Octal 342 247 160 0 32 62 13 35 102 102
Binary 11100010 10100111 1110000 0 11010 110010 1011 11101 1000010 1000010

Color Harmonies of #E2A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A770

Black with #E2A770

Text Example


Text Example

White with #E2A770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A770; }

 p { color: rgb(226,167,112); }

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

background-color css

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

 a { background-color: rgb(226,167,112); }

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

border-color css

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

 span { border-color: rgb(226,167,112); }

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