#EB9677

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

Shades of Dark Salmon #EB9677

Tints of Dark Salmon #EB9677

Color information

#EB9677 (or 0xEB9677) is unknown color: approx Dark Salmon. HEX triplet: EB, 96 and 77. RGB value is (235,150,119). Sum of RGB (Red+Green+Blue) = 235+150+119=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9677 is #146988. Grayscale: #ACACAC. Windows color (decimal): -1337737 or 7837419. OLE color: 7837419.

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

Color convert

RGB235150119-
CMYK00.360.490.08
HSL16.03º74.36%69.41%-
HSV(B)16.03º49.36%92.16%-
XYZ48.540.8122.77-
YUV171.8898.16173.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.63%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=46.63%
G=29.76%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515011900.360.490.0816.0374.3669.41
HexEB9677024318104a45
Octal353226167044611020112105
Binary11101011100101101110111010010011000110001000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9677; }

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

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

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

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

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

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

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

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