#EB9C71

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

Shades of Dark Salmon #EB9C71

Tints of Dark Salmon #EB9C71

Color information

#EB9C71 (or 0xEB9C71) is unknown color: approx Dark Salmon. HEX triplet: EB, 9C and 71. RGB value is (235,156,113). Sum of RGB (Red+Green+Blue) = 235+156+113=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9C71 is #14638E. Grayscale: #AEAEAE. Windows color (decimal): -1336207 or 7445739. OLE color: 7445739.

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

Color convert

RGB235156113-
CMYK00.340.520.08
HSL21.15º75.31%68.24%-
HSV(B)21.15º51.91%92.16%-
XYZ49.1342.6321.26-
YUV174.7293.17171-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.63%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 113 (44.53% from 255) = 22.42%
R=46.63%
G=30.95%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515611300.340.520.0821.1575.3168.24
HexEB9C71022348154b44
Octal353234161042641025113104
Binary11101011100111001110001010001011010010001010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C71; }

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

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

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

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

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

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

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

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