#EB9577

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

Shades of Dark Salmon #EB9577

Tints of Dark Salmon #EB9577

Color information

#EB9577 (or 0xEB9577) is unknown color: approx Dark Salmon. HEX triplet: EB, 95 and 77. RGB value is (235,149,119). Sum of RGB (Red+Green+Blue) = 235+149+119=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9577 is #146A88. Grayscale: #ABABAB. Windows color (decimal): -1337993 or 7837163. OLE color: 7837163.

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

Color convert

RGB235149119-
CMYK00.370.490.08
HSL15.52º74.36%69.41%-
HSV(B)15.52º49.36%92.16%-
XYZ48.3440.4922.72-
YUV171.2998.49173.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 119 (46.88% from 255) = 23.66%
R=46.72%
G=29.62%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514911900.370.490.0815.5274.3669.41
HexEB9577025318104a45
Octal353225167045611020112105
Binary11101011100101011110111010010111000110001000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9577; }

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

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

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

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

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

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

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

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