#EF8D79

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

Shades of Dark Salmon #EF8D79

Tints of Dark Salmon #EF8D79

Color information

#EF8D79 (or 0xEF8D79) is unknown color: approx Dark Salmon. HEX triplet: EF, 8D and 79. RGB value is (239,141,121). Sum of RGB (Red+Green+Blue) = 239+141+121=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D79 is #107286. Grayscale: #A8A8A8. Windows color (decimal): -1077895 or 7966191. OLE color: 7966191.

HSL color Cylindrical-coordinate representation of color #EF8D79: hue angle of 10.17º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF8D79 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239141121-
CMYK00.410.490.06
HSL10.17º78.67%70.59%-
HSV(B)10.17º49.37%93.73%-
XYZ48.5738.7823.01-
YUV168.02101.47178.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 121 (47.66% from 255) = 24.15%
R=47.70%
G=28.14%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914112100.410.490.0610.1778.6770.59
HexEF8D79029316a4f47
Octal35721517105161612117107
Binary111011111000110111110010101001110001110101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8D79; }

 p { color: rgb(239,141,121); }

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

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

 a { background-color: rgb(239,141,121); }

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

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

 span { border-color: rgb(239,141,121); }

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