#E9907D

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

Shades of Dark Salmon #E9907D

Tints of Dark Salmon #E9907D

Color information

#E9907D (or 0xE9907D) is unknown color: approx Dark Salmon. HEX triplet: E9, 90 and 7D. RGB value is (233,144,125). Sum of RGB (Red+Green+Blue) = 233+144+125=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E9907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9907D is #166F82. Grayscale: #A8A8A8. Windows color (decimal): -1470339 or 8229097. OLE color: 8229097.

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

Color convert

RGB233144125-
CMYK00.380.460.09
HSL10.56º71.05%70.2%-
HSV(B)10.56º46.35%91.37%-
XYZ47.2838.7524.39-
YUV168.44103.49174.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.41%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=46.41%
G=28.69%
B=24.90%

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
Decimal23314412500.380.460.0910.5671.0570.2
HexE9907D0262E9b4746
Octal351220175046561113107106
Binary1110100110010000111110101001101011101001101110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9907D; }

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

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

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

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

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

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

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

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