#E39A7A

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

Shades of Dark Salmon #E39A7A

Tints of Dark Salmon #E39A7A

Color information

#E39A7A (or 0xE39A7A) is unknown color: approx Dark Salmon. HEX triplet: E3, 9A and 7A. RGB value is (227,154,122). Sum of RGB (Red+Green+Blue) = 227+154+122=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39A7A is #1C6585. Grayscale: #ACACAC. Windows color (decimal): -1860998 or 8035043. OLE color: 8035043.

HSL color Cylindrical-coordinate representation of color #E39A7A: hue angle of 18.29º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E39A7A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB227154122-
CMYK00.320.460.11
HSL18.29º65.22%68.43%-
HSV(B)18.29º46.26%89.02%-
XYZ46.7540.8523.83-
YUV172.1899.68167.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.13%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 122 (48.05% from 255) = 24.25%
R=45.13%
G=30.62%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715412200.320.460.1118.2965.2268.43
HexE39A7A0202EB124144
Octal343232172040561322101104
Binary11100011100110101111010010000010111010111001010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39A7A; }

 p { color: rgb(227,154,122); }

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

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

 a { background-color: rgb(227,154,122); }

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

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

 span { border-color: rgb(227,154,122); }

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