#EB8C76

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

Shades of Dark Salmon #EB8C76

Tints of Dark Salmon #EB8C76

Color information

#EB8C76 (or 0xEB8C76) is unknown color: approx Dark Salmon. HEX triplet: EB, 8C and 76. RGB value is (235,140,118). Sum of RGB (Red+Green+Blue) = 235+140+118=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C76 is #147389. Grayscale: #A6A6A6. Windows color (decimal): -1340298 or 7769323. OLE color: 7769323.

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

Color convert

RGB235140118-
CMYK00.400.500.08
HSL11.28º74.52%69.22%-
HSV(B)11.28º49.79%92.16%-
XYZ46.9137.7321.95-
YUV165.9100.97177.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=47.67%
G=28.40%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514011800.400.500.0811.2874.5269.22
HexEB8C76028328b4b45
Octal353214166050621013113105
Binary1110101110001100111011001010001100101000101110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8C76; }

 p { color: rgb(235,140,118); }

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

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

 a { background-color: rgb(235,140,118); }

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

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

 span { border-color: rgb(235,140,118); }

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