#EB946A

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

Shades of Dark Salmon #EB946A

Tints of Dark Salmon #EB946A

Color information

#EB946A (or 0xEB946A) is unknown color: approx Dark Salmon. HEX triplet: EB, 94 and 6A. RGB value is (235,148,106). Sum of RGB (Red+Green+Blue) = 235+148+106=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB946A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB946A is #146B95. Grayscale: #A9A9A9. Windows color (decimal): -1338262 or 6984939. OLE color: 6984939.

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

Color convert

RGB235148106-
CMYK00.370.550.08
HSL19.53º76.33%66.86%-
HSV(B)19.53º54.89%92.16%-
XYZ47.4539.8818.83-
YUV169.2292.32174.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.06%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=48.06%
G=30.27%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514810600.370.550.0819.5376.3366.86
HexEB946A025378144c43
Octal353224152045671024114103
Binary11101011100101001101010010010111011110001010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB946A; }

 p { color: rgb(235,148,106); }

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

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

 a { background-color: rgb(235,148,106); }

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

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

 span { border-color: rgb(235,148,106); }

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