Html Css Color HEX #EC997A Dark Salmon

📋 copy color: '#EC997A'

red 236 ◦ green 153 ◦ blue 122

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

Shades of Dark Salmon #EC997A

Tints of Dark Salmon #EC997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.87%

R = 46.18%
G = 29.94%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC997A (or 0xEC997A) is known color: Dark Salmon. HEX triplet: EC, 99 and 7A. RGB value is (236,153,122). Sum of RGB (Red+Green+Blue) = 236+153+122=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC997A is #136685. Grayscale: #AEAEAE. Windows color (decimal): -1271430 or 8034796. OLE color: 8034796.

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

Color convert

RGB 236 153 122 -
CMYK 0 0.35 0.48 0.07
HSL 16.32º 0.75% 0.7% -
HSV(B) 16.32º 0.48% 0.93% -
XYZ 49.5 42.02 23.91 -
YUV 174.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 236 153 122 0 0.35 0.48 0.07 16.32 0.75 0.7
Hex EC 99 7A 0 23 30 7 10 4B 46
Octal 354 231 172 0 43 60 7 20 113 106
Binary 11101100 10011001 1111010 0 100011 110000 111 10000 1001011 1000110

Color Harmonies of #EC997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC997A

Black with #EC997A

Text Example


Text Example

White with #EC997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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