#E89970

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

Shades of Dark Salmon #E89970

Tints of Dark Salmon #E89970

Color information

#E89970 (or 0xE89970) is unknown color: approx Dark Salmon. HEX triplet: E8, 99 and 70. RGB value is (232,153,112). Sum of RGB (Red+Green+Blue) = 232+153+112=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E89970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89970 is #17668F. Grayscale: #ACACAC. Windows color (decimal): -1533584 or 7379432. OLE color: 7379432.

HSL color Cylindrical-coordinate representation of color #E89970: hue angle of 20.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E89970 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB232153112-
CMYK00.340.520.09
HSL20.5º72.29%67.45%-
HSV(B)20.5º51.72%90.98%-
XYZ47.5941.1120.76-
YUV171.9594.17170.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.68%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=46.68%
G=30.78%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215311200.340.520.0920.572.2967.45
HexE89970022349154843
Octal350231160042641125110103
Binary11101000100110011110000010001011010010011010110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89970; }

 p { color: rgb(232,153,112); }

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

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

 a { background-color: rgb(232,153,112); }

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

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

 span { border-color: rgb(232,153,112); }

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