#EB9E79

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

Shades of Dark Salmon #EB9E79

Tints of Dark Salmon #EB9E79

Color information

#EB9E79 (or 0xEB9E79) is unknown color: approx Dark Salmon. HEX triplet: EB, 9E and 79. RGB value is (235,158,121). Sum of RGB (Red+Green+Blue) = 235+158+121=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9E79 is #146186. Grayscale: #B1B1B1. Windows color (decimal): -1335687 or 7970539. OLE color: 7970539.

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

Color convert

RGB235158121-
CMYK00.330.490.08
HSL19.47º74.03%69.8%-
HSV(B)19.47º48.51%92.16%-
XYZ49.9443.523.85-
YUV176.896.51169.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.72%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 121 (47.66% from 255) = 23.54%
R=45.72%
G=30.74%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515812100.330.490.0819.4774.0369.8
HexEB9E79021318134a46
Octal353236171041611023112106
Binary11101011100111101111001010000111000110001001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9E79; }

 p { color: rgb(235,158,121); }

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

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

 a { background-color: rgb(235,158,121); }

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

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

 span { border-color: rgb(235,158,121); }

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