Html Css Color HEX #EC9381 Dark Salmon

📋 copy color: '#EC9381'

red 236 ◦ green 147 ◦ blue 129

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

Shades of Dark Salmon #EC9381

Tints of Dark Salmon #EC9381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.2%

R = 46.09%
G = 28.71%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC9381 (or 0xEC9381) is known color: Dark Salmon. HEX triplet: EC, 93 and 81. RGB value is (236,147,129). Sum of RGB (Red+Green+Blue) = 236+147+129=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9381 is #136C7E. Grayscale: #ABABAB. Windows color (decimal): -1272959 or 8492012. OLE color: 8492012.

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

Color convert

RGB 236 147 129 -
CMYK 0 0.38 0.45 0.07
HSL 10.09º 0.74% 0.72% -
HSV(B) 10.09º 0.45% 0.93% -
XYZ 48.99 40.29 25.96 -
YUV 171.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 236 147 129 0 0.38 0.45 0.07 10.09 0.74 0.72
Hex EC 93 81 0 26 2D 7 A 4A 48
Octal 354 223 201 0 46 55 7 12 112 110
Binary 11101100 10010011 10000001 0 100110 101101 111 1010 1001010 1001000

Color Harmonies of #EC9381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9381

Black with #EC9381

Text Example


Text Example

White with #EC9381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9381; }

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

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

background-color css

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

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

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

border-color css

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

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

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