#E89271

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

Shades of Dark Salmon #E89271

Tints of Dark Salmon #E89271

Color information

#E89271 (or 0xE89271) is unknown color: approx Dark Salmon. HEX triplet: E8, 92 and 71. RGB value is (232,146,113). Sum of RGB (Red+Green+Blue) = 232+146+113=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E89271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89271 is #176D8E. Grayscale: #A8A8A8. Windows color (decimal): -1535375 or 7443176. OLE color: 7443176.

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

Color convert

RGB232146113-
CMYK00.370.510.09
HSL16.64º72.12%67.65%-
HSV(B)16.64º51.29%90.98%-
XYZ46.5438.9120.68-
YUV167.9596.99173.68-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.25%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=47.25%
G=29.74%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214611300.370.510.0916.6472.1267.65
HexE89271025339114844
Octal350222161045631121110104
Binary11101000100100101110001010010111001110011000110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89271; }

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

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

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

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

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

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

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

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