#E0957B

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

Shades of Dark Salmon #E0957B

Tints of Dark Salmon #E0957B

Color information

#E0957B (or 0xE0957B) is unknown color: approx Dark Salmon. HEX triplet: E0, 95 and 7B. RGB value is (224,149,123). Sum of RGB (Red+Green+Blue) = 224+149+123=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0957B is #1F6A84. Grayscale: #A8A8A8. Windows color (decimal): -2058885 or 8099296. OLE color: 8099296.

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

Color convert

RGB224149123-
CMYK00.330.450.12
HSL15.45º61.96%68.04%-
HSV(B)15.45º45.09%87.84%-
XYZ45.0638.7723.85-
YUV168.46102.35167.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 123 (48.44% from 255) = 24.80%
R=45.16%
G=30.04%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414912300.330.450.1215.4561.9668.04
HexE0957B0212DCf3e44
Octal34022517304155141776104
Binary111000001001010111110110100001101101110011111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0957B; }

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

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

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

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

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

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

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

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