#E69A80

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

Shades of Dark Salmon #E69A80

Tints of Dark Salmon #E69A80

Color information

#E69A80 (or 0xE69A80) is unknown color: approx Dark Salmon. HEX triplet: E6, 9A and 80. RGB value is (230,154,128). Sum of RGB (Red+Green+Blue) = 230+154+128=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A80 is #19657F. Grayscale: #ADADAD. Windows color (decimal): -1664384 or 8428262. OLE color: 8428262.

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

Color convert

RGB230154128-
CMYK00.330.440.10
HSL15.29º67.11%70.2%-
HSV(B)15.29º44.35%90.2%-
XYZ48.0941.4925.9-
YUV173.76102.18168.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.92%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 128 (50.39% from 255) = 25%
R=44.92%
G=30.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015412800.330.440.1015.2967.1170.2
HexE69A800212CAf4346
Octal346232200041541217103106
Binary11100110100110101000000001000011011001010111110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69A80; }

 p { color: rgb(230,154,128); }

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

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

 a { background-color: rgb(230,154,128); }

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

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

 span { border-color: rgb(230,154,128); }

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