#ED9775

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

Shades of Dark Salmon #ED9775

Tints of Dark Salmon #ED9775

Color information

#ED9775 (or 0xED9775) is unknown color: approx Dark Salmon. HEX triplet: ED, 97 and 75. RGB value is (237,151,117). Sum of RGB (Red+Green+Blue) = 237+151+117=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9775 is #12688A. Grayscale: #ADADAD. Windows color (decimal): -1206411 or 7706605. OLE color: 7706605.

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

Color convert

RGB237151117-
CMYK00.360.510.07
HSL17º76.92%69.41%-
HSV(B)17º50.63%92.94%-
XYZ49.241.4222.23-
YUV172.8496.49173.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.93%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 117 (46.09% from 255) = 23.17%
R=46.93%
G=29.90%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715111700.360.510.071776.9269.41
HexED9775024337114d45
Octal35522716504463721115105
Binary1110110110010111111010101001001100111111000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9775; }

 p { color: rgb(237,151,117); }

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

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

 a { background-color: rgb(237,151,117); }

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

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

 span { border-color: rgb(237,151,117); }

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