Html Css Color HEX #EC996C Dark Salmon

📋 copy color: '#EC996C'

red 236 ◦ green 153 ◦ blue 108

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

Shades of Dark Salmon #EC996C

Tints of Dark Salmon #EC996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.78%

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

R = 47.48%
G = 30.78%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC996C (or 0xEC996C) is known color: Dark Salmon. HEX triplet: EC, 99 and 6C. RGB value is (236,153,108). Sum of RGB (Red+Green+Blue) = 236+153+108=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC996C is #136693. Grayscale: #ACACAC. Windows color (decimal): -1271444 or 7117292. OLE color: 7117292.

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

Color convert

RGB 236 153 108 -
CMYK 0 0.35 0.54 0.07
HSL 21.09º 0.77% 0.67% -
HSV(B) 21.09º 0.54% 0.93% -
XYZ 48.69 41.7 19.67 -
YUV 172.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 236 153 108 0 0.35 0.54 0.07 21.09 0.77 0.67
Hex EC 99 6C 0 23 36 7 15 4D 43
Octal 354 231 154 0 43 66 7 25 115 103
Binary 11101100 10011001 1101100 0 100011 110110 111 10101 1001101 1000011

Color Harmonies of #EC996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC996C

Black with #EC996C

Text Example


Text Example

White with #EC996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC996C; }

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

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

background-color css

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

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

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

border-color css

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

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

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