#e9957f

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

Shades of Dark Salmon #E9957F

Tints of Dark Salmon #E9957F

Color information

#E9957F (or 0xE9957F) is unknown color: approx Dark Salmon. HEX triplet: E9, 95 and 7F. RGB value is (233,149,127). Sum of RGB (Red+Green+Blue) = 233+149+127=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E9957F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9957F is #166A80. Grayscale: #ABABAB. Windows color (decimal): -1469057 or 8361449. OLE color: 8361449.

HSL color Cylindrical-coordinate representation of color #E9957F: hue angle of 12.45º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E9957F is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB233149127-
CMYK00.360.450.09
HSL12.45º70.67%70.59%-
HSV(B)12.45º45.49%91.37%-
XYZ48.1840.3525.33-
YUV171.61102.83171.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.78%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 127 (50% from 255) = 24.95%
R=45.78%
G=29.27%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314912700.360.450.0912.4570.6770.59
HexE9957F0242D9c4747
Octal351225177044551114107107
Binary1110100110010101111111101001001011011001110010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9957f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9957f; }

 p { color: rgb(233,149,127); }

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

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

 a { background-color: rgb(233,149,127); }

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

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

 span { border-color: rgb(233,149,127); }

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