#E5907A

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

Shades of Dark Salmon #E5907A

Tints of Dark Salmon #E5907A

Color information

#E5907A (or 0xE5907A) is unknown color: approx Dark Salmon. HEX triplet: E5, 90 and 7A. RGB value is (229,144,122). Sum of RGB (Red+Green+Blue) = 229+144+122=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5907A is #1A6F85. Grayscale: #A7A7A7. Windows color (decimal): -1732486 or 8032485. OLE color: 8032485.

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

Color convert

RGB229144122-
CMYK00.370.470.10
HSL12.34º67.3%68.82%-
HSV(B)12.34º46.72%89.8%-
XYZ45.838.0123.34-
YUV166.91102.66172.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.26%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=46.26%
G=29.09%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914412200.370.470.1012.3467.368.82
HexE5907A0252FAc4345
Octal345220172045571214103105
Binary1110010110010000111101001001011011111010110010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5907A; }

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

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

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

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

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

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

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

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