Html Css Color HEX #EC956C Dark Salmon

📋 copy color: '#EC956C'

red 236 ◦ green 149 ◦ blue 108

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

Shades of Dark Salmon #EC956C

Tints of Dark Salmon #EC956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.22%

 BLUE value IS 108 (42.58% from 255) = 21.91%

R = 47.87%
G = 30.22%
B = 21.91%

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

#EC956C (or 0xEC956C) is known color: Dark Salmon. HEX triplet: EC, 95 and 6C. RGB value is (236,149,108). Sum of RGB (Red+Green+Blue) = 236+149+108=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC956C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC956C is #136A93. Grayscale: #AAAAAA. Windows color (decimal): -1272468 or 7116268. OLE color: 7116268.

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

Color convert

RGB 236 149 108 -
CMYK 0 0.37 0.54 0.07
HSL 19.22º 0.77% 0.67% -
HSV(B) 19.22º 0.54% 0.93% -
XYZ 48.05 40.41 19.46 -
YUV 170.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 236 149 108 0 0.37 0.54 0.07 19.22 0.77 0.67
Hex EC 95 6C 0 25 36 7 13 4D 43
Octal 354 225 154 0 45 66 7 23 115 103
Binary 11101100 10010101 1101100 0 100101 110110 111 10011 1001101 1000011

Color Harmonies of #EC956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC956C

Black with #EC956C

Text Example


Text Example

White with #EC956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC956C; }

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

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

background-color css

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

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

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

border-color css

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

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

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