#EF9683

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

Shades of Dark Salmon #EF9683

Tints of Dark Salmon #EF9683

Color information

#EF9683 (or 0xEF9683) is unknown color: approx Dark Salmon. HEX triplet: EF, 96 and 83. RGB value is (239,150,131). Sum of RGB (Red+Green+Blue) = 239+150+131=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9683 is #10697C. Grayscale: #AEAEAE. Windows color (decimal): -1075581 or 8623855. OLE color: 8623855.

HSL color Cylindrical-coordinate representation of color #EF9683: hue angle of 10.56º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF9683 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB239150131-
CMYK00.370.450.06
HSL10.56º77.14%72.55%-
HSV(B)10.56º45.19%93.73%-
XYZ50.641.826.87-
YUV174.44103.49174.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 131 (51.56% from 255) = 25.19%
R=45.96%
G=28.85%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915013100.370.450.0610.5677.1472.55
HexEF96830252D6b4d49
Octal35722620304555613115111
Binary1110111110010110100000110100101101101110101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9683; }

 p { color: rgb(239,150,131); }

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

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

 a { background-color: rgb(239,150,131); }

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

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

 span { border-color: rgb(239,150,131); }

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