#E39572

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

Shades of Dark Salmon #E39572

Tints of Dark Salmon #E39572

Color information

#E39572 (or 0xE39572) is unknown color: approx Dark Salmon. HEX triplet: E3, 95 and 72. RGB value is (227,149,114). Sum of RGB (Red+Green+Blue) = 227+149+114=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E39572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39572 is #1C6A8D. Grayscale: #A8A8A8. Windows color (decimal): -1862286 or 7509475. OLE color: 7509475.

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

Color convert

RGB227149114-
CMYK00.340.500.11
HSL18.58º66.86%66.86%-
HSV(B)18.58º49.78%89.02%-
XYZ45.4639.0421.06-
YUV168.3397.34169.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.33%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 114 (44.92% from 255) = 23.27%
R=46.33%
G=30.41%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714911400.340.500.1118.5866.8666.86
HexE3957202232B134343
Octal343225162042621323103103
Binary11100011100101011110010010001011001010111001110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39572; }

 p { color: rgb(227,149,114); }

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

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

 a { background-color: rgb(227,149,114); }

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

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

 span { border-color: rgb(227,149,114); }

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