Html Css Color HEX #EC997F Dark Salmon

📋 copy color: '#EC997F'

red 236 ◦ green 153 ◦ blue 127

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

Shades of Dark Salmon #EC997F

Tints of Dark Salmon #EC997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.61%

R = 45.74%
G = 29.65%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC997F (or 0xEC997F) is known color: Dark Salmon. HEX triplet: EC, 99 and 7F. RGB value is (236,153,127). Sum of RGB (Red+Green+Blue) = 236+153+127=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC997F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC997F is #136680. Grayscale: #AFAFAF. Windows color (decimal): -1271425 or 8362476. OLE color: 8362476.

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

Color convert

RGB 236 153 127 -
CMYK 0 0.35 0.46 0.07
HSL 14.31º 0.74% 0.71% -
HSV(B) 14.31º 0.46% 0.93% -
XYZ 49.81 42.15 25.59 -
YUV 174.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 236 153 127 0 0.35 0.46 0.07 14.31 0.74 0.71
Hex EC 99 7F 0 23 2E 7 E 4A 47
Octal 354 231 177 0 43 56 7 16 112 107
Binary 11101100 10011001 1111111 0 100011 101110 111 1110 1001010 1000111

Color Harmonies of #EC997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC997F

Black with #EC997F

Text Example


Text Example

White with #EC997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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