#EB9D6D

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

Shades of Dark Salmon #EB9D6D

Tints of Dark Salmon #EB9D6D

Color information

#EB9D6D (or 0xEB9D6D) is unknown color: approx Dark Salmon. HEX triplet: EB, 9D and 6D. RGB value is (235,157,109). Sum of RGB (Red+Green+Blue) = 235+157+109=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9D6D is #146292. Grayscale: #AFAFAF. Windows color (decimal): -1335955 or 7183851. OLE color: 7183851.

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

Color convert

RGB235157109-
CMYK00.330.540.08
HSL22.86º75.9%67.45%-
HSV(B)22.86º53.62%92.16%-
XYZ49.0842.8820.16-
YUV174.8590.84170.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 109 (42.97% from 255) = 21.76%
R=46.91%
G=31.34%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515710900.330.540.0822.8675.967.45
HexEB9D6D021368174c43
Octal353235155041661027114103
Binary11101011100111011101101010000111011010001011110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9D6D; }

 p { color: rgb(235,157,109); }

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

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

 a { background-color: rgb(235,157,109); }

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

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

 span { border-color: rgb(235,157,109); }

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