Html Css Color HEX #E6AA72 Manhattan

📋 copy color: '#E6AA72'

red 230 ◦ green 170 ◦ blue 114

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

Shades of Manhattan #E6AA72

Tints of Manhattan #E6AA72

RGB

 RED value IS 230 (90.23% from 255) = 44.75%

 GREEN value IS 170 (66.8% from 255) = 33.07%

 BLUE value IS 114 (44.92% 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.10

RGB Variations

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

Color information

#E6AA72 (or 0xE6AA72) is known color: Manhattan. HEX triplet: E6, AA and 72. RGB value is (230,170,114). Sum of RGB (Red+Green+Blue) = 230+170+114=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AA72 is #19558D. Grayscale: #B5B5B5. Windows color (decimal): -1660302 or 7514854. OLE color: 7514854.

HSL color Cylindrical-coordinate representation of color #E6AA72: hue angle of 28.97º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6AA72 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 170 114 -
CMYK 0 0.26 0.50 0.10
HSL 28.97º 0.7% 0.67% -
HSV(B) 28.97º 0.5% 0.9% -
XYZ 50.05 46.79 22.31 -
YUV 181.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 230 170 114 0 0.26 0.50 0.10 28.97 0.7 0.67
Hex E6 AA 72 0 1A 32 A 1D 46 43
Octal 346 252 162 0 32 62 12 35 106 103
Binary 11100110 10101010 1110010 0 11010 110010 1010 11101 1000110 1000011

Color Harmonies of #E6AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA72

Black with #E6AA72

Text Example


Text Example

White with #E6AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA72; }

 p { color: rgb(230,170,114); }

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

background-color css

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

 a { background-color: rgb(230,170,114); }

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

border-color css

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

 span { border-color: rgb(230,170,114); }

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