#EB9673

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

Shades of Dark Salmon #EB9673

Tints of Dark Salmon #EB9673

Color information

#EB9673 (or 0xEB9673) is unknown color: approx Dark Salmon. HEX triplet: EB, 96 and 73. RGB value is (235,150,115). Sum of RGB (Red+Green+Blue) = 235+150+115=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9673 is #14698C. Grayscale: #ABABAB. Windows color (decimal): -1337741 or 7575275. OLE color: 7575275.

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

Color convert

RGB235150115-
CMYK00.360.510.08
HSL17.5º75%68.63%-
HSV(B)17.5º51.06%92.16%-
XYZ48.2640.7121.53-
YUV171.4296.16173.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 115 (45.31% from 255) = 23%
R=47%
G=30%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515011500.360.510.0817.57568.63
HexEB9673024338124b45
Octal353226163044631022113105
Binary11101011100101101110011010010011001110001001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9673; }

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

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

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

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

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

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

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

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