#E9946B

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

Shades of Dark Salmon #E9946B

Tints of Dark Salmon #E9946B

Color information

#E9946B (or 0xE9946B) is unknown color: approx Dark Salmon. HEX triplet: E9, 94 and 6B. RGB value is (233,148,107). Sum of RGB (Red+Green+Blue) = 233+148+107=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E9946B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9946B is #166B94. Grayscale: #A8A8A8. Windows color (decimal): -1469333 or 7050473. OLE color: 7050473.

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

Color convert

RGB233148107-
CMYK00.360.540.09
HSL19.52º74.12%66.67%-
HSV(B)19.52º54.08%91.37%-
XYZ46.8539.5619.08-
YUV168.7493.16173.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.75%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 107 (42.19% from 255) = 21.93%
R=47.75%
G=30.33%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314810700.360.540.0919.5274.1266.67
HexE9946B024369144a43
Octal351224153044661124112103
Binary11101001100101001101011010010011011010011010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9946B; }

 p { color: rgb(233,148,107); }

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

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

 a { background-color: rgb(233,148,107); }

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

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

 span { border-color: rgb(233,148,107); }

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