#EC9A6B

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

Shades of Dark Salmon #EC9A6B

Tints of Dark Salmon #EC9A6B

Color information

#EC9A6B (or 0xEC9A6B) is unknown color: approx Dark Salmon. HEX triplet: EC, 9A and 6B. RGB value is (236,154,107). Sum of RGB (Red+Green+Blue) = 236+154+107=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9A6B is #136594. Grayscale: #ADADAD. Windows color (decimal): -1271189 or 7052012. OLE color: 7052012.

HSL color Cylindrical-coordinate representation of color #EC9A6B: hue angle of 21.86º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC9A6B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB236154107-
CMYK00.350.550.07
HSL21.86º77.25%67.25%-
HSV(B)21.86º54.66%92.55%-
XYZ48.842.0119.45-
YUV173.1690.67172.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.48%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 107 (42.19% from 255) = 21.53%
R=47.48%
G=30.99%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615410700.350.550.0721.8677.2567.25
HexEC9A6B023377164d43
Octal35423215304367726115103
Binary1110110010011010110101101000111101111111011010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A6B; }

 p { color: rgb(236,154,107); }

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

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

 a { background-color: rgb(236,154,107); }

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

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

 span { border-color: rgb(236,154,107); }

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