#E5967D

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

Shades of Dark Salmon #E5967D

Tints of Dark Salmon #E5967D

Color information

#E5967D (or 0xE5967D) is unknown color: approx Dark Salmon. HEX triplet: E5, 96 and 7D. RGB value is (229,150,125). Sum of RGB (Red+Green+Blue) = 229+150+125=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5967D is #1A6982. Grayscale: #AAAAAA. Windows color (decimal): -1730947 or 8230629. OLE color: 8230629.

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

Color convert

RGB229150125-
CMYK00.340.450.10
HSL14.42º66.67%69.41%-
HSV(B)14.42º45.41%89.8%-
XYZ46.9239.9524.64-
YUV170.77102.17169.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.44%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=45.44%
G=29.76%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915012500.340.450.1014.4266.6769.41
HexE5967D0222DAe4345
Octal345226175042551216103105
Binary1110010110010110111110101000101011011010111010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5967D; }

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

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

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

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

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

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

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

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