Html Css Color HEX #EC846D Salmon

📋 copy color: '#EC846D'

red 236 ◦ green 132 ◦ blue 109

#EC846D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #EC846D

Tints of Salmon #EC846D

RGB

 RED value IS 236 (92.58% from 255) = 49.48%

 GREEN value IS 132 (51.95% from 255) = 27.67%

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 49.48%
G = 27.67%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC846D (or 0xEC846D) is known color: Salmon. HEX triplet: EC, 84 and 6D. RGB value is (236,132,109). Sum of RGB (Red+Green+Blue) = 236+132+109=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC846D is #137B92. Grayscale: #A0A0A0. Windows color (decimal): -1276819 or 7177452. OLE color: 7177452.

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

Color convert

RGB 236 132 109 -
CMYK 0 0.44 0.54 0.07
HSL 10.87º 0.77% 0.68% -
HSV(B) 10.87º 0.54% 0.93% -
XYZ 45.6 35.44 18.9 -
YUV 160.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 236 132 109 0 0.44 0.54 0.07 10.87 0.77 0.68
Hex EC 84 6D 0 2C 36 7 B 4D 44
Octal 354 204 155 0 54 66 7 13 115 104
Binary 11101100 10000100 1101101 0 101100 110110 111 1011 1001101 1000100

Color Harmonies of #EC846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC846D

Black with #EC846D

Text Example


Text Example

White with #EC846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC846D; }

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

 H1.HeaderClassName
 {
   color: #EC846D;
 }
 .AnyTagClassName
 {
   color: #EC846D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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