#EB9C7D

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

Shades of Dark Salmon #EB9C7D

Tints of Dark Salmon #EB9C7D

Color information

#EB9C7D (or 0xEB9C7D) is unknown color: approx Dark Salmon. HEX triplet: EB, 9C and 7D. RGB value is (235,156,125). Sum of RGB (Red+Green+Blue) = 235+156+125=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9C7D is #146382. Grayscale: #B0B0B0. Windows color (decimal): -1336195 or 8232171. OLE color: 8232171.

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

Color convert

RGB235156125-
CMYK00.340.470.08
HSL16.91º73.33%70.59%-
HSV(B)16.91º46.81%92.16%-
XYZ49.8542.9225.06-
YUV176.0999.17170.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=45.54%
G=30.23%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515612500.340.470.0816.9173.3370.59
HexEB9C7D0222F8114947
Octal353234175042571021111107
Binary11101011100111001111101010001010111110001000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C7D; }

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

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

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

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

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

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

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

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