#EBA079

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

Shades of Dark Salmon #EBA079

Tints of Dark Salmon #EBA079

Color information

#EBA079 (or 0xEBA079) is unknown color: approx Dark Salmon. HEX triplet: EB, A0 and 79. RGB value is (235,160,121). Sum of RGB (Red+Green+Blue) = 235+160+121=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA079 is #145F86. Grayscale: #B2B2B2. Windows color (decimal): -1335175 or 7971051. OLE color: 7971051.

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

Color convert

RGB235160121-
CMYK00.320.490.08
HSL20.53º74.03%69.8%-
HSV(B)20.53º48.51%92.16%-
XYZ50.2844.1823.97-
YUV177.9895.85168.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 160 (62.89% from 255) = 31.01%
BLUE value IS 121 (47.66% from 255) = 23.45%
R=45.54%
G=31.01%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516012100.320.490.0820.5374.0369.8
HexEBA079020318154a46
Octal353240171040611025112106
Binary11101011101000001111001010000011000110001010110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA079; }

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

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

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

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

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

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

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

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