#E5967B

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

Shades of Dark Salmon #E5967B

Tints of Dark Salmon #E5967B

Color information

#E5967B (or 0xE5967B) is unknown color: approx Dark Salmon. HEX triplet: E5, 96 and 7B. RGB value is (229,150,123). Sum of RGB (Red+Green+Blue) = 229+150+123=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5967B is #1A6984. Grayscale: #AAAAAA. Windows color (decimal): -1730949 or 8099557. OLE color: 8099557.

HSL color Cylindrical-coordinate representation of color #E5967B: hue angle of 15.28º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5967B is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB229150123-
CMYK00.340.460.10
HSL15.28º67.09%69.02%-
HSV(B)15.28º46.29%89.8%-
XYZ46.7939.923.97-
YUV170.54101.17169.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.62%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 123 (48.44% from 255) = 24.50%
R=45.62%
G=29.88%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915012300.340.460.1015.2867.0969.02
HexE5967B0222EAf4345
Octal345226173042561217103105
Binary1110010110010110111101101000101011101010111110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5967B; }

 p { color: rgb(229,150,123); }

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

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

 a { background-color: rgb(229,150,123); }

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

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

 span { border-color: rgb(229,150,123); }

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