#EF936D

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

Shades of Dark Salmon #EF936D

Tints of Dark Salmon #EF936D

Color information

#EF936D (or 0xEF936D) is unknown color: approx Dark Salmon. HEX triplet: EF, 93 and 6D. RGB value is (239,147,109). Sum of RGB (Red+Green+Blue) = 239+147+109=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF936D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF936D is #106C92. Grayscale: #AAAAAA. Windows color (decimal): -1076371 or 7181295. OLE color: 7181295.

HSL color Cylindrical-coordinate representation of color #EF936D: hue angle of 17.54º 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 #EF936D is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB239147109-
CMYK00.380.540.06
HSL17.54º80.25%68.24%-
HSV(B)17.54º54.39%93.73%-
XYZ48.7940.3219.68-
YUV170.1893.48177.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=48.28%
G=29.70%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914710900.380.540.0617.5480.2568.24
HexEF936D026366125044
Octal35722315504666622120104
Binary1110111110010011110110101001101101101101001010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF936D; }

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

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

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

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

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

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

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

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