#ED8A73

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

Shades of Dark Salmon #ED8A73

Tints of Dark Salmon #ED8A73

Color information

#ED8A73 (or 0xED8A73) is unknown color: approx Dark Salmon. HEX triplet: ED, 8A and 73. RGB value is (237,138,115). Sum of RGB (Red+Green+Blue) = 237+138+115=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A73 is #12758C. Grayscale: #A5A5A5. Windows color (decimal): -1209741 or 7572205. OLE color: 7572205.

HSL color Cylindrical-coordinate representation of color #ED8A73: hue angle of 11.31º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED8A73 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237138115-
CMYK00.420.510.07
HSL11.31º77.22%69.02%-
HSV(B)11.31º51.48%92.94%-
XYZ47.1137.4220.96-
YUV164.9899.8179.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.37%
GREEN value IS 138 (54.30% from 255) = 28.16%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=48.37%
G=28.16%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713811500.420.510.0711.3177.2269.02
HexED8A7302A337b4d45
Octal35521216305263713115105
Binary111011011000101011100110101010110011111101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A73; }

 p { color: rgb(237,138,115); }

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

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

 a { background-color: rgb(237,138,115); }

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

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

 span { border-color: rgb(237,138,115); }

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