#ED8E71

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

Shades of Dark Salmon #ED8E71

Tints of Dark Salmon #ED8E71

Color information

#ED8E71 (or 0xED8E71) is unknown color: approx Dark Salmon. HEX triplet: ED, 8E and 71. RGB value is (237,142,113). Sum of RGB (Red+Green+Blue) = 237+142+113=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8E71 is #12718E. Grayscale: #A7A7A7. Windows color (decimal): -1208719 or 7442157. OLE color: 7442157.

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

Color convert

RGB237142113-
CMYK00.400.520.07
HSL14.03º77.5%68.63%-
HSV(B)14.03º52.32%92.94%-
XYZ47.5838.5420.55-
YUV167.197.47177.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.17%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=48.17%
G=28.86%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714211300.400.520.0714.0377.568.63
HexED8E71028347e4e45
Octal35521616105064716116105
Binary111011011000111011100010101000110100111111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8E71; }

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

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

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

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

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

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

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

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