Html Css Color HEX #EC9377 Dark Salmon

📋 copy color: '#EC9377'

red 236 ◦ green 147 ◦ blue 119

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

Shades of Dark Salmon #EC9377

Tints of Dark Salmon #EC9377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.28%

 BLUE value IS 119 (46.88% from 255) = 23.71%

R = 47.01%
G = 29.28%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC9377 (or 0xEC9377) is known color: Dark Salmon. HEX triplet: EC, 93 and 77. RGB value is (236,147,119). Sum of RGB (Red+Green+Blue) = 236+147+119=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9377 is #136C88. Grayscale: #AAAAAA. Windows color (decimal): -1272969 or 7836652. OLE color: 7836652.

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

Color convert

RGB 236 147 119 -
CMYK 0 0.38 0.50 0.07
HSL 14.36º 0.75% 0.7% -
HSV(B) 14.36º 0.5% 0.93% -
XYZ 48.36 40.03 22.63 -
YUV 170.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 236 147 119 0 0.38 0.50 0.07 14.36 0.75 0.7
Hex EC 93 77 0 26 32 7 E 4B 46
Octal 354 223 167 0 46 62 7 16 113 106
Binary 11101100 10010011 1110111 0 100110 110010 111 1110 1001011 1000110

Color Harmonies of #EC9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9377

Black with #EC9377

Text Example


Text Example

White with #EC9377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9377; }

 p { color: rgb(236,147,119); }

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

background-color css

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

 a { background-color: rgb(236,147,119); }

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

border-color css

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

 span { border-color: rgb(236,147,119); }

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