#E9917F

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

Shades of Dark Salmon #E9917F

Tints of Dark Salmon #E9917F

Color information

#E9917F (or 0xE9917F) is unknown color: approx Dark Salmon. HEX triplet: E9, 91 and 7F. RGB value is (233,145,127). Sum of RGB (Red+Green+Blue) = 233+145+127=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E9917F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9917F is #166E80. Grayscale: #A9A9A9. Windows color (decimal): -1470081 or 8360425. OLE color: 8360425.

HSL color Cylindrical-coordinate representation of color #E9917F: hue angle of 10.19º 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 #E9917F is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB233145127-
CMYK00.380.450.09
HSL10.19º70.67%70.59%-
HSV(B)10.19º45.49%91.37%-
XYZ47.5639.1125.12-
YUV169.26104.15173.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.14%
GREEN value IS 145 (57.03% from 255) = 28.71%
BLUE value IS 127 (50% from 255) = 25.15%
R=46.14%
G=28.71%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314512700.380.450.0910.1970.6770.59
HexE9917F0262D9a4747
Octal351221177046551112107107
Binary1110100110010001111111101001101011011001101010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9917F; }

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

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

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

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

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

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

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

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