#E9907C

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

Shades of Dark Salmon #E9907C

Tints of Dark Salmon #E9907C

Color information

#E9907C (or 0xE9907C) is unknown color: approx Dark Salmon. HEX triplet: E9, 90 and 7C. RGB value is (233,144,124). Sum of RGB (Red+Green+Blue) = 233+144+124=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E9907C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9907C is #166F83. Grayscale: #A8A8A8. Windows color (decimal): -1470340 or 8163561. OLE color: 8163561.

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

Color convert

RGB233144124-
CMYK00.380.470.09
HSL11.01º71.24%70%-
HSV(B)11.01º46.78%91.37%-
XYZ47.2238.7324.05-
YUV168.33102.99174.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.51%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=46.51%
G=28.74%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314412400.380.470.0911.0171.2470
HexE9907C0262F9b4746
Octal351220174046571113107106
Binary1110100110010000111110001001101011111001101110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9907C; }

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

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

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

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

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

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

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

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