#EF9382

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

Shades of Dark Salmon #EF9382

Tints of Dark Salmon #EF9382

Color information

#EF9382 (or 0xEF9382) is unknown color: approx Dark Salmon. HEX triplet: EF, 93 and 82. RGB value is (239,147,130). Sum of RGB (Red+Green+Blue) = 239+147+130=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9382 is #106C7D. Grayscale: #ACACAC. Windows color (decimal): -1076350 or 8557551. OLE color: 8557551.

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

Color convert

RGB239147130-
CMYK00.380.460.06
HSL9.36º77.3%72.35%-
HSV(B)9.36º45.61%93.73%-
XYZ50.0640.8326.36-
YUV172.57103.98175.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.32%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=46.32%
G=28.49%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914713000.380.460.069.3677.372.35
HexEF93820262E694d48
Octal35722320204656611115110
Binary1110111110010011100000100100110101110110100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9382; }

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

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

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

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

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

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

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

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