Html Css Color HEX #EC9F76 Dark Salmon

📋 copy color: '#EC9F76'

red 236 ◦ green 159 ◦ blue 118

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

Shades of Dark Salmon #EC9F76

Tints of Dark Salmon #EC9F76

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.99%

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

R = 46%
G = 30.99%
B = 23%

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

#EC9F76 (or 0xEC9F76) is known color: Dark Salmon. HEX triplet: EC, 9F and 76. RGB value is (236,159,118). Sum of RGB (Red+Green+Blue) = 236+159+118=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9F76 is #136089. Grayscale: #B1B1B1. Windows color (decimal): -1269898 or 7774188. OLE color: 7774188.

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

Color convert

RGB 236 159 118 -
CMYK 0 0.33 0.5 0.07
HSL 20.85º 0.76% 0.69% -
HSV(B) 20.85º 0.5% 0.93% -
XYZ 50.26 43.94 22.97 -
YUV 177.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 236 159 118 0 0.33 0.5 0.07 20.85 0.76 0.69
Hex EC 9F 76 0 21 32 7 15 4C 45
Octal 354 237 166 0 41 62 7 25 114 105
Binary 11101100 10011111 1110110 0 100001 110010 111 10101 1001100 1000101

Color Harmonies of #EC9F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F76

Black with #EC9F76

Text Example


Text Example

White with #EC9F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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