#EB9C72

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

Shades of Dark Salmon #EB9C72

Tints of Dark Salmon #EB9C72

Color information

#EB9C72 (or 0xEB9C72) is unknown color: approx Dark Salmon. HEX triplet: EB, 9C and 72. RGB value is (235,156,114). Sum of RGB (Red+Green+Blue) = 235+156+114=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9C72 is #14638D. Grayscale: #AFAFAF. Windows color (decimal): -1336206 or 7511275. OLE color: 7511275.

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

Color convert

RGB235156114-
CMYK00.340.510.08
HSL20.83º75.16%68.43%-
HSV(B)20.83º51.49%92.16%-
XYZ49.1942.6521.56-
YUV174.8393.67170.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 114 (44.92% from 255) = 22.57%
R=46.53%
G=30.89%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515611400.340.510.0820.8375.1668.43
HexEB9C72022338154b44
Octal353234162042631025113104
Binary11101011100111001110010010001011001110001010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C72; }

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

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

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

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

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

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

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

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