#E89C72

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

Shades of Dark Salmon #E89C72

Tints of Dark Salmon #E89C72

Color information

#E89C72 (or 0xE89C72) is unknown color: approx Dark Salmon. HEX triplet: E8, 9C and 72. RGB value is (232,156,114). Sum of RGB (Red+Green+Blue) = 232+156+114=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89C72 is #17638D. Grayscale: #AEAEAE. Windows color (decimal): -1532814 or 7511272. OLE color: 7511272.

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

Color convert

RGB232156114-
CMYK00.330.510.09
HSL21.36º71.95%67.84%-
HSV(B)21.36º50.86%90.98%-
XYZ48.242.1521.51-
YUV173.9494.18169.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.22%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 114 (44.92% from 255) = 22.71%
R=46.22%
G=31.08%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215611400.330.510.0921.3671.9567.84
HexE89C72021339154844
Octal350234162041631125110104
Binary11101000100111001110010010000111001110011010110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89C72; }

 p { color: rgb(232,156,114); }

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

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

 a { background-color: rgb(232,156,114); }

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

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

 span { border-color: rgb(232,156,114); }

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