Html Css Color HEX #EC9280 Dark Salmon

📋 copy color: '#EC9280'

red 236 ◦ green 146 ◦ blue 128

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

Shades of Dark Salmon #EC9280

Tints of Dark Salmon #EC9280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.63%

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

R = 46.27%
G = 28.63%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC9280 (or 0xEC9280) is known color: Dark Salmon. HEX triplet: EC, 92 and 80. RGB value is (236,146,128). Sum of RGB (Red+Green+Blue) = 236+146+128=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9280 is #136D7F. Grayscale: #ABABAB. Windows color (decimal): -1273216 or 8426220. OLE color: 8426220.

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

Color convert

RGB 236 146 128 -
CMYK 0 0.38 0.46 0.07
HSL 10º 0.74% 0.71% -
HSV(B) 10º 0.46% 0.93% -
XYZ 48.77 39.95 25.56 -
YUV 170.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 236 146 128 0 0.38 0.46 0.07 10 0.74 0.71
Hex EC 92 80 0 26 2E 7 A 4A 47
Octal 354 222 200 0 46 56 7 12 112 107
Binary 11101100 10010010 10000000 0 100110 101110 111 1010 1001010 1000111

Color Harmonies of #EC9280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9280

Black with #EC9280

Text Example


Text Example

White with #EC9280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9280; }

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

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

background-color css

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

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

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

border-color css

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

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

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