Html Css Color HEX #EC937A Dark Salmon

📋 copy color: '#EC937A'

red 236 ◦ green 147 ◦ blue 122

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

Shades of Dark Salmon #EC937A

Tints of Dark Salmon #EC937A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 46.73%
G = 29.11%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC937A (or 0xEC937A) is known color: Dark Salmon. HEX triplet: EC, 93 and 7A. RGB value is (236,147,122). Sum of RGB (Red+Green+Blue) = 236+147+122=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC937A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC937A is #136C85. Grayscale: #AAAAAA. Windows color (decimal): -1272966 or 8033260. OLE color: 8033260.

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

Color convert

RGB 236 147 122 -
CMYK 0 0.38 0.48 0.07
HSL 13.16º 0.75% 0.7% -
HSV(B) 13.16º 0.48% 0.93% -
XYZ 48.54 40.11 23.6 -
YUV 170.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 236 147 122 0 0.38 0.48 0.07 13.16 0.75 0.7
Hex EC 93 7A 0 26 30 7 D 4B 46
Octal 354 223 172 0 46 60 7 15 113 106
Binary 11101100 10010011 1111010 0 100110 110000 111 1101 1001011 1000110

Color Harmonies of #EC937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC937A

Black with #EC937A

Text Example


Text Example

White with #EC937A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC937A; }

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

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

background-color css

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

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

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

border-color css

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

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

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