#E09582

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

Shades of Dark Salmon #E09582

Tints of Dark Salmon #E09582

Color information

#E09582 (or 0xE09582) is unknown color: approx Dark Salmon. HEX triplet: E0, 95 and 82. RGB value is (224,149,130). Sum of RGB (Red+Green+Blue) = 224+149+130=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E09582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09582 is #1F6A7D. Grayscale: #A9A9A9. Windows color (decimal): -2058878 or 8558048. OLE color: 8558048.

HSL color Cylindrical-coordinate representation of color #E09582: hue angle of 12.13º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E09582 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224149130-
CMYK00.330.420.12
HSL12.13º60.26%69.41%-
HSV(B)12.13º41.96%87.84%-
XYZ45.5238.9526.24-
YUV169.26105.85167.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=44.53%
G=29.62%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414913000.330.420.1212.1360.2669.41
HexE095820212ACc3c45
Octal34022520204152141474105
Binary1110000010010101100000100100001101010110011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09582; }

 p { color: rgb(224,149,130); }

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

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

 a { background-color: rgb(224,149,130); }

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

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

 span { border-color: rgb(224,149,130); }

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