#ED8F6D

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

Shades of Dark Salmon #ED8F6D

Tints of Dark Salmon #ED8F6D

Color information

#ED8F6D (or 0xED8F6D) is unknown color: approx Dark Salmon. HEX triplet: ED, 8F and 6D. RGB value is (237,143,109). Sum of RGB (Red+Green+Blue) = 237+143+109=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F6D is #127092. Grayscale: #A7A7A7. Windows color (decimal): -1208467 or 7180269. OLE color: 7180269.

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

Color convert

RGB237143109-
CMYK00.400.540.07
HSL15.94º78.05%67.84%-
HSV(B)15.94º54.01%92.94%-
XYZ47.5138.7519.44-
YUV167.2395.14177.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=48.47%
G=29.24%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714310900.400.540.0715.9478.0567.84
HexED8F6D028367104e44
Octal35521715505066720116104
Binary1110110110001111110110101010001101101111000010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8F6D; }

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

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

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

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

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

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

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

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