#EA9B79

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

Shades of Dark Salmon #EA9B79

Tints of Dark Salmon #EA9B79

Color information

#EA9B79 (or 0xEA9B79) is unknown color: approx Dark Salmon. HEX triplet: EA, 9B and 79. RGB value is (234,155,121). Sum of RGB (Red+Green+Blue) = 234+155+121=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9B79 is #156486. Grayscale: #AEAEAE. Windows color (decimal): -1401991 or 7969770. OLE color: 7969770.

HSL color Cylindrical-coordinate representation of color #EA9B79: hue angle of 18.05º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA9B79 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB234155121-
CMYK00.340.480.08
HSL18.05º72.9%69.61%-
HSV(B)18.05º48.29%91.76%-
XYZ49.142.3223.67-
YUV174.7497.67170.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 155 (60.94% from 255) = 30.39%
BLUE value IS 121 (47.66% from 255) = 23.73%
R=45.88%
G=30.39%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415512100.340.480.0818.0572.969.61
HexEA9B79022308124946
Octal352233171042601022111106
Binary11101010100110111111001010001011000010001001010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B79; }

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

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

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

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

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

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

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

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