#E69971

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

Shades of Dark Salmon #E69971

Tints of Dark Salmon #E69971

Color information

#E69971 (or 0xE69971) is unknown color: approx Dark Salmon. HEX triplet: E6, 99 and 71. RGB value is (230,153,113). Sum of RGB (Red+Green+Blue) = 230+153+113=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E69971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69971 is #19668E. Grayscale: #ABABAB. Windows color (decimal): -1664655 or 7444966. OLE color: 7444966.

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

Color convert

RGB230153113-
CMYK00.330.510.10
HSL20.51º70.06%67.25%-
HSV(B)20.51º50.87%90.2%-
XYZ4740.821.02-
YUV171.4695.01169.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.37%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=46.37%
G=30.85%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015311300.330.510.1020.5170.0667.25
HexE6997102133A154643
Octal346231161041631225106103
Binary11100110100110011110001010000111001110101010110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69971; }

 p { color: rgb(230,153,113); }

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

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

 a { background-color: rgb(230,153,113); }

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

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

 span { border-color: rgb(230,153,113); }

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