#EC9E7B

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

Shades of Dark Salmon #EC9E7B

Tints of Dark Salmon #EC9E7B

Color information

#EC9E7B (or 0xEC9E7B) is unknown color: approx Dark Salmon. HEX triplet: EC, 9E and 7B. RGB value is (236,158,123). Sum of RGB (Red+Green+Blue) = 236+158+123=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9E7B is #136184. Grayscale: #B1B1B1. Windows color (decimal): -1270149 or 8101612. OLE color: 8101612.

HSL color Cylindrical-coordinate representation of color #EC9E7B: hue angle of 18.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC9E7B is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB236158123-
CMYK00.330.480.07
HSL18.58º74.83%70.39%-
HSV(B)18.58º47.88%92.55%-
XYZ50.3943.7224.52-
YUV177.3397.34169.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 123 (48.44% from 255) = 23.79%
R=45.65%
G=30.56%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615812300.330.480.0718.5874.8370.39
HexEC9E7B021307134b46
Octal35423617304160723113106
Binary1110110010011110111101101000011100001111001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9E7B; }

 p { color: rgb(236,158,123); }

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

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

 a { background-color: rgb(236,158,123); }

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

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

 span { border-color: rgb(236,158,123); }

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