#EB956E

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

Shades of Dark Salmon #EB956E

Tints of Dark Salmon #EB956E

Color information

#EB956E (or 0xEB956E) is unknown color: approx Dark Salmon. HEX triplet: EB, 95 and 6E. RGB value is (235,149,110). Sum of RGB (Red+Green+Blue) = 235+149+110=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB956E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB956E is #146A91. Grayscale: #AAAAAA. Windows color (decimal): -1338002 or 7247339. OLE color: 7247339.

HSL color Cylindrical-coordinate representation of color #EB956E: hue angle of 18.72º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB956E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB235149110-
CMYK00.370.530.08
HSL18.72º75.76%67.65%-
HSV(B)18.72º53.19%92.16%-
XYZ47.8240.2820.01-
YUV170.2793.99174.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.57%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 110 (43.36% from 255) = 22.27%
R=47.57%
G=30.16%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514911000.370.530.0818.7275.7667.65
HexEB956E025358134c44
Octal353225156045651023114104
Binary11101011100101011101110010010111010110001001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB956E; }

 p { color: rgb(235,149,110); }

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

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

 a { background-color: rgb(235,149,110); }

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

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

 span { border-color: rgb(235,149,110); }

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