#E5976B

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

Shades of Dark Salmon #E5976B

Tints of Dark Salmon #E5976B

Color information

#E5976B (or 0xE5976B) is unknown color: approx Dark Salmon. HEX triplet: E5, 97 and 6B. RGB value is (229,151,107). Sum of RGB (Red+Green+Blue) = 229+151+107=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5976B is #1A6894. Grayscale: #A9A9A9. Windows color (decimal): -1730709 or 7051237. OLE color: 7051237.

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

Color convert

RGB229151107-
CMYK00.340.530.10
HSL21.64º70.11%65.88%-
HSV(B)21.64º53.28%89.8%-
XYZ46.0339.8519.18-
YUV169.3192.84170.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.02%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 107 (42.19% from 255) = 21.97%
R=47.02%
G=31.01%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915110700.340.530.1021.6470.1165.88
HexE5976B02235A164642
Octal345227153042651226106102
Binary11100101100101111101011010001011010110101011010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5976B; }

 p { color: rgb(229,151,107); }

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

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

 a { background-color: rgb(229,151,107); }

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

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

 span { border-color: rgb(229,151,107); }

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