#EA9B80

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

Shades of Dark Salmon #EA9B80

Tints of Dark Salmon #EA9B80

Color information

#EA9B80 (or 0xEA9B80) is unknown color: approx Dark Salmon. HEX triplet: EA, 9B and 80. RGB value is (234,155,128). Sum of RGB (Red+Green+Blue) = 234+155+128=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9B80 is #15647F. Grayscale: #AFAFAF. Windows color (decimal): -1401984 or 8428522. OLE color: 8428522.

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

Color convert

RGB234155128-
CMYK00.340.450.08
HSL15.28º71.62%70.98%-
HSV(B)15.28º45.3%91.76%-
XYZ49.5542.4926.01-
YUV175.54101.17169.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=45.26%
G=29.98%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415512800.340.450.0815.2871.6270.98
HexEA9B800222D8f4847
Octal352233200042551017110107
Binary11101010100110111000000001000101011011000111110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B80; }

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

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

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

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

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

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

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

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