#EB9672

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

Shades of Dark Salmon #EB9672

Tints of Dark Salmon #EB9672

Color information

#EB9672 (or 0xEB9672) is unknown color: approx Dark Salmon. HEX triplet: EB, 96 and 72. RGB value is (235,150,114). Sum of RGB (Red+Green+Blue) = 235+150+114=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9672 is #14698D. Grayscale: #ABABAB. Windows color (decimal): -1337742 or 7509739. OLE color: 7509739.

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

Color convert

RGB235150114-
CMYK00.360.510.08
HSL17.85º75.16%68.43%-
HSV(B)17.85º51.49%92.16%-
XYZ48.240.6921.23-
YUV171.3195.66173.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.09%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 114 (44.92% from 255) = 22.85%
R=47.09%
G=30.06%
B=22.85%

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
Decimal23515011400.360.510.0817.8575.1668.43
HexEB9672024338124b44
Octal353226162044631022113104
Binary11101011100101101110010010010011001110001001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9672; }

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

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

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

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

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

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

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

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