#E99480

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

Shades of Dark Salmon #E99480

Tints of Dark Salmon #E99480

Color information

#E99480 (or 0xE99480) is unknown color: approx Dark Salmon. HEX triplet: E9, 94 and 80. RGB value is (233,148,128). Sum of RGB (Red+Green+Blue) = 233+148+128=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E99480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99480 is #166B7F. Grayscale: #ABABAB. Windows color (decimal): -1469312 or 8426729. OLE color: 8426729.

HSL color Cylindrical-coordinate representation of color #E99480: hue angle of 11.43º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E99480 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB233148128-
CMYK00.360.450.09
HSL11.43º70.47%70.78%-
HSV(B)11.43º45.06%91.37%-
XYZ48.0940.0625.62-
YUV171.14103.66172.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.78%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=45.78%
G=29.08%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314812800.360.450.0911.4370.4770.78
HexE994800242D9b4647
Octal351224200044551113106107
Binary11101001100101001000000001001001011011001101110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99480; }

 p { color: rgb(233,148,128); }

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

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

 a { background-color: rgb(233,148,128); }

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

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

 span { border-color: rgb(233,148,128); }

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