#EDAC84

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

Shades of Manhattan #EDAC84

Tints of Manhattan #EDAC84

Color information

#EDAC84 (or 0xEDAC84) is unknown color: approx Manhattan. HEX triplet: ED, AC and 84. RGB value is (237,172,132). Sum of RGB (Red+Green+Blue) = 237+172+132=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC84 is #12537B. Grayscale: #BBBBBB. Windows color (decimal): -1201020 or 8695021. OLE color: 8695021.

HSL color Cylindrical-coordinate representation of color #EDAC84: hue angle of 22.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDAC84 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB237172132-
CMYK00.270.440.07
HSL22.86º74.47%72.35%-
HSV(B)22.86º44.3%92.94%-
XYZ53.8449.1828.48-
YUV186.8897.03163.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 132 (51.95% from 255) = 24.40%
R=43.81%
G=31.79%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717213200.270.440.0722.8674.4772.35
HexEDAC8401B2C7174a48
Octal35525420403354727112110
Binary1110110110101100100001000110111011001111011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC84; }

 p { color: rgb(237,172,132); }

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

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

 a { background-color: rgb(237,172,132); }

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

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

 span { border-color: rgb(237,172,132); }

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