#EDAF83

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

Shades of Manhattan #EDAF83

Tints of Manhattan #EDAF83

Color information

#EDAF83 (or 0xEDAF83) is unknown color: approx Manhattan. HEX triplet: ED, AF and 83. RGB value is (237,175,131). Sum of RGB (Red+Green+Blue) = 237+175+131=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF83 is #12507C. Grayscale: #BCBCBC. Windows color (decimal): -1200253 or 8630253. OLE color: 8630253.

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

Color convert

RGB237175131-
CMYK00.260.450.07
HSL24.91º74.65%72.16%-
HSV(B)24.91º44.73%92.94%-
XYZ54.3550.328.32-
YUV188.5295.54162.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 131 (51.56% from 255) = 24.13%
R=43.65%
G=32.23%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717513100.260.450.0724.9174.6572.16
HexEDAF8301A2D7194b48
Octal35525720303255731113110
Binary1110110110101111100000110110101011011111100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF83; }

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

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

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

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

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

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

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

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