#E7907C

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

Shades of Dark Salmon #E7907C

Tints of Dark Salmon #E7907C

Color information

#E7907C (or 0xE7907C) is unknown color: approx Dark Salmon. HEX triplet: E7, 90 and 7C. RGB value is (231,144,124). Sum of RGB (Red+Green+Blue) = 231+144+124=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7907C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7907C is #186F83. Grayscale: #A7A7A7. Windows color (decimal): -1601412 or 8163559. OLE color: 8163559.

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

Color convert

RGB231144124-
CMYK00.380.460.09
HSL11.21º69.03%69.61%-
HSV(B)11.21º46.32%90.59%-
XYZ46.5738.3924.02-
YUV167.73103.32173.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.29%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=46.29%
G=28.86%
B=24.85%

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
Decimal23114412400.380.460.0911.2169.0369.61
HexE7907C0262E9b4546
Octal347220174046561113105106
Binary1110011110010000111110001001101011101001101110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7907C; }

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

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

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

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

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

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

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

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