#E49682

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

Shades of Dark Salmon #E49682

Tints of Dark Salmon #E49682

Color information

#E49682 (or 0xE49682) is unknown color: approx Dark Salmon. HEX triplet: E4, 96 and 82. RGB value is (228,150,130). Sum of RGB (Red+Green+Blue) = 228+150+130=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E49682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49682 is #1B697D. Grayscale: #ABABAB. Windows color (decimal): -1796478 or 8558308. OLE color: 8558308.

HSL color Cylindrical-coordinate representation of color #E49682: hue angle of 12.24º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E49682 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB228150130-
CMYK00.340.430.11
HSL12.24º64.47%70.2%-
HSV(B)12.24º42.98%89.41%-
XYZ46.9339.9226.35-
YUV171.04104.84168.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.88%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=44.88%
G=29.53%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815013000.340.430.1112.2464.4770.2
HexE496820222BBc4046
Octal344226202042531314100106
Binary11100100100101101000001001000101010111011110010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49682; }

 p { color: rgb(228,150,130); }

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

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

 a { background-color: rgb(228,150,130); }

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

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

 span { border-color: rgb(228,150,130); }

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