#EB9D79

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

Shades of Dark Salmon #EB9D79

Tints of Dark Salmon #EB9D79

Color information

#EB9D79 (or 0xEB9D79) is unknown color: approx Dark Salmon. HEX triplet: EB, 9D and 79. RGB value is (235,157,121). Sum of RGB (Red+Green+Blue) = 235+157+121=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9D79 is #146286. Grayscale: #B0B0B0. Windows color (decimal): -1335943 or 7970283. OLE color: 7970283.

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

Color convert

RGB235157121-
CMYK00.330.490.08
HSL18.95º74.03%69.8%-
HSV(B)18.95º48.51%92.16%-
XYZ49.7743.1623.8-
YUV176.2296.84169.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=45.81%
G=30.60%
B=23.59%

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
Decimal23515712100.330.490.0818.9574.0369.8
HexEB9D79021318134a46
Octal353235171041611023112106
Binary11101011100111011111001010000111000110001001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9D79; }

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

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

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

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

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

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

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

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