#E9916D

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

Shades of Dark Salmon #E9916D

Tints of Dark Salmon #E9916D

Color information

#E9916D (or 0xE9916D) is unknown color: approx Dark Salmon. HEX triplet: E9, 91 and 6D. RGB value is (233,145,109). Sum of RGB (Red+Green+Blue) = 233+145+109=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E9916D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9916D is #166E92. Grayscale: #A7A7A7. Windows color (decimal): -1470099 or 7180777. OLE color: 7180777.

HSL color Cylindrical-coordinate representation of color #E9916D: hue angle of 17.42º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9916D is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB233145109-
CMYK00.380.530.09
HSL17.42º73.81%67.06%-
HSV(B)17.42º53.22%91.37%-
XYZ46.4938.6819.48-
YUV167.2195.15174.93-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.84%
GREEN value IS 145 (57.03% from 255) = 29.77%
BLUE value IS 109 (42.97% from 255) = 22.38%
R=47.84%
G=29.77%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314510900.380.530.0917.4273.8167.06
HexE9916D026359114a43
Octal351221155046651121112103
Binary11101001100100011101101010011011010110011000110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9916D; }

 p { color: rgb(233,145,109); }

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

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

 a { background-color: rgb(233,145,109); }

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

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

 span { border-color: rgb(233,145,109); }

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