#ED9273

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

Shades of Dark Salmon #ED9273

Tints of Dark Salmon #ED9273

Color information

#ED9273 (or 0xED9273) is unknown color: approx Dark Salmon. HEX triplet: ED, 92 and 73. RGB value is (237,146,115). Sum of RGB (Red+Green+Blue) = 237+146+115=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9273 is #126D8C. Grayscale: #A9A9A9. Windows color (decimal): -1207693 or 7574253. OLE color: 7574253.

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

Color convert

RGB237146115-
CMYK00.380.510.07
HSL15.25º77.22%69.02%-
HSV(B)15.25º51.48%92.94%-
XYZ48.339.821.36-
YUV169.6897.15176.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.59%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 115 (45.31% from 255) = 23.09%
R=47.59%
G=29.32%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714611500.380.510.0715.2577.2269.02
HexED9273026337f4d45
Octal35522216304663717115105
Binary111011011001001011100110100110110011111111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9273; }

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

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

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

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

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

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

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

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