Html Css Color HEX #EC9176 Dark Salmon

📋 copy color: '#EC9176'

red 236 ◦ green 145 ◦ blue 118

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

Shades of Dark Salmon #EC9176

Tints of Dark Salmon #EC9176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 47.29%
G = 29.06%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC9176 (or 0xEC9176) is known color: Dark Salmon. HEX triplet: EC, 91 and 76. RGB value is (236,145,118). Sum of RGB (Red+Green+Blue) = 236+145+118=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9176 is #136E89. Grayscale: #A9A9A9. Windows color (decimal): -1273482 or 7770604. OLE color: 7770604.

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

Color convert

RGB 236 145 118 -
CMYK 0 0.39 0.5 0.07
HSL 13.73º 0.76% 0.69% -
HSV(B) 13.73º 0.5% 0.93% -
XYZ 47.99 39.39 22.21 -
YUV 169.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 236 145 118 0 0.39 0.5 0.07 13.73 0.76 0.69
Hex EC 91 76 0 27 32 7 E 4C 45
Octal 354 221 166 0 47 62 7 16 114 105
Binary 11101100 10010001 1110110 0 100111 110010 111 1110 1001100 1000101

Color Harmonies of #EC9176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9176

Black with #EC9176

Text Example


Text Example

White with #EC9176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9176; }

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

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

background-color css

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

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

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

border-color css

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

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

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