#E39A7F

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

Shades of Dark Salmon #E39A7F

Tints of Dark Salmon #E39A7F

Color information

#E39A7F (or 0xE39A7F) is unknown color: approx Dark Salmon. HEX triplet: E3, 9A and 7F. RGB value is (227,154,127). Sum of RGB (Red+Green+Blue) = 227+154+127=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39A7F is #1C6580. Grayscale: #ACACAC. Windows color (decimal): -1860993 or 8362723. OLE color: 8362723.

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

Color convert

RGB227154127-
CMYK00.320.440.11
HSL16.2º64.1%69.41%-
HSV(B)16.2º44.05%89.02%-
XYZ47.0640.9725.51-
YUV172.75102.18166.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.69%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 127 (50% from 255) = 25%
R=44.69%
G=30.31%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715412700.320.440.1116.264.169.41
HexE39A7F0202CB104045
Octal343232177040541320100105
Binary11100011100110101111111010000010110010111000010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39A7F; }

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

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

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

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

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

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

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

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