#E9A178

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

Shades of Dark Salmon #E9A178

Tints of Dark Salmon #E9A178

Color information

#E9A178 (or 0xE9A178) is unknown color: approx Dark Salmon. HEX triplet: E9, A1 and 78. RGB value is (233,161,120). Sum of RGB (Red+Green+Blue) = 233+161+120=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A178 is #165E87. Grayscale: #B2B2B2. Windows color (decimal): -1465992 or 7905769. OLE color: 7905769.

HSL color Cylindrical-coordinate representation of color #E9A178: hue angle of 21.77º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9A178 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB233161120-
CMYK00.310.480.09
HSL21.77º71.97%69.22%-
HSV(B)21.77º48.5%91.37%-
XYZ49.7444.1723.67-
YUV177.8595.35167.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.33%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 120 (47.27% from 255) = 23.35%
R=45.33%
G=31.32%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316112000.310.480.0921.7771.9769.22
HexE9A17801F309164845
Octal351241170037601126110105
Binary1110100110100001111100001111111000010011011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A178; }

 p { color: rgb(233,161,120); }

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

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

 a { background-color: rgb(233,161,120); }

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

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

 span { border-color: rgb(233,161,120); }

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