#ED9171

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

Shades of Dark Salmon #ED9171

Tints of Dark Salmon #ED9171

Color information

#ED9171 (or 0xED9171) is unknown color: approx Dark Salmon. HEX triplet: ED, 91 and 71. RGB value is (237,145,113). Sum of RGB (Red+Green+Blue) = 237+145+113=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9171 is #126E8E. Grayscale: #A9A9A9. Windows color (decimal): -1207951 or 7442925. OLE color: 7442925.

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

Color convert

RGB237145113-
CMYK00.390.520.07
HSL15.48º77.5%68.63%-
HSV(B)15.48º52.32%92.94%-
XYZ48.0339.4520.71-
YUV168.8696.48176.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=47.88%
G=29.29%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714511300.390.520.0715.4877.568.63
HexED9171027347f4e45
Octal35522116104764717116105
Binary111011011001000111100010100111110100111111110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9171; }

 p { color: rgb(237,145,113); }

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

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

 a { background-color: rgb(237,145,113); }

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

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

 span { border-color: rgb(237,145,113); }

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