Html Css Color HEX #EC9080 Dark Salmon

📋 copy color: '#EC9080'

red 236 ◦ green 144 ◦ blue 128

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

Shades of Dark Salmon #EC9080

Tints of Dark Salmon #EC9080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.35%

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

R = 46.46%
G = 28.35%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC9080 (or 0xEC9080) is known color: Dark Salmon. HEX triplet: EC, 90 and 80. RGB value is (236,144,128). Sum of RGB (Red+Green+Blue) = 236+144+128=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9080 is #136F7F. Grayscale: #A9A9A9. Windows color (decimal): -1273728 or 8425708. OLE color: 8425708.

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

Color convert

RGB 236 144 128 -
CMYK 0 0.39 0.46 0.07
HSL 8.89º 0.74% 0.71% -
HSV(B) 8.89º 0.46% 0.93% -
XYZ 48.46 39.34 25.46 -
YUV 169.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 236 144 128 0 0.39 0.46 0.07 8.89 0.74 0.71
Hex EC 90 80 0 27 2E 7 9 4A 47
Octal 354 220 200 0 47 56 7 11 112 107
Binary 11101100 10010000 10000000 0 100111 101110 111 1001 1001010 1000111

Color Harmonies of #EC9080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9080

Black with #EC9080

Text Example


Text Example

White with #EC9080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9080; }

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

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

background-color css

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

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

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

border-color css

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

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

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