#EB8A73

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

Shades of Dark Salmon #EB8A73

Tints of Dark Salmon #EB8A73

Color information

#EB8A73 (or 0xEB8A73) is unknown color: approx Dark Salmon. HEX triplet: EB, 8A and 73. RGB value is (235,138,115). Sum of RGB (Red+Green+Blue) = 235+138+115=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A73 is #14758C. Grayscale: #A4A4A4. Windows color (decimal): -1340813 or 7572203. OLE color: 7572203.

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

Color convert

RGB235138115-
CMYK00.410.510.08
HSL11.5º75%68.63%-
HSV(B)11.5º51.06%92.16%-
XYZ46.4437.0820.93-
YUV164.38100.14178.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.16%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 115 (45.31% from 255) = 23.57%
R=48.16%
G=28.28%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513811500.410.510.0811.57568.63
HexEB8A73029338c4b45
Octal353212163051631014113105
Binary1110101110001010111001101010011100111000110010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A73; }

 p { color: rgb(235,138,115); }

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

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

 a { background-color: rgb(235,138,115); }

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

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

 span { border-color: rgb(235,138,115); }

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