#ED8A71

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

Shades of Dark Salmon #ED8A71

Tints of Dark Salmon #ED8A71

Color information

#ED8A71 (or 0xED8A71) is unknown color: approx Dark Salmon. HEX triplet: ED, 8A and 71. RGB value is (237,138,113). Sum of RGB (Red+Green+Blue) = 237+138+113=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A71 is #12758E. Grayscale: #A4A4A4. Windows color (decimal): -1209743 or 7441133. OLE color: 7441133.

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

Color convert

RGB237138113-
CMYK00.420.520.07
HSL12.1º77.5%68.63%-
HSV(B)12.1º52.32%92.94%-
XYZ46.9937.3720.36-
YUV164.7598.8179.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.57%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=48.57%
G=28.28%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713811300.420.520.0712.177.568.63
HexED8A7102A347c4e45
Octal35521216105264714116105
Binary111011011000101011100010101010110100111110010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A71; }

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

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

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

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

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

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

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

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