#e89f7a

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

Shades of Dark Salmon #E89F7A

Tints of Dark Salmon #E89F7A

Color information

#E89F7A (or 0xE89F7A) is unknown color: approx Dark Salmon. HEX triplet: E8, 9F and 7A. RGB value is (232,159,122). Sum of RGB (Red+Green+Blue) = 232+159+122=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89F7A is #176085. Grayscale: #B0B0B0. Windows color (decimal): -1532038 or 8036328. OLE color: 8036328.

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

Color convert

RGB232159122-
CMYK00.310.470.09
HSL20.18º70.51%69.41%-
HSV(B)20.18º47.41%90.98%-
XYZ49.1943.3624.19-
YUV176.6197.18167.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.22%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 122 (48.05% from 255) = 23.78%
R=45.22%
G=30.99%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215912200.310.470.0920.1870.5169.41
HexE89F7A01F2F9144745
Octal350237172037571124107105
Binary1110100010011111111101001111110111110011010010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e89f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e89f7a; }

 p { color: rgb(232,159,122); }

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

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

 a { background-color: rgb(232,159,122); }

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

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

 span { border-color: rgb(232,159,122); }

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