#E0917B

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

Shades of Dark Salmon #E0917B

Tints of Dark Salmon #E0917B

Color information

#E0917B (or 0xE0917B) is unknown color: approx Dark Salmon. HEX triplet: E0, 91 and 7B. RGB value is (224,145,123). Sum of RGB (Red+Green+Blue) = 224+145+123=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0917B is #1F6E84. Grayscale: #A6A6A6. Windows color (decimal): -2059909 or 8098272. OLE color: 8098272.

HSL color Cylindrical-coordinate representation of color #E0917B: hue angle of 13.07º 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 #E0917B is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB224145123-
CMYK00.350.450.12
HSL13.07º61.96%68.04%-
HSV(B)13.07º45.09%87.84%-
XYZ44.4437.5323.64-
YUV166.11103.67169.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.53%
GREEN value IS 145 (57.03% from 255) = 29.47%
BLUE value IS 123 (48.44% from 255) = 25%
R=45.53%
G=29.47%
B=25%

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
Decimal22414512300.350.450.1213.0761.9668.04
HexE0917B0232DCd3e44
Octal34022117304355141576104
Binary111000001001000111110110100011101101110011011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0917B; }

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

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

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

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

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

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

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

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