#ED8B71

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

Shades of Dark Salmon #ED8B71

Tints of Dark Salmon #ED8B71

Color information

#ED8B71 (or 0xED8B71) is unknown color: approx Dark Salmon. HEX triplet: ED, 8B and 71. RGB value is (237,139,113). Sum of RGB (Red+Green+Blue) = 237+139+113=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8B71 is #12748E. Grayscale: #A5A5A5. Windows color (decimal): -1209487 or 7441389. OLE color: 7441389.

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

Color convert

RGB237139113-
CMYK00.410.520.07
HSL12.58º77.5%68.63%-
HSV(B)12.58º52.32%92.94%-
XYZ47.1437.6620.41-
YUV165.3498.47179.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=48.47%
G=28.43%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713911300.410.520.0712.5877.568.63
HexED8B71029347d4e45
Octal35521316105164715116105
Binary111011011000101111100010101001110100111110110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8B71; }

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

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

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

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

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

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

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

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