#EB9D75

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

Shades of Dark Salmon #EB9D75

Tints of Dark Salmon #EB9D75

Color information

#EB9D75 (or 0xEB9D75) is unknown color: approx Dark Salmon. HEX triplet: EB, 9D and 75. RGB value is (235,157,117). Sum of RGB (Red+Green+Blue) = 235+157+117=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9D75 is #14628A. Grayscale: #B0B0B0. Windows color (decimal): -1335947 or 7708139. OLE color: 7708139.

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

Color convert

RGB235157117-
CMYK00.330.500.08
HSL20.34º74.68%69.02%-
HSV(B)20.34º50.21%92.16%-
XYZ49.5343.0622.53-
YUV175.7694.84170.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 157 (61.72% from 255) = 30.84%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=46.17%
G=30.84%
B=22.99%

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
Decimal23515711700.330.500.0820.3474.6869.02
HexEB9D75021328144b45
Octal353235165041621024113105
Binary11101011100111011110101010000111001010001010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9D75; }

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

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

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

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

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

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

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

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