Html Css Color HEX #EC9A6D Dark Salmon

📋 copy color: '#EC9A6D'

red 236 ◦ green 154 ◦ blue 109

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

Shades of Dark Salmon #EC9A6D

Tints of Dark Salmon #EC9A6D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.86%

 BLUE value IS 109 (42.97% from 255) = 21.84%

R = 47.29%
G = 30.86%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC9A6D (or 0xEC9A6D) is known color: Dark Salmon. HEX triplet: EC, 9A and 6D. RGB value is (236,154,109). Sum of RGB (Red+Green+Blue) = 236+154+109=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9A6D is #136592. Grayscale: #ADADAD. Windows color (decimal): -1271187 or 7183084. OLE color: 7183084.

HSL color Cylindrical-coordinate representation of color #EC9A6D: hue angle of 21.26º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC9A6D is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 154 109 -
CMYK 0 0.35 0.54 0.07
HSL 21.26º 0.77% 0.68% -
HSV(B) 21.26º 0.54% 0.93% -
XYZ 48.91 42.05 20.01 -
YUV 173.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 236 154 109 0 0.35 0.54 0.07 21.26 0.77 0.68
Hex EC 9A 6D 0 23 36 7 15 4D 44
Octal 354 232 155 0 43 66 7 25 115 104
Binary 11101100 10011010 1101101 0 100011 110110 111 10101 1001101 1000100

Color Harmonies of #EC9A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9A6D

Black with #EC9A6D

Text Example


Text Example

White with #EC9A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9A6D; }

 p { color: rgb(236,154,109); }

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

background-color css

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

 a { background-color: rgb(236,154,109); }

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

border-color css

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

 span { border-color: rgb(236,154,109); }

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