#E49B7A

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

Shades of Dark Salmon #E49B7A

Tints of Dark Salmon #E49B7A

Color information

#E49B7A (or 0xE49B7A) is unknown color: approx Dark Salmon. HEX triplet: E4, 9B and 7A. RGB value is (228,155,122). Sum of RGB (Red+Green+Blue) = 228+155+122=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49B7A is #1B6485. Grayscale: #ADADAD. Windows color (decimal): -1795206 or 8035300. OLE color: 8035300.

HSL color Cylindrical-coordinate representation of color #E49B7A: hue angle of 18.68º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E49B7A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB228155122-
CMYK00.320.460.11
HSL18.68º66.25%68.63%-
HSV(B)18.68º46.49%89.41%-
XYZ47.2341.3423.9-
YUV173.0699.18167.18-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.15%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 122 (48.05% from 255) = 24.16%
R=45.15%
G=30.69%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815512200.320.460.1118.6866.2568.63
HexE49B7A0202EB134245
Octal344233172040561323102105
Binary11100100100110111111010010000010111010111001110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49B7A; }

 p { color: rgb(228,155,122); }

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

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

 a { background-color: rgb(228,155,122); }

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

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

 span { border-color: rgb(228,155,122); }

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