#E89482

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

Shades of Dark Salmon #E89482

Tints of Dark Salmon #E89482

Color information

#E89482 (or 0xE89482) is unknown color: approx Dark Salmon. HEX triplet: E8, 94 and 82. RGB value is (232,148,130). Sum of RGB (Red+Green+Blue) = 232+148+130=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E89482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89482 is #176B7D. Grayscale: #ABABAB. Windows color (decimal): -1534846 or 8557800. OLE color: 8557800.

HSL color Cylindrical-coordinate representation of color #E89482: hue angle of 10.59º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E89482 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB232148130-
CMYK00.360.440.09
HSL10.59º68.92%70.98%-
HSV(B)10.59º43.97%90.98%-
XYZ47.939.9526.31-
YUV171.06104.83171.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.49%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=45.49%
G=29.02%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214813000.360.440.0910.5968.9270.98
HexE894820242C9b4547
Octal350224202044541113105107
Binary11101000100101001000001001001001011001001101110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89482; }

 p { color: rgb(232,148,130); }

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

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

 a { background-color: rgb(232,148,130); }

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

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

 span { border-color: rgb(232,148,130); }

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