#E69C75

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

Shades of Dark Salmon #E69C75

Tints of Dark Salmon #E69C75

Color information

#E69C75 (or 0xE69C75) is unknown color: approx Dark Salmon. HEX triplet: E6, 9C and 75. RGB value is (230,156,117). Sum of RGB (Red+Green+Blue) = 230+156+117=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69C75 is #19638A. Grayscale: #ADADAD. Windows color (decimal): -1663883 or 7707878. OLE color: 7707878.

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

Color convert

RGB230156117-
CMYK00.320.490.10
HSL20.71º69.33%68.04%-
HSV(B)20.71º49.13%90.2%-
XYZ47.7341.8822.4-
YUV173.6896.02168.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.73%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=45.73%
G=31.01%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015611700.320.490.1020.7169.3368.04
HexE69C7502031A154544
Octal346234165040611225105104
Binary11100110100111001110101010000011000110101010110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69C75; }

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

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

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

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

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

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

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

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