Html Css Color HEX #EC9681 Dark Salmon

📋 copy color: '#EC9681'

red 236 ◦ green 150 ◦ blue 129

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

Shades of Dark Salmon #EC9681

Tints of Dark Salmon #EC9681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.13%

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

R = 45.83%
G = 29.13%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC9681 (or 0xEC9681) is known color: Dark Salmon. HEX triplet: EC, 96 and 81. RGB value is (236,150,129). Sum of RGB (Red+Green+Blue) = 236+150+129=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9681 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9681 is #13697E. Grayscale: #ADADAD. Windows color (decimal): -1272191 or 8492780. OLE color: 8492780.

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

Color convert

RGB 236 150 129 -
CMYK 0 0.36 0.45 0.07
HSL 11.78º 0.74% 0.72% -
HSV(B) 11.78º 0.45% 0.93% -
XYZ 49.46 41.23 26.12 -
YUV 173.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 236 150 129 0 0.36 0.45 0.07 11.78 0.74 0.72
Hex EC 96 81 0 24 2D 7 C 4A 48
Octal 354 226 201 0 44 55 7 14 112 110
Binary 11101100 10010110 10000001 0 100100 101101 111 1100 1001010 1001000

Color Harmonies of #EC9681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9681

Black with #EC9681

Text Example


Text Example

White with #EC9681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9681; }

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

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

background-color css

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

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

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

border-color css

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

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

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