#EB9E75

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

Shades of Dark Salmon #EB9E75

Tints of Dark Salmon #EB9E75

Color information

#EB9E75 (or 0xEB9E75) is unknown color: approx Dark Salmon. HEX triplet: EB, 9E and 75. RGB value is (235,158,117). Sum of RGB (Red+Green+Blue) = 235+158+117=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9E75 is #14618A. Grayscale: #B0B0B0. Windows color (decimal): -1335691 or 7708395. OLE color: 7708395.

HSL color Cylindrical-coordinate representation of color #EB9E75: hue angle of 20.85º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB9E75 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB235158117-
CMYK00.330.500.08
HSL20.85º74.68%69.02%-
HSV(B)20.85º50.21%92.16%-
XYZ49.743.422.59-
YUV176.3594.51169.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.08%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=46.08%
G=30.98%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515811700.330.500.0820.8574.6869.02
HexEB9E75021328154b45
Octal353236165041621025113105
Binary11101011100111101110101010000111001010001010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9E75; }

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

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

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

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

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

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

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

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