Html Css Color HEX #EC997E Dark Salmon

📋 copy color: '#EC997E'

red 236 ◦ green 153 ◦ blue 126

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

Shades of Dark Salmon #EC997E

Tints of Dark Salmon #EC997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.47%

R = 45.83%
G = 29.71%
B = 24.47%

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

#EC997E (or 0xEC997E) is known color: Dark Salmon. HEX triplet: EC, 99 and 7E. RGB value is (236,153,126). Sum of RGB (Red+Green+Blue) = 236+153+126=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC997E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC997E is #136681. Grayscale: #AEAEAE. Windows color (decimal): -1271426 or 8296940. OLE color: 8296940.

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

Color convert

RGB 236 153 126 -
CMYK 0 0.35 0.47 0.07
HSL 14.73º 0.74% 0.71% -
HSV(B) 14.73º 0.47% 0.93% -
XYZ 49.75 42.12 25.25 -
YUV 174.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 236 153 126 0 0.35 0.47 0.07 14.73 0.74 0.71
Hex EC 99 7E 0 23 2F 7 F 4A 47
Octal 354 231 176 0 43 57 7 17 112 107
Binary 11101100 10011001 1111110 0 100011 101111 111 1111 1001010 1000111

Color Harmonies of #EC997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC997E

Black with #EC997E

Text Example


Text Example

White with #EC997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC997E; }

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

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

background-color css

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

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

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

border-color css

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

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

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