#EC9273

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

Shades of Dark Salmon #EC9273

Tints of Dark Salmon #EC9273

Color information

#EC9273 (or 0xEC9273) is unknown color: approx Dark Salmon. HEX triplet: EC, 92 and 73. RGB value is (236,146,115). Sum of RGB (Red+Green+Blue) = 236+146+115=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9273 is #136D8C. Grayscale: #A9A9A9. Windows color (decimal): -1273229 or 7574252. OLE color: 7574252.

HSL color Cylindrical-coordinate representation of color #EC9273: hue angle of 15.37º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC9273 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB236146115-
CMYK00.380.510.07
HSL15.37º76.1%68.82%-
HSV(B)15.37º51.27%92.55%-
XYZ47.9739.6321.34-
YUV169.3897.32175.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.48%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=47.48%
G=29.38%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614611500.380.510.0715.3776.168.82
HexEC9273026337f4c45
Octal35422216304663717114105
Binary111011001001001011100110100110110011111111110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9273; }

 p { color: rgb(236,146,115); }

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

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

 a { background-color: rgb(236,146,115); }

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

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

 span { border-color: rgb(236,146,115); }

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