#E69B80

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

Shades of Dark Salmon #E69B80

Tints of Dark Salmon #E69B80

Color information

#E69B80 (or 0xE69B80) is unknown color: approx Dark Salmon. HEX triplet: E6, 9B and 80. RGB value is (230,155,128). Sum of RGB (Red+Green+Blue) = 230+155+128=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B80 is #19647F. Grayscale: #AEAEAE. Windows color (decimal): -1664128 or 8428518. OLE color: 8428518.

HSL color Cylindrical-coordinate representation of color #E69B80: hue angle of 15.88º 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 #E69B80 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230155128-
CMYK00.330.440.10
HSL15.88º67.11%70.2%-
HSV(B)15.88º44.35%90.2%-
XYZ48.2541.8225.95-
YUV174.35101.85167.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.83%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=44.83%
G=30.21%
B=24.95%

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
Decimal23015512800.330.440.1015.8867.1170.2
HexE69B800212CA104346
Octal346233200041541220103106
Binary111001101001101110000000010000110110010101000010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69B80; }

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

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

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

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

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

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

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

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