#EBA179

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

Shades of Dark Salmon #EBA179

Tints of Dark Salmon #EBA179

Color information

#EBA179 (or 0xEBA179) is unknown color: approx Dark Salmon. HEX triplet: EB, A1 and 79. RGB value is (235,161,121). Sum of RGB (Red+Green+Blue) = 235+161+121=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA179 is #145E86. Grayscale: #B2B2B2. Windows color (decimal): -1334919 or 7971307. OLE color: 7971307.

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

Color convert

RGB235161121-
CMYK00.310.490.08
HSL21.05º74.03%69.8%-
HSV(B)21.05º48.51%92.16%-
XYZ50.4644.5324.03-
YUV178.5795.52168.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 121 (47.66% from 255) = 23.40%
R=45.45%
G=31.14%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516112100.310.490.0821.0574.0369.8
HexEBA17901F318154a46
Octal353241171037611025112106
Binary1110101110100001111100101111111000110001010110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA179; }

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

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

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

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

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

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

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

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