#E4AF7D

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

Shades of Manhattan #E4AF7D

Tints of Manhattan #E4AF7D

Color information

#E4AF7D (or 0xE4AF7D) is unknown color: approx Manhattan. HEX triplet: E4, AF and 7D. RGB value is (228,175,125). Sum of RGB (Red+Green+Blue) = 228+175+125=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AF7D is #1B5082. Grayscale: #B9B9B9. Windows color (decimal): -1790083 or 8237028. OLE color: 8237028.

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

Color convert

RGB228175125-
CMYK00.230.450.11
HSL29.13º65.61%69.22%-
HSV(B)29.13º45.18%89.41%-
XYZ51.0348.6326.1-
YUV185.1594.06158.57-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.18%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=43.18%
G=33.14%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817512500.230.450.1129.1365.6169.22
HexE4AF7D0172DB1d4245
Octal344257175027551335102105
Binary1110010010101111111110101011110110110111110110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AF7D; }

 p { color: rgb(228,175,125); }

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

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

 a { background-color: rgb(228,175,125); }

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

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

 span { border-color: rgb(228,175,125); }

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