Html Css Color HEX #E4A770 Manhattan

📋 copy color: '#E4A770'

red 228 ◦ green 167 ◦ blue 112

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

Shades of Manhattan #E4A770

Tints of Manhattan #E4A770

RGB

 RED value IS 228 (89.45% from 255) = 44.97%

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

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

R = 44.97%
G = 32.94%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E4A770 (or 0xE4A770) is known color: Manhattan. HEX triplet: E4, A7 and 70. RGB value is (228,167,112). Sum of RGB (Red+Green+Blue) = 228+167+112=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4A770 is #1B588F. Grayscale: #B3B3B3. Windows color (decimal): -1792144 or 7383012. OLE color: 7383012.

HSL color Cylindrical-coordinate representation of color #E4A770: hue angle of 28.45º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4A770 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 167 112 -
CMYK 0 0.27 0.51 0.11
HSL 28.45º 0.68% 0.67% -
HSV(B) 28.45º 0.51% 0.89% -
XYZ 48.74 45.3 21.5 -
YUV 178.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 228 167 112 0 0.27 0.51 0.11 28.45 0.68 0.67
Hex E4 A7 70 0 1B 33 B 1C 44 43
Octal 344 247 160 0 33 63 13 34 104 103
Binary 11100100 10100111 1110000 0 11011 110011 1011 11100 1000100 1000011

Color Harmonies of #E4A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A770

Black with #E4A770

Text Example


Text Example

White with #E4A770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A770; }

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

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

background-color css

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

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

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

border-color css

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

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

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