#E5927A

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

Shades of Dark Salmon #E5927A

Tints of Dark Salmon #E5927A

Color information

#E5927A (or 0xE5927A) is unknown color: approx Dark Salmon. HEX triplet: E5, 92 and 7A. RGB value is (229,146,122). Sum of RGB (Red+Green+Blue) = 229+146+122=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E5927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5927A is #1A6D85. Grayscale: #A8A8A8. Windows color (decimal): -1731974 or 8032997. OLE color: 8032997.

HSL color Cylindrical-coordinate representation of color #E5927A: hue angle of 13.46º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5927A is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB229146122-
CMYK00.360.470.10
HSL13.46º67.3%68.82%-
HSV(B)13.46º46.72%89.8%-
XYZ46.138.6223.44-
YUV168.08102171.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.08%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 122 (48.05% from 255) = 24.55%
R=46.08%
G=29.38%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914612200.360.470.1013.4667.368.82
HexE5927A0242FAd4345
Octal345222172044571215103105
Binary1110010110010010111101001001001011111010110110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5927A; }

 p { color: rgb(229,146,122); }

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

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

 a { background-color: rgb(229,146,122); }

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

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

 span { border-color: rgb(229,146,122); }

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