Html Css Color HEX #EC9481 Dark Salmon

📋 copy color: '#EC9481'

red 236 ◦ green 148 ◦ blue 129

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

Shades of Dark Salmon #EC9481

Tints of Dark Salmon #EC9481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

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

R = 46%
G = 28.85%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC9481 (or 0xEC9481) is known color: Dark Salmon. HEX triplet: EC, 94 and 81. RGB value is (236,148,129). Sum of RGB (Red+Green+Blue) = 236+148+129=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9481 is #136B7E. Grayscale: #ACACAC. Windows color (decimal): -1272703 or 8492268. OLE color: 8492268.

HSL color Cylindrical-coordinate representation of color #EC9481: hue angle of 10.65º 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 #EC9481 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 148 129 -
CMYK 0 0.37 0.45 0.07
HSL 10.65º 0.74% 0.72% -
HSV(B) 10.65º 0.45% 0.93% -
XYZ 49.14 40.6 26.01 -
YUV 172.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 236 148 129 0 0.37 0.45 0.07 10.65 0.74 0.72
Hex EC 94 81 0 25 2D 7 B 4A 48
Octal 354 224 201 0 45 55 7 13 112 110
Binary 11101100 10010100 10000001 0 100101 101101 111 1011 1001010 1001000

Color Harmonies of #EC9481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9481

Black with #EC9481

Text Example


Text Example

White with #EC9481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9481; }

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

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

background-color css

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

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

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

border-color css

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

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

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