#ED9E78

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

Shades of Dark Salmon #ED9E78

Tints of Dark Salmon #ED9E78

Color information

#ED9E78 (or 0xED9E78) is unknown color: approx Dark Salmon. HEX triplet: ED, 9E and 78. RGB value is (237,158,120). Sum of RGB (Red+Green+Blue) = 237+158+120=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9E78 is #126187. Grayscale: #B1B1B1. Windows color (decimal): -1204616 or 7905005. OLE color: 7905005.

HSL color Cylindrical-coordinate representation of color #ED9E78: hue angle of 19.49º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED9E78 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237158120-
CMYK00.330.490.07
HSL19.49º76.47%70%-
HSV(B)19.49º49.37%92.94%-
XYZ50.5443.8123.56-
YUV177.2995.67170.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 120 (47.27% from 255) = 23.30%
R=46.02%
G=30.68%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715812000.330.490.0719.4976.4770
HexED9E78021317134c46
Octal35523617004161723114106
Binary1110110110011110111100001000011100011111001110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9E78; }

 p { color: rgb(237,158,120); }

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

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

 a { background-color: rgb(237,158,120); }

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

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

 span { border-color: rgb(237,158,120); }

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