#EB9674

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

Shades of Dark Salmon #EB9674

Tints of Dark Salmon #EB9674

Color information

#EB9674 (or 0xEB9674) is unknown color: approx Dark Salmon. HEX triplet: EB, 96 and 74. RGB value is (235,150,116). Sum of RGB (Red+Green+Blue) = 235+150+116=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9674 is #14698B. Grayscale: #ABABAB. Windows color (decimal): -1337740 or 7640811. OLE color: 7640811.

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

Color convert

RGB235150116-
CMYK00.360.510.08
HSL17.14º74.84%68.82%-
HSV(B)17.14º50.64%92.16%-
XYZ48.3240.7421.84-
YUV171.5496.66173.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=46.91%
G=29.94%
B=23.15%

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
Decimal23515011600.360.510.0817.1474.8468.82
HexEB9674024338114b45
Octal353226164044631021113105
Binary11101011100101101110100010010011001110001000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9674; }

 p { color: rgb(235,150,116); }

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

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

 a { background-color: rgb(235,150,116); }

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

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

 span { border-color: rgb(235,150,116); }

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