Html Css Color HEX #EC9683 Dark Salmon

📋 copy color: '#EC9683'

red 236 ◦ green 150 ◦ blue 131

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

Shades of Dark Salmon #EC9683

Tints of Dark Salmon #EC9683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.34%

R = 45.65%
G = 29.01%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC9683 (or 0xEC9683) is known color: Dark Salmon. HEX triplet: EC, 96 and 83. RGB value is (236,150,131). Sum of RGB (Red+Green+Blue) = 236+150+131=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9683 is #13697C. Grayscale: #ADADAD. Windows color (decimal): -1272189 or 8623852. OLE color: 8623852.

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

Color convert

RGB 236 150 131 -
CMYK 0 0.36 0.44 0.07
HSL 10.86º 0.73% 0.72% -
HSV(B) 10.86º 0.44% 0.93% -
XYZ 49.6 41.28 26.83 -
YUV 173.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 236 150 131 0 0.36 0.44 0.07 10.86 0.73 0.72
Hex EC 96 83 0 24 2C 7 B 49 48
Octal 354 226 203 0 44 54 7 13 111 110
Binary 11101100 10010110 10000011 0 100100 101100 111 1011 1001001 1001000

Color Harmonies of #EC9683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9683

Black with #EC9683

Text Example


Text Example

White with #EC9683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9683; }

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

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

background-color css

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

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

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

border-color css

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

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

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