#e69c7e

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

Shades of Dark Salmon #E69C7E

Tints of Dark Salmon #E69C7E

Color information

#E69C7E (or 0xE69C7E) is unknown color: approx Dark Salmon. HEX triplet: E6, 9C and 7E. RGB value is (230,156,126). Sum of RGB (Red+Green+Blue) = 230+156+126=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69C7E is #196381. Grayscale: #AEAEAE. Windows color (decimal): -1663874 or 8297702. OLE color: 8297702.

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

Color convert

RGB230156126-
CMYK00.320.450.10
HSL17.31º67.53%69.8%-
HSV(B)17.31º45.22%90.2%-
XYZ48.2942.1125.32-
YUV174.71100.52167.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.92%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 126 (49.61% from 255) = 24.61%
R=44.92%
G=30.47%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015612600.320.450.1017.3167.5369.8
HexE69C7E0202DA114446
Octal346234176040551221104106
Binary11100110100111001111110010000010110110101000110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e69c7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e69c7e; }

 p { color: rgb(230,156,126); }

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

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

 a { background-color: rgb(230,156,126); }

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

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

 span { border-color: rgb(230,156,126); }

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