#E7907D

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

Shades of Dark Salmon #E7907D

Tints of Dark Salmon #E7907D

Color information

#E7907D (or 0xE7907D) is unknown color: approx Dark Salmon. HEX triplet: E7, 90 and 7D. RGB value is (231,144,125). Sum of RGB (Red+Green+Blue) = 231+144+125=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E7907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7907D is #186F82. Grayscale: #A8A8A8. Windows color (decimal): -1601411 or 8229095. OLE color: 8229095.

HSL color Cylindrical-coordinate representation of color #E7907D: hue angle of 10.75º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7907D is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB231144125-
CMYK00.380.460.09
HSL10.75º68.83%69.8%-
HSV(B)10.75º45.89%90.59%-
XYZ46.6338.4224.36-
YUV167.85103.82173.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 125 (49.22% from 255) = 25%
R=46.2%
G=28.8%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114412500.380.460.0910.7568.8369.8
HexE7907D0262E9b4546
Octal347220175046561113105106
Binary1110011110010000111110101001101011101001101110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7907D; }

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

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

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

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

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

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

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

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