#ED8F80

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

Shades of Dark Salmon #ED8F80

Tints of Dark Salmon #ED8F80

Color information

#ED8F80 (or 0xED8F80) is unknown color: approx Dark Salmon. HEX triplet: ED, 8F and 80. RGB value is (237,143,128). Sum of RGB (Red+Green+Blue) = 237+143+128=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F80 is #12707F. Grayscale: #A9A9A9. Windows color (decimal): -1208448 or 8425453. OLE color: 8425453.

HSL color Cylindrical-coordinate representation of color #ED8F80: hue angle of 8.26º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8F80 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237143128-
CMYK00.400.460.07
HSL8.26º75.17%71.57%-
HSV(B)8.26º45.99%92.94%-
XYZ48.6439.2125.43-
YUV169.4104.64176.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 143 (56.25% from 255) = 28.15%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=46.65%
G=28.15%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714312800.400.460.078.2675.1771.57
HexED8F800282E784b48
Octal35521720005056710113110
Binary1110110110001111100000000101000101110111100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8F80; }

 p { color: rgb(237,143,128); }

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

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

 a { background-color: rgb(237,143,128); }

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

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

 span { border-color: rgb(237,143,128); }

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