#ea9382

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

Shades of Dark Salmon #EA9382

Tints of Dark Salmon #EA9382

Color information

#EA9382 (or 0xEA9382) is unknown color: approx Dark Salmon. HEX triplet: EA, 93 and 82. RGB value is (234,147,130). Sum of RGB (Red+Green+Blue) = 234+147+130=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9382 is #156C7D. Grayscale: #ABABAB. Windows color (decimal): -1404030 or 8557546. OLE color: 8557546.

HSL color Cylindrical-coordinate representation of color #EA9382: hue angle of 9.81º 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 #EA9382 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB234147130-
CMYK00.370.440.08
HSL9.81º71.23%71.37%-
HSV(B)9.81º44.44%91.76%-
XYZ48.3939.9726.28-
YUV171.08104.82172.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=45.79%
G=28.77%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414713000.370.440.089.8171.2371.37
HexEA93820252C8a4747
Octal352223202045541012107107
Binary11101010100100111000001001001011011001000101010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea9382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea9382; }

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

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

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

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

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

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

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

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