#ED9383

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

Shades of Dark Salmon #ED9383

Tints of Dark Salmon #ED9383

Color information

#ED9383 (or 0xED9383) is unknown color: approx Dark Salmon. HEX triplet: ED, 93 and 83. RGB value is (237,147,131). Sum of RGB (Red+Green+Blue) = 237+147+131=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9383 is #126C7C. Grayscale: #ACACAC. Windows color (decimal): -1207421 or 8623085. OLE color: 8623085.

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

Color convert

RGB237147131-
CMYK00.380.450.07
HSL9.06º74.65%72.16%-
HSV(B)9.06º44.73%92.94%-
XYZ49.4640.5126.69-
YUV172.09104.82174.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=46.02%
G=28.54%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714713100.380.450.079.0674.6572.16
HexED93830262D794b48
Octal35522320304655711113110
Binary1110110110010011100000110100110101101111100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9383; }

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

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

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

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

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

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

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

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