#e9997e

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

Shades of Dark Salmon #E9997E

Tints of Dark Salmon #E9997E

Color information

#E9997E (or 0xE9997E) is unknown color: approx Dark Salmon. HEX triplet: E9, 99 and 7E. RGB value is (233,153,126). Sum of RGB (Red+Green+Blue) = 233+153+126=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E9997E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9997E is #166681. Grayscale: #AEAEAE. Windows color (decimal): -1468034 or 8296937. OLE color: 8296937.

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

Color convert

RGB233153126-
CMYK00.340.460.09
HSL15.14º70.86%70.39%-
HSV(B)15.14º45.92%91.37%-
XYZ48.7641.6125.2-
YUV173.84101170.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.51%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 126 (49.61% from 255) = 24.61%
R=45.51%
G=29.88%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315312600.340.460.0915.1470.8670.39
HexE9997E0222E9f4746
Octal351231176042561117107106
Binary1110100110011001111111001000101011101001111110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9997e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9997e; }

 p { color: rgb(233,153,126); }

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

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

 a { background-color: rgb(233,153,126); }

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

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

 span { border-color: rgb(233,153,126); }

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