#EB946E

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

Shades of Dark Salmon #EB946E

Tints of Dark Salmon #EB946E

Color information

#EB946E (or 0xEB946E) is unknown color: approx Dark Salmon. HEX triplet: EB, 94 and 6E. RGB value is (235,148,110). Sum of RGB (Red+Green+Blue) = 235+148+110=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB946E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB946E is #146B91. Grayscale: #A9A9A9. Windows color (decimal): -1338258 or 7247083. OLE color: 7247083.

HSL color Cylindrical-coordinate representation of color #EB946E: hue angle of 18.24º 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 #EB946E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB235148110-
CMYK00.370.530.08
HSL18.24º75.76%67.65%-
HSV(B)18.24º53.19%92.16%-
XYZ47.6739.9719.95-
YUV169.6894.32174.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 110 (43.36% from 255) = 22.31%
R=47.67%
G=30.02%
B=22.31%

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
Decimal23514811000.370.530.0818.2475.7667.65
HexEB946E025358124c44
Octal353224156045651022114104
Binary11101011100101001101110010010111010110001001010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB946E; }

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

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

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

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

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

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

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

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