#E6946C

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

Shades of Dark Salmon #E6946C

Tints of Dark Salmon #E6946C

Color information

#E6946C (or 0xE6946C) is unknown color: approx Dark Salmon. HEX triplet: E6, 94 and 6C. RGB value is (230,148,108). Sum of RGB (Red+Green+Blue) = 230+148+108=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6946C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6946C is #196B93. Grayscale: #A8A8A8. Windows color (decimal): -1665940 or 7116006. OLE color: 7116006.

HSL color Cylindrical-coordinate representation of color #E6946C: hue angle of 19.67º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6946C is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB230148108-
CMYK00.360.530.10
HSL19.67º70.93%66.27%-
HSV(B)19.67º53.04%90.2%-
XYZ45.9339.0919.31-
YUV167.9694.17172.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.33%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=47.33%
G=30.45%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014810800.360.530.1019.6770.9366.27
HexE6946C02435A144742
Octal346224154044651224107102
Binary11100110100101001101100010010011010110101010010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6946C; }

 p { color: rgb(230,148,108); }

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

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

 a { background-color: rgb(230,148,108); }

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

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

 span { border-color: rgb(230,148,108); }

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