Html Css Color HEX #E0A772 Manhattan

📋 copy color: '#E0A772'

red 224 ◦ green 167 ◦ blue 114

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

Shades of Manhattan #E0A772

Tints of Manhattan #E0A772

RGB

 RED value IS 224 (87.89% from 255) = 44.36%

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

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 44.36%
G = 33.07%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E0A772 (or 0xE0A772) is known color: Manhattan. HEX triplet: E0, A7 and 72. RGB value is (224,167,114). Sum of RGB (Red+Green+Blue) = 224+167+114=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A772 is #1F588D. Grayscale: #B2B2B2. Windows color (decimal): -2054286 or 7514080. OLE color: 7514080.

HSL color Cylindrical-coordinate representation of color #E0A772: hue angle of 28.91º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0A772 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 167 114 -
CMYK 0 0.25 0.49 0.12
HSL 28.91º 0.64% 0.66% -
HSV(B) 28.91º 0.49% 0.88% -
XYZ 47.6 44.7 22.04 -
YUV 178 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 224 167 114 0 0.25 0.49 0.12 28.91 0.64 0.66
Hex E0 A7 72 0 19 31 C 1D 40 42
Octal 340 247 162 0 31 61 14 35 100 102
Binary 11100000 10100111 1110010 0 11001 110001 1100 11101 1000000 1000010

Color Harmonies of #E0A772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A772

Black with #E0A772

Text Example


Text Example

White with #E0A772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A772; }

 p { color: rgb(224,167,114); }

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

background-color css

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

 a { background-color: rgb(224,167,114); }

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

border-color css

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

 span { border-color: rgb(224,167,114); }

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