Html Css Color HEX #EC946D Dark Salmon

📋 copy color: '#EC946D'

red 236 ◦ green 148 ◦ blue 109

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

Shades of Dark Salmon #EC946D

Tints of Dark Salmon #EC946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

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

R = 47.87%
G = 30.02%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC946D (or 0xEC946D) is known color: Dark Salmon. HEX triplet: EC, 94 and 6D. RGB value is (236,148,109). Sum of RGB (Red+Green+Blue) = 236+148+109=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC946D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC946D is #136B92. Grayscale: #AAAAAA. Windows color (decimal): -1272723 or 7181548. OLE color: 7181548.

HSL color Cylindrical-coordinate representation of color #EC946D: hue angle of 18.43º 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 #EC946D is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 148 109 -
CMYK 0 0.37 0.54 0.07
HSL 18.43º 0.77% 0.68% -
HSV(B) 18.43º 0.54% 0.93% -
XYZ 47.94 40.12 19.68 -
YUV 169.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 236 148 109 0 0.37 0.54 0.07 18.43 0.77 0.68
Hex EC 94 6D 0 25 36 7 12 4D 44
Octal 354 224 155 0 45 66 7 22 115 104
Binary 11101100 10010100 1101101 0 100101 110110 111 10010 1001101 1000100

Color Harmonies of #EC946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC946D

Black with #EC946D

Text Example


Text Example

White with #EC946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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