Html Css Color HEX #EC9676 Dark Salmon

📋 copy color: '#EC9676'

red 236 ◦ green 150 ◦ blue 118

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

Shades of Dark Salmon #EC9676

Tints of Dark Salmon #EC9676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.76%

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

R = 46.83%
G = 29.76%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC9676 (or 0xEC9676) is known color: Dark Salmon. HEX triplet: EC, 96 and 76. RGB value is (236,150,118). Sum of RGB (Red+Green+Blue) = 236+150+118=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9676 is #136989. Grayscale: #ACACAC. Windows color (decimal): -1272202 or 7771884. OLE color: 7771884.

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

Color convert

RGB 236 150 118 -
CMYK 0 0.36 0.5 0.07
HSL 16.27º 0.76% 0.69% -
HSV(B) 16.27º 0.5% 0.93% -
XYZ 48.77 40.95 22.47 -
YUV 172.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 236 150 118 0 0.36 0.5 0.07 16.27 0.76 0.69
Hex EC 96 76 0 24 32 7 10 4C 45
Octal 354 226 166 0 44 62 7 20 114 105
Binary 11101100 10010110 1110110 0 100100 110010 111 10000 1001100 1000101

Color Harmonies of #EC9676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9676

Black with #EC9676

Text Example


Text Example

White with #EC9676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9676; }

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

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

background-color css

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

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

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

border-color css

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

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

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