#EB947B

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

Shades of Dark Salmon #EB947B

Tints of Dark Salmon #EB947B

Color information

#EB947B (or 0xEB947B) is unknown color: approx Dark Salmon. HEX triplet: EB, 94 and 7B. RGB value is (235,148,123). Sum of RGB (Red+Green+Blue) = 235+148+123=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB947B is #146B84. Grayscale: #ABABAB. Windows color (decimal): -1338245 or 8099051. OLE color: 8099051.

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

Color convert

RGB235148123-
CMYK00.370.480.08
HSL13.39º73.68%70.2%-
HSV(B)13.39º47.66%92.16%-
XYZ48.4340.2723.96-
YUV171.16100.82173.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 123 (48.44% from 255) = 24.31%
R=46.44%
G=29.25%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514812300.370.480.0813.3973.6870.2
HexEB947B025308d4a46
Octal353224173045601015112106
Binary1110101110010100111101101001011100001000110110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB947B; }

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

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

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

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

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

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

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

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