#E5996E

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

Shades of Dark Salmon #E5996E

Tints of Dark Salmon #E5996E

Color information

#E5996E (or 0xE5996E) is unknown color: approx Dark Salmon. HEX triplet: E5, 99 and 6E. RGB value is (229,153,110). Sum of RGB (Red+Green+Blue) = 229+153+110=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5996E is #1A6691. Grayscale: #ABABAB. Windows color (decimal): -1730194 or 7248357. OLE color: 7248357.

HSL color Cylindrical-coordinate representation of color #E5996E: hue angle of 21.68º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5996E is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB229153110-
CMYK00.330.520.10
HSL21.68º69.59%66.47%-
HSV(B)21.68º51.97%89.8%-
XYZ46.5240.5720.13-
YUV170.8293.68169.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 110 (43.36% from 255) = 22.36%
R=46.54%
G=31.10%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915311000.330.520.1021.6869.5966.47
HexE5996E02134A164642
Octal345231156041641226106102
Binary11100101100110011101110010000111010010101011010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5996E; }

 p { color: rgb(229,153,110); }

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

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

 a { background-color: rgb(229,153,110); }

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

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

 span { border-color: rgb(229,153,110); }

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