#EA9483

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

Shades of Dark Salmon #EA9483

Tints of Dark Salmon #EA9483

Color information

#EA9483 (or 0xEA9483) is unknown color: approx Dark Salmon. HEX triplet: EA, 94 and 83. RGB value is (234,148,131). Sum of RGB (Red+Green+Blue) = 234+148+131=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9483 is #156B7C. Grayscale: #ABABAB. Windows color (decimal): -1403773 or 8623338. OLE color: 8623338.

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

Color convert

RGB234148131-
CMYK00.370.440.08
HSL9.9º71.03%71.57%-
HSV(B)9.9º44.02%91.76%-
XYZ48.6240.3126.69-
YUV171.78104.99172.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 131 (51.56% from 255) = 25.54%
R=45.61%
G=28.85%
B=25.54%

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
Decimal23414813100.370.440.089.971.0371.57
HexEA94830252C8a4748
Octal352224203045541012107110
Binary11101010100101001000001101001011011001000101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9483; }

 p { color: rgb(234,148,131); }

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

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

 a { background-color: rgb(234,148,131); }

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

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

 span { border-color: rgb(234,148,131); }

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