Html Css Color HEX #EC9777 Dark Salmon

📋 copy color: '#EC9777'

red 236 ◦ green 151 ◦ blue 119

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

Shades of Dark Salmon #EC9777

Tints of Dark Salmon #EC9777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.84%

 BLUE value IS 119 (46.88% from 255) = 23.52%

R = 46.64%
G = 29.84%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC9777 (or 0xEC9777) is known color: Dark Salmon. HEX triplet: EC, 97 and 77. RGB value is (236,151,119). Sum of RGB (Red+Green+Blue) = 236+151+119=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9777 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9777 is #136888. Grayscale: #ACACAC. Windows color (decimal): -1271945 or 7837676. OLE color: 7837676.

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

Color convert

RGB 236 151 119 -
CMYK 0 0.36 0.50 0.07
HSL 16.41º 0.75% 0.7% -
HSV(B) 16.41º 0.5% 0.93% -
XYZ 48.99 41.3 22.84 -
YUV 172.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 236 151 119 0 0.36 0.50 0.07 16.41 0.75 0.7
Hex EC 97 77 0 24 32 7 10 4B 46
Octal 354 227 167 0 44 62 7 20 113 106
Binary 11101100 10010111 1110111 0 100100 110010 111 10000 1001011 1000110

Color Harmonies of #EC9777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9777

Black with #EC9777

Text Example


Text Example

White with #EC9777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9777; }

 p { color: rgb(236,151,119); }

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

background-color css

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

 a { background-color: rgb(236,151,119); }

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

border-color css

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

 span { border-color: rgb(236,151,119); }

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