#EB9381

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

Shades of Dark Salmon #EB9381

Tints of Dark Salmon #EB9381

Color information

#EB9381 (or 0xEB9381) is unknown color: approx Dark Salmon. HEX triplet: EB, 93 and 81. RGB value is (235,147,129). Sum of RGB (Red+Green+Blue) = 235+147+129=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9381 is #146C7E. Grayscale: #ABABAB. Windows color (decimal): -1338495 or 8492011. OLE color: 8492011.

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

Color convert

RGB235147129-
CMYK00.370.450.08
HSL10.19º72.6%71.37%-
HSV(B)10.19º45.11%92.16%-
XYZ48.6640.1125.95-
YUV171.26104.15173.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=45.99%
G=28.77%
B=25.24%

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
Decimal23514712900.370.450.0810.1972.671.37
HexEB93810252D8a4947
Octal353223201045551012111107
Binary11101011100100111000000101001011011011000101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9381; }

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

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

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

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

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

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

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

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