#E69C6F

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

Shades of Dark Salmon #E69C6F

Tints of Dark Salmon #E69C6F

Color information

#E69C6F (or 0xE69C6F) is unknown color: approx Dark Salmon. HEX triplet: E6, 9C and 6F. RGB value is (230,156,111). Sum of RGB (Red+Green+Blue) = 230+156+111=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69C6F is #196390. Grayscale: #ADADAD. Windows color (decimal): -1663889 or 7314662. OLE color: 7314662.

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

Color convert

RGB230156111-
CMYK00.320.520.10
HSL22.69º70.41%66.86%-
HSV(B)22.69º51.74%90.2%-
XYZ47.3941.7520.6-
YUV17393.02168.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.28%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 111 (43.75% from 255) = 22.33%
R=46.28%
G=31.39%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015611100.320.520.1022.6970.4166.86
HexE69C6F02034A174643
Octal346234157040641227106103
Binary11100110100111001101111010000011010010101011110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69C6F; }

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

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

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

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

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

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

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

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