Html Css Color HEX #EC9180 Dark Salmon

📋 copy color: '#EC9180'

red 236 ◦ green 145 ◦ blue 128

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

Shades of Dark Salmon #EC9180

Tints of Dark Salmon #EC9180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.49%

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

R = 46.37%
G = 28.49%
B = 25.15%

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

#EC9180 (or 0xEC9180) is known color: Dark Salmon. HEX triplet: EC, 91 and 80. RGB value is (236,145,128). Sum of RGB (Red+Green+Blue) = 236+145+128=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9180 is #136E7F. Grayscale: #AAAAAA. Windows color (decimal): -1273472 or 8425964. OLE color: 8425964.

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

Color convert

RGB 236 145 128 -
CMYK 0 0.39 0.46 0.07
HSL 9.44º 0.74% 0.71% -
HSV(B) 9.44º 0.46% 0.93% -
XYZ 48.61 39.64 25.51 -
YUV 170.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 236 145 128 0 0.39 0.46 0.07 9.44 0.74 0.71
Hex EC 91 80 0 27 2E 7 9 4A 47
Octal 354 221 200 0 47 56 7 11 112 107
Binary 11101100 10010001 10000000 0 100111 101110 111 1001 1001010 1000111

Color Harmonies of #EC9180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9180

Black with #EC9180

Text Example


Text Example

White with #EC9180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9180; }

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

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

background-color css

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

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

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

border-color css

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

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

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