#EC846C

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

Shades of Salmon #EC846C

Tints of Salmon #EC846C

Color information

#EC846C (or 0xEC846C) is unknown color: approx Salmon. HEX triplet: EC, 84 and 6C. RGB value is (236,132,108). Sum of RGB (Red+Green+Blue) = 236+132+108=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC846C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC846C is #137B93. Grayscale: #A0A0A0. Windows color (decimal): -1276820 or 7111916. OLE color: 7111916.

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

Color convert

RGB236132108-
CMYK00.440.540.07
HSL11.25º77.11%67.45%-
HSV(B)11.25º54.24%92.55%-
XYZ45.5535.4218.62-
YUV160.3698.46181.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.58%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 108 (42.58% from 255) = 22.69%
R=49.58%
G=27.73%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613210800.440.540.0711.2577.1167.45
HexEC846C02C367b4d43
Octal35420415405466713115103
Binary111011001000010011011000101100110110111101110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC846C; }

 p { color: rgb(236,132,108); }

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

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

 a { background-color: rgb(236,132,108); }

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

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

 span { border-color: rgb(236,132,108); }

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