Html Css Color HEX #EC9780 Dark Salmon

📋 copy color: '#EC9780'

red 236 ◦ green 151 ◦ blue 128

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

Shades of Dark Salmon #EC9780

Tints of Dark Salmon #EC9780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.85%

R = 45.83%
G = 29.32%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC9780 (or 0xEC9780) is known color: Dark Salmon. HEX triplet: EC, 97 and 80. RGB value is (236,151,128). Sum of RGB (Red+Green+Blue) = 236+151+128=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9780 is #13687F. Grayscale: #ADADAD. Windows color (decimal): -1271936 or 8427500. OLE color: 8427500.

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

Color convert

RGB 236 151 128 -
CMYK 0 0.36 0.46 0.07
HSL 12.78º 0.74% 0.71% -
HSV(B) 12.78º 0.46% 0.93% -
XYZ 49.55 41.52 25.83 -
YUV 173.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 236 151 128 0 0.36 0.46 0.07 12.78 0.74 0.71
Hex EC 97 80 0 24 2E 7 D 4A 47
Octal 354 227 200 0 44 56 7 15 112 107
Binary 11101100 10010111 10000000 0 100100 101110 111 1101 1001010 1000111

Color Harmonies of #EC9780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9780

Black with #EC9780

Text Example


Text Example

White with #EC9780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9780; }

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

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

background-color css

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

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

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

border-color css

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

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

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