Html Css Color HEX #EC936E Dark Salmon

📋 copy color: '#EC936E'

red 236 ◦ green 147 ◦ blue 110

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

Shades of Dark Salmon #EC936E

Tints of Dark Salmon #EC936E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.31%

R = 47.87%
G = 29.82%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC936E (or 0xEC936E) is known color: Dark Salmon. HEX triplet: EC, 93 and 6E. RGB value is (236,147,110). Sum of RGB (Red+Green+Blue) = 236+147+110=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC936E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC936E is #136C91. Grayscale: #A9A9A9. Windows color (decimal): -1272978 or 7246828. OLE color: 7246828.

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

Color convert

RGB 236 147 110 -
CMYK 0 0.38 0.53 0.07
HSL 17.62º 0.77% 0.68% -
HSV(B) 17.62º 0.53% 0.93% -
XYZ 47.84 39.83 19.92 -
YUV 169.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 236 147 110 0 0.38 0.53 0.07 17.62 0.77 0.68
Hex EC 93 6E 0 26 35 7 12 4D 44
Octal 354 223 156 0 46 65 7 22 115 104
Binary 11101100 10010011 1101110 0 100110 110101 111 10010 1001101 1000100

Color Harmonies of #EC936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC936E

Black with #EC936E

Text Example


Text Example

White with #EC936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC936E; }

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

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

background-color css

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

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

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

border-color css

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

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

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