Html Css Color HEX #EC976D Dark Salmon

📋 copy color: '#EC976D'

red 236 ◦ green 151 ◦ blue 109

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

Shades of Dark Salmon #EC976D

Tints of Dark Salmon #EC976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.44%

 BLUE value IS 109 (42.97% from 255) = 21.98%

R = 47.58%
G = 30.44%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC976D (or 0xEC976D) is known color: Dark Salmon. HEX triplet: EC, 97 and 6D. RGB value is (236,151,109). Sum of RGB (Red+Green+Blue) = 236+151+109=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC976D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC976D is #136892. Grayscale: #ABABAB. Windows color (decimal): -1271955 or 7182316. OLE color: 7182316.

HSL color Cylindrical-coordinate representation of color #EC976D: hue angle of 19.84º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC976D is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 151 109 -
CMYK 0 0.36 0.54 0.07
HSL 19.84º 0.77% 0.68% -
HSV(B) 19.84º 0.54% 0.93% -
XYZ 48.42 41.07 19.84 -
YUV 171.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 236 151 109 0 0.36 0.54 0.07 19.84 0.77 0.68
Hex EC 97 6D 0 24 36 7 14 4D 44
Octal 354 227 155 0 44 66 7 24 115 104
Binary 11101100 10010111 1101101 0 100100 110110 111 10100 1001101 1000100

Color Harmonies of #EC976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC976D

Black with #EC976D

Text Example


Text Example

White with #EC976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC976D; }

 p { color: rgb(236,151,109); }

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

background-color css

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

 a { background-color: rgb(236,151,109); }

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

border-color css

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

 span { border-color: rgb(236,151,109); }

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