#EB8A6C

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

Shades of Dark Salmon #EB8A6C

Tints of Dark Salmon #EB8A6C

Color information

#EB8A6C (or 0xEB8A6C) is unknown color: approx Dark Salmon. HEX triplet: EB, 8A and 6C. RGB value is (235,138,108). Sum of RGB (Red+Green+Blue) = 235+138+108=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A6C is #147593. Grayscale: #A3A3A3. Windows color (decimal): -1340820 or 7113451. OLE color: 7113451.

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

Color convert

RGB235138108-
CMYK00.410.540.08
HSL14.17º76.05%67.25%-
HSV(B)14.17º54.04%92.16%-
XYZ46.0636.9218.89-
YUV163.5896.64178.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.86%
GREEN value IS 138 (54.30% from 255) = 28.69%
BLUE value IS 108 (42.58% from 255) = 22.45%
R=48.86%
G=28.69%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513810800.410.540.0814.1776.0567.25
HexEB8A6C029368e4c43
Octal353212154051661016114103
Binary1110101110001010110110001010011101101000111010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A6C; }

 p { color: rgb(235,138,108); }

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

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

 a { background-color: rgb(235,138,108); }

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

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

 span { border-color: rgb(235,138,108); }

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