#EB9682

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

Shades of Dark Salmon #EB9682

Tints of Dark Salmon #EB9682

Color information

#EB9682 (or 0xEB9682) is unknown color: approx Dark Salmon. HEX triplet: EB, 96 and 82. RGB value is (235,150,130). Sum of RGB (Red+Green+Blue) = 235+150+130=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9682 is #14697D. Grayscale: #ADADAD. Windows color (decimal): -1337726 or 8558315. OLE color: 8558315.

HSL color Cylindrical-coordinate representation of color #EB9682: hue angle of 11.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB9682 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB235150130-
CMYK00.360.450.08
HSL11.43º72.41%71.57%-
HSV(B)11.43º44.68%92.16%-
XYZ49.241.0926.46-
YUV173.14103.66172.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.63%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 130 (51.17% from 255) = 25.24%
R=45.63%
G=29.13%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515013000.360.450.0811.4372.4171.57
HexEB96820242D8b4848
Octal353226202044551013110110
Binary11101011100101101000001001001001011011000101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9682; }

 p { color: rgb(235,150,130); }

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

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

 a { background-color: rgb(235,150,130); }

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

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

 span { border-color: rgb(235,150,130); }

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