Html Css Color HEX #EC946E Dark Salmon

📋 copy color: '#EC946E'

red 236 ◦ green 148 ◦ blue 110

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

Shades of Dark Salmon #EC946E

Tints of Dark Salmon #EC946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.27%

R = 47.77%
G = 29.96%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC946E (or 0xEC946E) is known color: Dark Salmon. HEX triplet: EC, 94 and 6E. RGB value is (236,148,110). Sum of RGB (Red+Green+Blue) = 236+148+110=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC946E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC946E is #136B91. Grayscale: #AAAAAA. Windows color (decimal): -1272722 or 7247084. OLE color: 7247084.

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

Color convert

RGB 236 148 110 -
CMYK 0 0.37 0.53 0.07
HSL 18.1º 0.77% 0.68% -
HSV(B) 18.1º 0.53% 0.93% -
XYZ 48 40.14 19.97 -
YUV 169.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 236 148 110 0 0.37 0.53 0.07 18.1 0.77 0.68
Hex EC 94 6E 0 25 35 7 12 4D 44
Octal 354 224 156 0 45 65 7 22 115 104
Binary 11101100 10010100 1101110 0 100101 110101 111 10010 1001101 1000100

Color Harmonies of #EC946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC946E

Black with #EC946E

Text Example


Text Example

White with #EC946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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