#E89073

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

Shades of Dark Salmon #E89073

Tints of Dark Salmon #E89073

Color information

#E89073 (or 0xE89073) is unknown color: approx Dark Salmon. HEX triplet: E8, 90 and 73. RGB value is (232,144,115). Sum of RGB (Red+Green+Blue) = 232+144+115=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E89073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89073 is #176F8C. Grayscale: #A7A7A7. Windows color (decimal): -1535885 or 7573736. OLE color: 7573736.

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

Color convert

RGB232144115-
CMYK00.380.500.09
HSL14.87º71.78%68.04%-
HSV(B)14.87º50.43%90.98%-
XYZ46.3538.3421.18-
YUV167.0198.65174.36-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.25%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=47.25%
G=29.33%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214411500.380.500.0914.8771.7868.04
HexE89073026329f4844
Octal350220163046621117110104
Binary1110100010010000111001101001101100101001111110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89073; }

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

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

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

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

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

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

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

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