#EA9980

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

Shades of Dark Salmon #EA9980

Tints of Dark Salmon #EA9980

Color information

#EA9980 (or 0xEA9980) is unknown color: approx Dark Salmon. HEX triplet: EA, 99 and 80. RGB value is (234,153,128). Sum of RGB (Red+Green+Blue) = 234+153+128=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9980 is #15667F. Grayscale: #AEAEAE. Windows color (decimal): -1402496 or 8428010. OLE color: 8428010.

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

Color convert

RGB234153128-
CMYK00.350.450.08
HSL14.15º71.62%70.98%-
HSV(B)14.15º45.3%91.76%-
XYZ49.2241.8325.9-
YUV174.37101.84170.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=45.44%
G=29.71%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415312800.350.450.0814.1571.6270.98
HexEA99800232D8e4847
Octal352231200043551016110107
Binary11101010100110011000000001000111011011000111010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9980; }

 p { color: rgb(234,153,128); }

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

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

 a { background-color: rgb(234,153,128); }

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

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

 span { border-color: rgb(234,153,128); }

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