#EDAF81

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

Shades of Manhattan #EDAF81

Tints of Manhattan #EDAF81

Color information

#EDAF81 (or 0xEDAF81) is unknown color: approx Manhattan. HEX triplet: ED, AF and 81. RGB value is (237,175,129). Sum of RGB (Red+Green+Blue) = 237+175+129=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF81 is #12507E. Grayscale: #BCBCBC. Windows color (decimal): -1200255 or 8499181. OLE color: 8499181.

HSL color Cylindrical-coordinate representation of color #EDAF81: hue angle of 25.56º 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 #EDAF81 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237175129-
CMYK00.260.460.07
HSL25.56º75%71.76%-
HSV(B)25.56º45.57%92.94%-
XYZ54.2250.2527.61-
YUV188.2994.54162.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 129 (50.78% from 255) = 23.84%
R=43.81%
G=32.35%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717512900.260.460.0725.567571.76
HexEDAF8101A2E71a4b48
Octal35525720103256732113110
Binary1110110110101111100000010110101011101111101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF81; }

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

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

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

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

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

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

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

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