#E89672

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

Shades of Dark Salmon #E89672

Tints of Dark Salmon #E89672

Color information

#E89672 (or 0xE89672) is unknown color: approx Dark Salmon. HEX triplet: E8, 96 and 72. RGB value is (232,150,114). Sum of RGB (Red+Green+Blue) = 232+150+114=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E89672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89672 is #17698D. Grayscale: #AAAAAA. Windows color (decimal): -1534350 or 7509736. OLE color: 7509736.

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

Color convert

RGB232150114-
CMYK00.350.510.09
HSL18.31º71.95%67.84%-
HSV(B)18.31º50.86%90.98%-
XYZ47.2240.1821.19-
YUV170.4196.17171.93-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.77%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 114 (44.92% from 255) = 22.98%
R=46.77%
G=30.24%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215011400.350.510.0918.3171.9567.84
HexE89672023339124844
Octal350226162043631122110104
Binary11101000100101101110010010001111001110011001010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89672; }

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

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

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

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

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

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

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

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