#EDAE81

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

Shades of Manhattan #EDAE81

Tints of Manhattan #EDAE81

Color information

#EDAE81 (or 0xEDAE81) is unknown color: approx Manhattan. HEX triplet: ED, AE and 81. RGB value is (237,174,129). Sum of RGB (Red+Green+Blue) = 237+174+129=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAE81 is #12517E. Grayscale: #BBBBBB. Windows color (decimal): -1200511 or 8498925. OLE color: 8498925.

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

Color convert

RGB237174129-
CMYK00.270.460.07
HSL25º75%71.76%-
HSV(B)25º45.57%92.94%-
XYZ54.0249.8627.55-
YUV187.7194.87163.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.89%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 129 (50.78% from 255) = 23.89%
R=43.89%
G=32.22%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717412900.270.460.07257571.76
HexEDAE8101B2E7194b48
Octal35525620103356731113110
Binary1110110110101110100000010110111011101111100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE81; }

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

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

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

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

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

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

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

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