Html Css Color HEX #EC997D Dark Salmon

📋 copy color: '#EC997D'

red 236 ◦ green 153 ◦ blue 125

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

Shades of Dark Salmon #EC997D

Tints of Dark Salmon #EC997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.32%

R = 45.91%
G = 29.77%
B = 24.32%

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

#EC997D (or 0xEC997D) is known color: Dark Salmon. HEX triplet: EC, 99 and 7D. RGB value is (236,153,125). Sum of RGB (Red+Green+Blue) = 236+153+125=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC997D is #136682. Grayscale: #AEAEAE. Windows color (decimal): -1271427 or 8231404. OLE color: 8231404.

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

Color convert

RGB 236 153 125 -
CMYK 0 0.35 0.47 0.07
HSL 15.14º 0.74% 0.71% -
HSV(B) 15.14º 0.47% 0.93% -
XYZ 49.68 42.1 24.91 -
YUV 174.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 236 153 125 0 0.35 0.47 0.07 15.14 0.74 0.71
Hex EC 99 7D 0 23 2F 7 F 4A 47
Octal 354 231 175 0 43 57 7 17 112 107
Binary 11101100 10011001 1111101 0 100011 101111 111 1111 1001010 1000111

Color Harmonies of #EC997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC997D

Black with #EC997D

Text Example


Text Example

White with #EC997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC997D; }

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

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

background-color css

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

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

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

border-color css

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

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

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