#EB9E72

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

Shades of Dark Salmon #EB9E72

Tints of Dark Salmon #EB9E72

Color information

#EB9E72 (or 0xEB9E72) is unknown color: approx Dark Salmon. HEX triplet: EB, 9E and 72. RGB value is (235,158,114). Sum of RGB (Red+Green+Blue) = 235+158+114=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9E72 is #14618D. Grayscale: #B0B0B0. Windows color (decimal): -1335694 or 7511787. OLE color: 7511787.

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

Color convert

RGB235158114-
CMYK00.330.510.08
HSL21.82º75.16%68.43%-
HSV(B)21.82º51.49%92.16%-
XYZ49.5343.3321.67-
YUV176.0193.01170.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.35%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 114 (44.92% from 255) = 22.49%
R=46.35%
G=31.16%
B=22.49%

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
Decimal23515811400.330.510.0821.8275.1668.43
HexEB9E72021338164b44
Octal353236162041631026113104
Binary11101011100111101110010010000111001110001011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9E72; }

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

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

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

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

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

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

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

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