#eb9a6f

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

Shades of Dark Salmon #EB9A6F

Tints of Dark Salmon #EB9A6F

Color information

#EB9A6F (or 0xEB9A6F) is unknown color: approx Dark Salmon. HEX triplet: EB, 9A and 6F. RGB value is (235,154,111). Sum of RGB (Red+Green+Blue) = 235+154+111=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9A6F is #146590. Grayscale: #ADADAD. Windows color (decimal): -1336721 or 7314155. OLE color: 7314155.

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

Color convert

RGB235154111-
CMYK00.340.530.08
HSL20.81º75.61%67.84%-
HSV(B)20.81º52.77%92.16%-
XYZ48.6941.9220.56-
YUV173.3292.84172-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 111 (43.75% from 255) = 22.2%
R=47%
G=30.8%
B=22.2%

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
Decimal23515411100.340.530.0820.8175.6167.84
HexEB9A6F022358154c44
Octal353232157042651025114104
Binary11101011100110101101111010001011010110001010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb9a6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb9a6f; }

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

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

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

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

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

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

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

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