#E6937B

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

Shades of Dark Salmon #E6937B

Tints of Dark Salmon #E6937B

Color information

#E6937B (or 0xE6937B) is unknown color: approx Dark Salmon. HEX triplet: E6, 93 and 7B. RGB value is (230,147,123). Sum of RGB (Red+Green+Blue) = 230+147+123=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6937B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6937B is #196C84. Grayscale: #A9A9A9. Windows color (decimal): -1666181 or 8098790. OLE color: 8098790.

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

Color convert

RGB230147123-
CMYK00.360.470.10
HSL13.46º68.15%69.22%-
HSV(B)13.46º46.52%90.2%-
XYZ46.6439.1223.83-
YUV169.08102171.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46%
GREEN value IS 147 (57.81% from 255) = 29.4%
BLUE value IS 123 (48.44% from 255) = 24.6%
R=46%
G=29.4%
B=24.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014712300.360.470.1013.4668.1569.22
HexE6937B0242FAd4445
Octal346223173044571215104105
Binary1110011010010011111101101001001011111010110110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6937B; }

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

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

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

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

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

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

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

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