#eb9772

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

Shades of Dark Salmon #EB9772

Tints of Dark Salmon #EB9772

Color information

#EB9772 (or 0xEB9772) is unknown color: approx Dark Salmon. HEX triplet: EB, 97 and 72. RGB value is (235,151,114). Sum of RGB (Red+Green+Blue) = 235+151+114=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9772 is #14688D. Grayscale: #ACACAC. Windows color (decimal): -1337486 or 7509995. OLE color: 7509995.

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

Color convert

RGB235151114-
CMYK00.360.510.08
HSL18.35º75.16%68.43%-
HSV(B)18.35º51.49%92.16%-
XYZ48.3641.0121.29-
YUV171.995.33173.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 114 (44.92% from 255) = 22.8%
R=47%
G=30.2%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515111400.360.510.0818.3575.1668.43
HexEB9772024338124b44
Octal353227162044631022113104
Binary11101011100101111110010010010011001110001001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb9772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb9772; }

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

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

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

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

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

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

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

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