Html Css Color HEX #EC9581 Dark Salmon

📋 copy color: '#EC9581'

red 236 ◦ green 149 ◦ blue 129

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

Shades of Dark Salmon #EC9581

Tints of Dark Salmon #EC9581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 45.91%
G = 28.99%
B = 25.1%

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

#EC9581 (or 0xEC9581) is known color: Dark Salmon. HEX triplet: EC, 95 and 81. RGB value is (236,149,129). Sum of RGB (Red+Green+Blue) = 236+149+129=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9581 is #136A7E. Grayscale: #ACACAC. Windows color (decimal): -1272447 or 8492524. OLE color: 8492524.

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

Color convert

RGB 236 149 129 -
CMYK 0 0.37 0.45 0.07
HSL 11.21º 0.74% 0.72% -
HSV(B) 11.21º 0.45% 0.93% -
XYZ 49.3 40.91 26.07 -
YUV 172.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 236 149 129 0 0.37 0.45 0.07 11.21 0.74 0.72
Hex EC 95 81 0 25 2D 7 B 4A 48
Octal 354 225 201 0 45 55 7 13 112 110
Binary 11101100 10010101 10000001 0 100101 101101 111 1011 1001010 1001000

Color Harmonies of #EC9581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9581

Black with #EC9581

Text Example


Text Example

White with #EC9581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9581; }

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

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

background-color css

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

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

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

border-color css

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

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

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