#E49981

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

Shades of Dark Salmon #E49981

Tints of Dark Salmon #E49981

Color information

#E49981 (or 0xE49981) is unknown color: approx Dark Salmon. HEX triplet: E4, 99 and 81. RGB value is (228,153,129). Sum of RGB (Red+Green+Blue) = 228+153+129=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E49981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49981 is #1B667E. Grayscale: #ACACAC. Windows color (decimal): -1795711 or 8493540. OLE color: 8493540.

HSL color Cylindrical-coordinate representation of color #E49981: hue angle of 14.55º degrees, saturation: 0.65, 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 #E49981 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB228153129-
CMYK00.330.430.11
HSL14.55º64.71%70%-
HSV(B)14.55º43.42%89.41%-
XYZ47.3540.8626.16-
YUV172.69103.35167.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.71%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=44.71%
G=30%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815312900.330.430.1114.5564.7170
HexE499810212BBf4146
Octal344231201041531317101106
Binary11100100100110011000000101000011010111011111110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49981; }

 p { color: rgb(228,153,129); }

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

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

 a { background-color: rgb(228,153,129); }

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

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

 span { border-color: rgb(228,153,129); }

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