#EF9D78

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

Shades of Dark Salmon #EF9D78

Tints of Dark Salmon #EF9D78

Color information

#EF9D78 (or 0xEF9D78) is unknown color: approx Dark Salmon. HEX triplet: EF, 9D and 78. RGB value is (239,157,120). Sum of RGB (Red+Green+Blue) = 239+157+120=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9D78 is #106287. Grayscale: #B1B1B1. Windows color (decimal): -1073800 or 7904751. OLE color: 7904751.

HSL color Cylindrical-coordinate representation of color #EF9D78: hue angle of 18.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF9D78 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239157120-
CMYK00.340.500.06
HSL18.66º78.81%70.39%-
HSV(B)18.66º49.79%93.73%-
XYZ51.0443.8223.54-
YUV177.395.67172.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.32%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 120 (47.27% from 255) = 23.26%
R=46.32%
G=30.43%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915712000.340.500.0618.6678.8170.39
HexEF9D78022326134f46
Octal35723517004262623117106
Binary1110111110011101111100001000101100101101001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9D78; }

 p { color: rgb(239,157,120); }

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

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

 a { background-color: rgb(239,157,120); }

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

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

 span { border-color: rgb(239,157,120); }

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