Html Css Color HEX #EC916D Dark Salmon

📋 copy color: '#EC916D'

red 236 ◦ green 145 ◦ blue 109

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

Shades of Dark Salmon #EC916D

Tints of Dark Salmon #EC916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.59%

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

R = 48.16%
G = 29.59%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC916D (or 0xEC916D) is known color: Dark Salmon. HEX triplet: EC, 91 and 6D. RGB value is (236,145,109). Sum of RGB (Red+Green+Blue) = 236+145+109=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC916D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC916D is #136E92. Grayscale: #A8A8A8. Windows color (decimal): -1273491 or 7180780. OLE color: 7180780.

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

Color convert

RGB 236 145 109 -
CMYK 0 0.39 0.54 0.07
HSL 17.01º 0.77% 0.68% -
HSV(B) 17.01º 0.54% 0.93% -
XYZ 47.48 39.19 19.53 -
YUV 168.11 94.65 176.43 -
System Red Green Blue C M Y K H S L
Decimal 236 145 109 0 0.39 0.54 0.07 17.01 0.77 0.68
Hex EC 91 6D 0 27 36 7 11 4D 44
Octal 354 221 155 0 47 66 7 21 115 104
Binary 11101100 10010001 1101101 0 100111 110110 111 10001 1001101 1000100

Color Harmonies of #EC916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC916D

Black with #EC916D

Text Example


Text Example

White with #EC916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC916D; }

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

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

background-color css

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

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

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

border-color css

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

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

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