#EDAE88

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

Shades of Manhattan #EDAE88

Tints of Manhattan #EDAE88

Color information

#EDAE88 (or 0xEDAE88) is unknown color: approx Manhattan. HEX triplet: ED, AE and 88. RGB value is (237,174,136). Sum of RGB (Red+Green+Blue) = 237+174+136=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAE88 is #125177. Grayscale: #BCBCBC. Windows color (decimal): -1200504 or 8957677. OLE color: 8957677.

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

Color convert

RGB237174136-
CMYK00.270.430.07
HSL22.57º73.72%73.14%-
HSV(B)22.57º42.62%92.94%-
XYZ54.5150.0530.08-
YUV188.598.37162.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 136 (53.52% from 255) = 24.86%
R=43.33%
G=31.81%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717413600.270.430.0722.5773.7273.14
HexEDAE8801B2B7174a49
Octal35525621003353727112111
Binary1110110110101110100010000110111010111111011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE88; }

 p { color: rgb(237,174,136); }

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

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

 a { background-color: rgb(237,174,136); }

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

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

 span { border-color: rgb(237,174,136); }

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