Html Css Color HEX #EC997B Dark Salmon

📋 copy color: '#EC997B'

red 236 ◦ green 153 ◦ blue 123

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

Shades of Dark Salmon #EC997B

Tints of Dark Salmon #EC997B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.02%

R = 46.09%
G = 29.88%
B = 24.02%

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

#EC997B (or 0xEC997B) is known color: Dark Salmon. HEX triplet: EC, 99 and 7B. RGB value is (236,153,123). Sum of RGB (Red+Green+Blue) = 236+153+123=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC997B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC997B is #136684. Grayscale: #AEAEAE. Windows color (decimal): -1271429 or 8100332. OLE color: 8100332.

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

Color convert

RGB 236 153 123 -
CMYK 0 0.35 0.48 0.07
HSL 15.93º 0.75% 0.7% -
HSV(B) 15.93º 0.48% 0.93% -
XYZ 49.56 42.05 24.24 -
YUV 174.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 236 153 123 0 0.35 0.48 0.07 15.93 0.75 0.7
Hex EC 99 7B 0 23 30 7 10 4B 46
Octal 354 231 173 0 43 60 7 20 113 106
Binary 11101100 10011001 1111011 0 100011 110000 111 10000 1001011 1000110

Color Harmonies of #EC997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC997B

Black with #EC997B

Text Example


Text Example

White with #EC997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC997B; }

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

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

background-color css

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

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

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

border-color css

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

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

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