#E89273

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

Shades of Dark Salmon #E89273

Tints of Dark Salmon #E89273

Color information

#E89273 (or 0xE89273) is unknown color: approx Dark Salmon. HEX triplet: E8, 92 and 73. RGB value is (232,146,115). Sum of RGB (Red+Green+Blue) = 232+146+115=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E89273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89273 is #176D8C. Grayscale: #A8A8A8. Windows color (decimal): -1535373 or 7574248. OLE color: 7574248.

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

Color convert

RGB232146115-
CMYK00.370.500.09
HSL15.9º71.78%68.04%-
HSV(B)15.9º50.43%90.98%-
XYZ46.6538.9521.28-
YUV168.1897.99173.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.06%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 115 (45.31% from 255) = 23.33%
R=47.06%
G=29.61%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214611500.370.500.0915.971.7868.04
HexE89273025329104844
Octal350222163045621120110104
Binary11101000100100101110011010010111001010011000010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89273; }

 p { color: rgb(232,146,115); }

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

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

 a { background-color: rgb(232,146,115); }

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

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

 span { border-color: rgb(232,146,115); }

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