#EB9481

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

Shades of Dark Salmon #EB9481

Tints of Dark Salmon #EB9481

Color information

#EB9481 (or 0xEB9481) is unknown color: approx Dark Salmon. HEX triplet: EB, 94 and 81. RGB value is (235,148,129). Sum of RGB (Red+Green+Blue) = 235+148+129=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9481 is #146B7E. Grayscale: #ACACAC. Windows color (decimal): -1338239 or 8492267. OLE color: 8492267.

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

Color convert

RGB235148129-
CMYK00.370.450.08
HSL10.75º72.6%71.37%-
HSV(B)10.75º45.11%92.16%-
XYZ48.8140.4326-
YUV171.85103.82173.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.90%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 129 (50.78% from 255) = 25.20%
R=45.90%
G=28.91%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514812900.370.450.0810.7572.671.37
HexEB94810252D8b4947
Octal353224201045551013111107
Binary11101011100101001000000101001011011011000101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9481; }

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

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

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

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

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

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

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

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