#E8946D

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

Shades of Dark Salmon #E8946D

Tints of Dark Salmon #E8946D

Color information

#E8946D (or 0xE8946D) is unknown color: approx Dark Salmon. HEX triplet: E8, 94 and 6D. RGB value is (232,148,109). Sum of RGB (Red+Green+Blue) = 232+148+109=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E8946D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8946D is #176B92. Grayscale: #A8A8A8. Windows color (decimal): -1534867 or 7181544. OLE color: 7181544.

HSL color Cylindrical-coordinate representation of color #E8946D: hue angle of 19.02º degrees, saturation: 0.73, 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 #E8946D is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB232148109-
CMYK00.360.530.09
HSL19.02º72.78%66.86%-
HSV(B)19.02º53.02%90.98%-
XYZ46.6339.4419.62-
YUV168.6794.33173.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.44%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=47.44%
G=30.27%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214810900.360.530.0919.0272.7866.86
HexE8946D024359134943
Octal350224155044651123111103
Binary11101000100101001101101010010011010110011001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8946D; }

 p { color: rgb(232,148,109); }

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

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

 a { background-color: rgb(232,148,109); }

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

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

 span { border-color: rgb(232,148,109); }

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