Html Css Color HEX #EC916B Dark Salmon

📋 copy color: '#EC916B'

red 236 ◦ green 145 ◦ blue 107

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

Shades of Dark Salmon #EC916B

Tints of Dark Salmon #EC916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.93%

R = 48.36%
G = 29.71%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC916B (or 0xEC916B) is known color: Dark Salmon. HEX triplet: EC, 91 and 6B. RGB value is (236,145,107). Sum of RGB (Red+Green+Blue) = 236+145+107=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC916B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC916B is #136E94. Grayscale: #A8A8A8. Windows color (decimal): -1273493 or 7049708. OLE color: 7049708.

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

Color convert

RGB 236 145 107 -
CMYK 0 0.39 0.55 0.07
HSL 17.67º 0.77% 0.67% -
HSV(B) 17.67º 0.55% 0.93% -
XYZ 47.37 39.15 18.97 -
YUV 167.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 236 145 107 0 0.39 0.55 0.07 17.67 0.77 0.67
Hex EC 91 6B 0 27 37 7 12 4D 43
Octal 354 221 153 0 47 67 7 22 115 103
Binary 11101100 10010001 1101011 0 100111 110111 111 10010 1001101 1000011

Color Harmonies of #EC916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC916B

Black with #EC916B

Text Example


Text Example

White with #EC916B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC916B; }

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

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

background-color css

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

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

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

border-color css

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

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

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