#EBA071

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

Shades of Dark Salmon #EBA071

Tints of Dark Salmon #EBA071

Color information

#EBA071 (or 0xEBA071) is unknown color: approx Dark Salmon. HEX triplet: EB, A0 and 71. RGB value is (235,160,113). Sum of RGB (Red+Green+Blue) = 235+160+113=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA071 is #145F8E. Grayscale: #B1B1B1. Windows color (decimal): -1335183 or 7446763. OLE color: 7446763.

HSL color Cylindrical-coordinate representation of color #EBA071: hue angle of 23.11º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBA071 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB235160113-
CMYK00.320.520.08
HSL23.11º75.31%68.24%-
HSV(B)23.11º51.91%92.16%-
XYZ49.814421.49-
YUV177.0791.85169.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 113 (44.53% from 255) = 22.24%
R=46.26%
G=31.50%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516011300.320.520.0823.1175.3168.24
HexEBA071020348174b44
Octal353240161040641027113104
Binary11101011101000001110001010000011010010001011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA071; }

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

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

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

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

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

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

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

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