Html Css Color HEX #EC997C Dark Salmon

📋 copy color: '#EC997C'

red 236 ◦ green 153 ◦ blue 124

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

Shades of Dark Salmon #EC997C

Tints of Dark Salmon #EC997C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.17%

R = 46%
G = 29.82%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC997C (or 0xEC997C) is known color: Dark Salmon. HEX triplet: EC, 99 and 7C. RGB value is (236,153,124). Sum of RGB (Red+Green+Blue) = 236+153+124=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC997C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC997C is #136683. Grayscale: #AEAEAE. Windows color (decimal): -1271428 or 8165868. OLE color: 8165868.

HSL color Cylindrical-coordinate representation of color #EC997C: hue angle of 15.54º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC997C is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 153 124 -
CMYK 0 0.35 0.47 0.07
HSL 15.54º 0.75% 0.71% -
HSV(B) 15.54º 0.47% 0.93% -
XYZ 49.62 42.07 24.57 -
YUV 174.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 236 153 124 0 0.35 0.47 0.07 15.54 0.75 0.71
Hex EC 99 7C 0 23 2F 7 10 4B 47
Octal 354 231 174 0 43 57 7 20 113 107
Binary 11101100 10011001 1111100 0 100011 101111 111 10000 1001011 1000111

Color Harmonies of #EC997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC997C

Black with #EC997C

Text Example


Text Example

White with #EC997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC997C; }

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

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

background-color css

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

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

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

border-color css

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

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

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