Html Css Color HEX #EC9383 Dark Salmon

📋 copy color: '#EC9383'

red 236 ◦ green 147 ◦ blue 131

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

Shades of Dark Salmon #EC9383

Tints of Dark Salmon #EC9383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.49%

R = 45.91%
G = 28.6%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC9383 (or 0xEC9383) is known color: Dark Salmon. HEX triplet: EC, 93 and 83. RGB value is (236,147,131). Sum of RGB (Red+Green+Blue) = 236+147+131=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9383 is #136C7C. Grayscale: #ABABAB. Windows color (decimal): -1272957 or 8623084. OLE color: 8623084.

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

Color convert

RGB 236 147 131 -
CMYK 0 0.38 0.44 0.07
HSL 9.14º 0.73% 0.72% -
HSV(B) 9.14º 0.44% 0.93% -
XYZ 49.12 40.34 26.67 -
YUV 171.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 236 147 131 0 0.38 0.44 0.07 9.14 0.73 0.72
Hex EC 93 83 0 26 2C 7 9 49 48
Octal 354 223 203 0 46 54 7 11 111 110
Binary 11101100 10010011 10000011 0 100110 101100 111 1001 1001001 1001000

Color Harmonies of #EC9383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9383

Black with #EC9383

Text Example


Text Example

White with #EC9383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9383; }

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

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

background-color css

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

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

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

border-color css

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

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

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