Html Css Color HEX #EC9E76 Dark Salmon

📋 copy color: '#EC9E76'

red 236 ◦ green 158 ◦ blue 118

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

Shades of Dark Salmon #EC9E76

Tints of Dark Salmon #EC9E76

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.86%

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

R = 46.09%
G = 30.86%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC9E76 (or 0xEC9E76) is known color: Dark Salmon. HEX triplet: EC, 9E and 76. RGB value is (236,158,118). Sum of RGB (Red+Green+Blue) = 236+158+118=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9E76 is #136189. Grayscale: #B0B0B0. Windows color (decimal): -1270154 or 7773932. OLE color: 7773932.

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

Color convert

RGB 236 158 118 -
CMYK 0 0.33 0.5 0.07
HSL 20.34º 0.76% 0.69% -
HSV(B) 20.34º 0.5% 0.93% -
XYZ 50.09 43.59 22.91 -
YUV 176.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 236 158 118 0 0.33 0.5 0.07 20.34 0.76 0.69
Hex EC 9E 76 0 21 32 7 14 4C 45
Octal 354 236 166 0 41 62 7 24 114 105
Binary 11101100 10011110 1110110 0 100001 110010 111 10100 1001100 1000101

Color Harmonies of #EC9E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E76

Black with #EC9E76

Text Example


Text Example

White with #EC9E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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