#E9957A

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

Shades of Dark Salmon #E9957A

Tints of Dark Salmon #E9957A

Color information

#E9957A (or 0xE9957A) is unknown color: approx Dark Salmon. HEX triplet: E9, 95 and 7A. RGB value is (233,149,122). Sum of RGB (Red+Green+Blue) = 233+149+122=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E9957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9957A is #166A85. Grayscale: #ABABAB. Windows color (decimal): -1469062 or 8033769. OLE color: 8033769.

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

Color convert

RGB233149122-
CMYK00.360.480.09
HSL14.59º71.61%69.61%-
HSV(B)14.59º47.64%91.37%-
XYZ47.8640.2223.65-
YUV171.04100.33172.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.23%
GREEN value IS 149 (58.59% from 255) = 29.56%
BLUE value IS 122 (48.05% from 255) = 24.21%
R=46.23%
G=29.56%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314912200.360.480.0914.5971.6169.61
HexE9957A024309f4846
Octal351225172044601117110106
Binary1110100110010101111101001001001100001001111110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9957A; }

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

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

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

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

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

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

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

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