#E89472

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

Shades of Dark Salmon #E89472

Tints of Dark Salmon #E89472

Color information

#E89472 (or 0xE89472) is unknown color: approx Dark Salmon. HEX triplet: E8, 94 and 72. RGB value is (232,148,114). Sum of RGB (Red+Green+Blue) = 232+148+114=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E89472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89472 is #176B8D. Grayscale: #A9A9A9. Windows color (decimal): -1534862 or 7509224. OLE color: 7509224.

HSL color Cylindrical-coordinate representation of color #E89472: hue angle of 17.29º 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 #E89472 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB232148114-
CMYK00.360.510.09
HSL17.29º71.95%67.84%-
HSV(B)17.29º50.86%90.98%-
XYZ46.9139.5521.08-
YUV169.2496.83172.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.96%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 114 (44.92% from 255) = 23.08%
R=46.96%
G=29.96%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214811400.360.510.0917.2971.9567.84
HexE89472024339114844
Octal350224162044631121110104
Binary11101000100101001110010010010011001110011000110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89472; }

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

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

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

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

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

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

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

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