#EB9680

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

Shades of Dark Salmon #EB9680

Tints of Dark Salmon #EB9680

Color information

#EB9680 (or 0xEB9680) is unknown color: approx Dark Salmon. HEX triplet: EB, 96 and 80. RGB value is (235,150,128). Sum of RGB (Red+Green+Blue) = 235+150+128=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9680 is #14697F. Grayscale: #ADADAD. Windows color (decimal): -1337728 or 8427243. OLE color: 8427243.

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

Color convert

RGB235150128-
CMYK00.360.460.08
HSL12.34º72.79%71.18%-
HSV(B)12.34º45.53%92.16%-
XYZ49.0641.0325.76-
YUV172.91102.66172.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=45.81%
G=29.24%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515012800.360.460.0812.3472.7971.18
HexEB96800242E8c4947
Octal353226200044561014111107
Binary11101011100101101000000001001001011101000110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9680; }

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

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

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

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

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

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

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

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