Html Css Color HEX #EC9178 Dark Salmon

📋 copy color: '#EC9178'

red 236 ◦ green 145 ◦ blue 120

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

Shades of Dark Salmon #EC9178

Tints of Dark Salmon #EC9178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.95%

R = 47.11%
G = 28.94%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC9178 (or 0xEC9178) is known color: Dark Salmon. HEX triplet: EC, 91 and 78. RGB value is (236,145,120). Sum of RGB (Red+Green+Blue) = 236+145+120=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9178 is #136E87. Grayscale: #A9A9A9. Windows color (decimal): -1273480 or 7901676. OLE color: 7901676.

HSL color Cylindrical-coordinate representation of color #EC9178: hue angle of 12.93º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC9178 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 145 120 -
CMYK 0 0.39 0.49 0.07
HSL 12.93º 0.75% 0.7% -
HSV(B) 12.93º 0.49% 0.93% -
XYZ 48.11 39.44 22.85 -
YUV 169.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 236 145 120 0 0.39 0.49 0.07 12.93 0.75 0.7
Hex EC 91 78 0 27 31 7 D 4B 46
Octal 354 221 170 0 47 61 7 15 113 106
Binary 11101100 10010001 1111000 0 100111 110001 111 1101 1001011 1000110

Color Harmonies of #EC9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9178

Black with #EC9178

Text Example


Text Example

White with #EC9178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9178; }

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

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

background-color css

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

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

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

border-color css

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

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

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