#EA9582

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

Shades of Dark Salmon #EA9582

Tints of Dark Salmon #EA9582

Color information

#EA9582 (or 0xEA9582) is unknown color: approx Dark Salmon. HEX triplet: EA, 95 and 82. RGB value is (234,149,130). Sum of RGB (Red+Green+Blue) = 234+149+130=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9582 is #156A7D. Grayscale: #ACACAC. Windows color (decimal): -1403518 or 8558058. OLE color: 8558058.

HSL color Cylindrical-coordinate representation of color #EA9582: hue angle of 10.96º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA9582 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB234149130-
CMYK00.360.440.08
HSL10.96º71.23%71.37%-
HSV(B)10.96º44.44%91.76%-
XYZ48.7140.626.39-
YUV172.25104.16172.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 130 (51.17% from 255) = 25.34%
R=45.61%
G=29.04%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414913000.360.440.0810.9671.2371.37
HexEA95820242C8b4747
Octal352225202044541013107107
Binary11101010100101011000001001001001011001000101110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9582; }

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

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

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

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

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

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

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

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