Html Css Color HEX #EC9781 Dark Salmon

📋 copy color: '#EC9781'

red 236 ◦ green 151 ◦ blue 129

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

Shades of Dark Salmon #EC9781

Tints of Dark Salmon #EC9781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.26%

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

R = 45.74%
G = 29.26%
B = 25%

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

#EC9781 (or 0xEC9781) is known color: Dark Salmon. HEX triplet: EC, 97 and 81. RGB value is (236,151,129). Sum of RGB (Red+Green+Blue) = 236+151+129=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9781 is #13687E. Grayscale: #AEAEAE. Windows color (decimal): -1271935 or 8493036. OLE color: 8493036.

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

Color convert

RGB 236 151 129 -
CMYK 0 0.36 0.45 0.07
HSL 12.34º 0.74% 0.72% -
HSV(B) 12.34º 0.45% 0.93% -
XYZ 49.62 41.55 26.17 -
YUV 173.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 236 151 129 0 0.36 0.45 0.07 12.34 0.74 0.72
Hex EC 97 81 0 24 2D 7 C 4A 48
Octal 354 227 201 0 44 55 7 14 112 110
Binary 11101100 10010111 10000001 0 100100 101101 111 1100 1001010 1001000

Color Harmonies of #EC9781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9781

Black with #EC9781

Text Example


Text Example

White with #EC9781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9781; }

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

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

background-color css

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

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

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

border-color css

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

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

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