#EB9C6F

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

Shades of Dark Salmon #EB9C6F

Tints of Dark Salmon #EB9C6F

Color information

#EB9C6F (or 0xEB9C6F) is unknown color: approx Dark Salmon. HEX triplet: EB, 9C and 6F. RGB value is (235,156,111). Sum of RGB (Red+Green+Blue) = 235+156+111=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9C6F is #146390. Grayscale: #AEAEAE. Windows color (decimal): -1336209 or 7314667. OLE color: 7314667.

HSL color Cylindrical-coordinate representation of color #EB9C6F: hue angle of 21.77º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB9C6F is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB235156111-
CMYK00.340.530.08
HSL21.77º75.61%67.84%-
HSV(B)21.77º52.77%92.16%-
XYZ49.0242.5920.68-
YUV174.4992.17171.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.81%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 111 (43.75% from 255) = 22.11%
R=46.81%
G=31.08%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515611100.340.530.0821.7775.6167.84
HexEB9C6F022358164c44
Octal353234157042651026114104
Binary11101011100111001101111010001011010110001011010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C6F; }

 p { color: rgb(235,156,111); }

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

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

 a { background-color: rgb(235,156,111); }

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

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

 span { border-color: rgb(235,156,111); }

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