#E39283

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

Shades of Dark Salmon #E39283

Tints of Dark Salmon #E39283

Color information

#E39283 (or 0xE39283) is unknown color: approx Dark Salmon. HEX triplet: E3, 92 and 83. RGB value is (227,146,131). Sum of RGB (Red+Green+Blue) = 227+146+131=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E39283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39283 is #1C6D7C. Grayscale: #A8A8A8. Windows color (decimal): -1863037 or 8622819. OLE color: 8622819.

HSL color Cylindrical-coordinate representation of color #E39283: hue angle of 9.38º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E39283 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB227146131-
CMYK00.360.420.11
HSL9.38º63.16%70.2%-
HSV(B)9.38º42.29%89.02%-
XYZ46.0538.5326.48-
YUV168.51106.84169.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.04%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=45.04%
G=28.97%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714613100.360.420.119.3863.1670.2
HexE392830242AB93f46
Octal34322220304452131177106
Binary1110001110010010100000110100100101010101110011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39283; }

 p { color: rgb(227,146,131); }

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

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

 a { background-color: rgb(227,146,131); }

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

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

 span { border-color: rgb(227,146,131); }

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