#EB9081

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

Shades of Dark Salmon #EB9081

Tints of Dark Salmon #EB9081

Color information

#EB9081 (or 0xEB9081) is unknown color: approx Dark Salmon. HEX triplet: EB, 90 and 81. RGB value is (235,144,129). Sum of RGB (Red+Green+Blue) = 235+144+129=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9081 is #146F7E. Grayscale: #A9A9A9. Windows color (decimal): -1339263 or 8491243. OLE color: 8491243.

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

Color convert

RGB235144129-
CMYK00.390.450.08
HSL8.49º72.6%71.37%-
HSV(B)8.49º45.11%92.16%-
XYZ48.239.1925.79-
YUV169.5105.15174.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=46.26%
G=28.35%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514412900.390.450.088.4972.671.37
HexEB90810272D884947
Octal353220201047551010111107
Binary11101011100100001000000101001111011011000100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9081; }

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

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

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

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

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

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

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

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