#EB9881

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

Shades of Dark Salmon #EB9881

Tints of Dark Salmon #EB9881

Color information

#EB9881 (or 0xEB9881) is unknown color: approx Dark Salmon. HEX triplet: EB, 98 and 81. RGB value is (235,152,129). Sum of RGB (Red+Green+Blue) = 235+152+129=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9881 is #14677E. Grayscale: #AEAEAE. Windows color (decimal): -1337215 or 8493291. OLE color: 8493291.

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

Color convert

RGB235152129-
CMYK00.350.450.08
HSL13.02º72.6%71.37%-
HSV(B)13.02º45.11%92.16%-
XYZ49.4541.726.21-
YUV174.19102.5171.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 129 (50.78% from 255) = 25%
R=45.54%
G=29.46%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515212900.350.450.0813.0272.671.37
HexEB98810232D8d4947
Octal353230201043551015111107
Binary11101011100110001000000101000111011011000110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9881; }

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

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

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

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

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

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

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

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