#E9946A

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

Shades of Dark Salmon #E9946A

Tints of Dark Salmon #E9946A

Color information

#E9946A (or 0xE9946A) is unknown color: approx Dark Salmon. HEX triplet: E9, 94 and 6A. RGB value is (233,148,106). Sum of RGB (Red+Green+Blue) = 233+148+106=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E9946A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9946A is #166B95. Grayscale: #A8A8A8. Windows color (decimal): -1469334 or 6984937. OLE color: 6984937.

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

Color convert

RGB233148106-
CMYK00.360.550.09
HSL19.84º74.27%66.47%-
HSV(B)19.84º54.51%91.37%-
XYZ46.839.5418.8-
YUV168.6392.66173.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.84%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 106 (41.80% from 255) = 21.77%
R=47.84%
G=30.39%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314810600.360.550.0919.8474.2766.47
HexE9946A024379144a42
Octal351224152044671124112102
Binary11101001100101001101010010010011011110011010010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9946A; }

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

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

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

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

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

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

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

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