#E6936C

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

Shades of Dark Salmon #E6936C

Tints of Dark Salmon #E6936C

Color information

#E6936C (or 0xE6936C) is unknown color: approx Dark Salmon. HEX triplet: E6, 93 and 6C. RGB value is (230,147,108). Sum of RGB (Red+Green+Blue) = 230+147+108=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6936C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6936C is #196C93. Grayscale: #A7A7A7. Windows color (decimal): -1666196 or 7115750. OLE color: 7115750.

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

Color convert

RGB230147108-
CMYK00.360.530.10
HSL19.18º70.93%66.27%-
HSV(B)19.18º53.04%90.2%-
XYZ45.7738.7719.26-
YUV167.3794.5172.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.42%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 108 (42.58% from 255) = 22.27%
R=47.42%
G=30.31%
B=22.27%

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
Decimal23014710800.360.530.1019.1870.9366.27
HexE6936C02435A134742
Octal346223154044651223107102
Binary11100110100100111101100010010011010110101001110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6936C; }

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

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

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

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

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

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

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

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