#EB9D72

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

Shades of Dark Salmon #EB9D72

Tints of Dark Salmon #EB9D72

Color information

#EB9D72 (or 0xEB9D72) is unknown color: approx Dark Salmon. HEX triplet: EB, 9D and 72. RGB value is (235,157,114). Sum of RGB (Red+Green+Blue) = 235+157+114=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9D72 is #14628D. Grayscale: #AFAFAF. Windows color (decimal): -1335950 or 7511531. OLE color: 7511531.

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

Color convert

RGB235157114-
CMYK00.330.510.08
HSL21.32º75.16%68.43%-
HSV(B)21.32º51.49%92.16%-
XYZ49.3642.9921.62-
YUV175.4293.34170.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=46.44%
G=31.03%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515711400.330.510.0821.3275.1668.43
HexEB9D72021338154b44
Octal353235162041631025113104
Binary11101011100111011110010010000111001110001010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9D72; }

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

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

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

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

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

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

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

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