#EB947D

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

Shades of Dark Salmon #EB947D

Tints of Dark Salmon #EB947D

Color information

#EB947D (or 0xEB947D) is unknown color: approx Dark Salmon. HEX triplet: EB, 94 and 7D. RGB value is (235,148,125). Sum of RGB (Red+Green+Blue) = 235+148+125=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB947D is #146B82. Grayscale: #ABABAB. Windows color (decimal): -1338243 or 8230123. OLE color: 8230123.

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

Color convert

RGB235148125-
CMYK00.370.470.08
HSL12.55º73.33%70.59%-
HSV(B)12.55º46.81%92.16%-
XYZ48.5540.3224.63-
YUV171.39101.82173.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=46.26%
G=29.13%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514812500.370.470.0812.5573.3370.59
HexEB947D0252F8d4947
Octal353224175045571015111107
Binary1110101110010100111110101001011011111000110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB947D; }

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

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

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

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

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

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

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

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