#e7906d

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

Shades of Dark Salmon #E7906D

Tints of Dark Salmon #E7906D

Color information

#E7906D (or 0xE7906D) is unknown color: approx Dark Salmon. HEX triplet: E7, 90 and 6D. RGB value is (231,144,109). Sum of RGB (Red+Green+Blue) = 231+144+109=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7906D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7906D is #186F92. Grayscale: #A6A6A6. Windows color (decimal): -1601427 or 7180519. OLE color: 7180519.

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

Color convert

RGB231144109-
CMYK00.380.530.09
HSL17.21º71.76%66.67%-
HSV(B)17.21º52.81%90.59%-
XYZ45.6938.0419.4-
YUV166.0295.82174.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.73%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=47.73%
G=29.75%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114410900.380.530.0917.2171.7666.67
HexE7906D026359114843
Octal347220155046651121110103
Binary11100111100100001101101010011011010110011000110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7906d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7906d; }

 p { color: rgb(231,144,109); }

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

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

 a { background-color: rgb(231,144,109); }

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

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

 span { border-color: rgb(231,144,109); }

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