#E8AF78

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

Shades of Manhattan #E8AF78

Tints of Manhattan #E8AF78

Color information

#E8AF78 (or 0xE8AF78) is unknown color: approx Manhattan. HEX triplet: E8, AF and 78. RGB value is (232,175,120). Sum of RGB (Red+Green+Blue) = 232+175+120=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF78 is #175087. Grayscale: #BABABA. Windows color (decimal): -1527944 or 7909352. OLE color: 7909352.

HSL color Cylindrical-coordinate representation of color #E8AF78: hue angle of 29.46º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8AF78 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB232175120-
CMYK00.250.480.09
HSL29.46º70.89%69.02%-
HSV(B)29.46º48.28%90.98%-
XYZ5249.1724.52-
YUV185.7790.88160.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.02%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 120 (47.27% from 255) = 22.77%
R=44.02%
G=33.21%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217512000.250.480.0929.4670.8969.02
HexE8AF780193091d4745
Octal350257170031601135107105
Binary1110100010101111111100001100111000010011110110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AF78; }

 p { color: rgb(232,175,120); }

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

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

 a { background-color: rgb(232,175,120); }

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

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

 span { border-color: rgb(232,175,120); }

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