#E6AE74

Color #E6AE74 Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #E6AE74

Tints of Manhattan #E6AE74

Color information

#E6AE74 (or 0xE6AE74) is unknown color: approx Manhattan. HEX triplet: E6, AE and 74. RGB value is (230,174,116). Sum of RGB (Red+Green+Blue) = 230+174+116=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AE74 is #19518B. Grayscale: #B8B8B8. Windows color (decimal): -1659276 or 7646950. OLE color: 7646950.

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

Color convert

RGB230174116-
CMYK00.240.500.10
HSL30.53º69.51%67.84%-
HSV(B)30.53º49.57%90.2%-
XYZ50.9248.3623.17-
YUV184.1389.55160.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.23%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 116 (45.70% from 255) = 22.31%
R=44.23%
G=33.46%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017411600.240.500.1030.5369.5167.84
HexE6AE7401832A1f4644
Octal346256164030621237106104
Binary1110011010101110111010001100011001010101111110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AE74; }

 p { color: rgb(230,174,116); }

 H1.HeaderClassName
 {
   color: #E6AE74;
 }
 .AnyTagClassName
 {
   color: #E6AE74;
 }
</style>
background-color css

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

 a { background-color: rgb(230,174,116); }

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

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

 span { border-color: rgb(230,174,116); }

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