#EF9A6D

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

Shades of Dark Salmon #EF9A6D

Tints of Dark Salmon #EF9A6D

Color information

#EF9A6D (or 0xEF9A6D) is unknown color: approx Dark Salmon. HEX triplet: EF, 9A and 6D. RGB value is (239,154,109). Sum of RGB (Red+Green+Blue) = 239+154+109=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A6D is #106592. Grayscale: #AEAEAE. Windows color (decimal): -1074579 or 7183087. OLE color: 7183087.

HSL color Cylindrical-coordinate representation of color #EF9A6D: hue angle of 20.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF9A6D is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB239154109-
CMYK00.360.540.06
HSL20.77º80.25%68.24%-
HSV(B)20.77º54.39%93.73%-
XYZ49.9142.5720.05-
YUV174.2891.16174.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 109 (42.97% from 255) = 21.71%
R=47.61%
G=30.68%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915410900.360.540.0620.7780.2568.24
HexEF9A6D024366155044
Octal35723215504466625120104
Binary1110111110011010110110101001001101101101010110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9A6D; }

 p { color: rgb(239,154,109); }

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

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

 a { background-color: rgb(239,154,109); }

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

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

 span { border-color: rgb(239,154,109); }

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