#EDAF8A

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

Shades of Manhattan #EDAF8A

Tints of Manhattan #EDAF8A

Color information

#EDAF8A (or 0xEDAF8A) is unknown color: approx Manhattan. HEX triplet: ED, AF and 8A. RGB value is (237,175,138). Sum of RGB (Red+Green+Blue) = 237+175+138=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF8A is #125075. Grayscale: #BDBDBD. Windows color (decimal): -1200246 or 9089005. OLE color: 9089005.

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

Color convert

RGB237175138-
CMYK00.260.420.07
HSL22.42º73.33%73.53%-
HSV(B)22.42º41.77%92.94%-
XYZ54.8450.530.9-
YUV189.3299.04162.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 138 (54.30% from 255) = 25.09%
R=43.09%
G=31.82%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717513800.260.420.0722.4273.3373.53
HexEDAF8A01A2A716494a
Octal35525721203252726111112
Binary1110110110101111100010100110101010101111011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF8A; }

 p { color: rgb(237,175,138); }

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

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

 a { background-color: rgb(237,175,138); }

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

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

 span { border-color: rgb(237,175,138); }

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