#e39075

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

Shades of Dark Salmon #E39075

Tints of Dark Salmon #E39075

Color information

#E39075 (or 0xE39075) is unknown color: approx Dark Salmon. HEX triplet: E3, 90 and 75. RGB value is (227,144,117). Sum of RGB (Red+Green+Blue) = 227+144+117=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E39075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39075 is #1C6F8A. Grayscale: #A5A5A5. Windows color (decimal): -1863563 or 7704803. OLE color: 7704803.

HSL color Cylindrical-coordinate representation of color #E39075: hue angle of 14.73º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E39075 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB227144117-
CMYK00.370.480.11
HSL14.73º66.27%67.45%-
HSV(B)14.73º48.46%89.02%-
XYZ44.8637.5621.72-
YUV165.74100.5171.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.52%
GREEN value IS 144 (56.64% from 255) = 29.51%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=46.52%
G=29.51%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714411700.370.480.1114.7366.2767.45
HexE3907502530Bf4243
Octal343220165045601317102103
Binary1110001110010000111010101001011100001011111110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e39075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e39075; }

 p { color: rgb(227,144,117); }

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

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

 a { background-color: rgb(227,144,117); }

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

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

 span { border-color: rgb(227,144,117); }

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