Html Css Color HEX #EC9480 Dark Salmon

📋 copy color: '#EC9480'

red 236 ◦ green 148 ◦ blue 128

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

Shades of Dark Salmon #EC9480

Tints of Dark Salmon #EC9480

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

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

R = 46.09%
G = 28.91%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC9480 (or 0xEC9480) is known color: Dark Salmon. HEX triplet: EC, 94 and 80. RGB value is (236,148,128). Sum of RGB (Red+Green+Blue) = 236+148+128=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9480 is #136B7F. Grayscale: #ACACAC. Windows color (decimal): -1272704 or 8426732. OLE color: 8426732.

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

Color convert

RGB 236 148 128 -
CMYK 0 0.37 0.46 0.07
HSL 11.11º 0.74% 0.71% -
HSV(B) 11.11º 0.46% 0.93% -
XYZ 49.08 40.57 25.67 -
YUV 172.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 236 148 128 0 0.37 0.46 0.07 11.11 0.74 0.71
Hex EC 94 80 0 25 2E 7 B 4A 47
Octal 354 224 200 0 45 56 7 13 112 107
Binary 11101100 10010100 10000000 0 100101 101110 111 1011 1001010 1000111

Color Harmonies of #EC9480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9480

Black with #EC9480

Text Example


Text Example

White with #EC9480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9480; }

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

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

background-color css

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

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

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

border-color css

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

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

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