#E0917C

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

Shades of Dark Salmon #E0917C

Tints of Dark Salmon #E0917C

Color information

#E0917C (or 0xE0917C) is unknown color: approx Dark Salmon. HEX triplet: E0, 91 and 7C. RGB value is (224,145,124). Sum of RGB (Red+Green+Blue) = 224+145+124=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0917C is #1F6E83. Grayscale: #A6A6A6. Windows color (decimal): -2059908 or 8163808. OLE color: 8163808.

HSL color Cylindrical-coordinate representation of color #E0917C: hue angle of 12.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0917C is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB224145124-
CMYK00.350.450.12
HSL12.6º61.73%68.24%-
HSV(B)12.6º44.64%87.84%-
XYZ44.537.5523.97-
YUV166.23104.17169.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=45.44%
G=29.41%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414512400.350.450.1212.661.7368.24
HexE0917C0232DCd3e44
Octal34022117404355141576104
Binary111000001001000111111000100011101101110011011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0917C; }

 p { color: rgb(224,145,124); }

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

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

 a { background-color: rgb(224,145,124); }

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

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

 span { border-color: rgb(224,145,124); }

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